Skip to content

Commit

Permalink
update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jul 20, 2016
1 parent 4ebdc18 commit d0ab9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

def run_sample(sample_name)
puts "Running #{sample_name}...quit to run next sample"
open("|k9 run #{sample_name}", 'r') do |io|
open("|k9 --run #{sample_name}", 'r') do |io|
while l = io.gets
puts(l.chop)
end
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>geomerative</artifactId>
<version>0.3.3</version>
<version>0.4.0</version>
<name>geomerative</name>
<description>geomerative-library for JRubyArt</description>
<organization>
Expand Down

0 comments on commit d0ab9c4

Please sign in to comment.