We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebdc18 commit d0ab9c4Copy full SHA for d0ab9c4
examples/Rakefile
@@ -22,7 +22,7 @@ end
22
23
def run_sample(sample_name)
24
puts "Running #{sample_name}...quit to run next sample"
25
- open("|k9 run #{sample_name}", 'r') do |io|
+ open("|k9 --run #{sample_name}", 'r') do |io|
26
while l = io.gets
27
puts(l.chop)
28
end
pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>ruby-processing</groupId>
13
<artifactId>geomerative</artifactId>
14
- <version>0.3.3</version>
+ <version>0.4.0</version>
15
<name>geomerative</name>
16
<description>geomerative-library for JRubyArt</description>
17
<organization>
0 commit comments