Skip to content

Commit d0ab9c4

Browse files
committed
update Rakefile
1 parent 4ebdc18 commit d0ab9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
def run_sample(sample_name)
2424
puts "Running #{sample_name}...quit to run next sample"
25-
open("|k9 run #{sample_name}", 'r') do |io|
25+
open("|k9 --run #{sample_name}", 'r') do |io|
2626
while l = io.gets
2727
puts(l.chop)
2828
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>ruby-processing</groupId>
1313
<artifactId>geomerative</artifactId>
14-
<version>0.3.3</version>
14+
<version>0.4.0</version>
1515
<name>geomerative</name>
1616
<description>geomerative-library for JRubyArt</description>
1717
<organization>

0 commit comments

Comments
 (0)