From d0ab9c494ebb1008ceb1da47e9494f37380c1268 Mon Sep 17 00:00:00 2001 From: monkstone Date: Wed, 20 Jul 2016 09:07:14 +0100 Subject: [PATCH] update Rakefile --- examples/Rakefile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Rakefile b/examples/Rakefile index 70af852..c3d9940 100644 --- a/examples/Rakefile +++ b/examples/Rakefile @@ -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 diff --git a/pom.xml b/pom.xml index 9f17658..b03b671 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE 4.0.0 ruby-processing geomerative - 0.3.3 + 0.4.0 geomerative geomerative-library for JRubyArt