Skip to content

Commit a128992

Browse files
committed
getting ready for 1.1.0 release
1 parent afc3f4e commit a128992

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>rp5extras</artifactId>
14-
<version>1.0.9</version>
14+
<version>1.1.0</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
5050
<dependency>
5151
<groupId>org.jruby</groupId>
5252
<artifactId>jruby</artifactId>
53-
<version>9.1.0.0</version>
53+
<version>9.1.1.0</version>
5454
<type>pom</type>
5555
</dependency>
5656
<dependency>

test/k9_run_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_sketch_path
2525
end
2626
end
2727
end
28-
assert_match('/home/tux/data_path/test', out, 'Failed Sketch Path Sketch')
28+
assert_match('/home/tux/JRubyArt/test', out, 'Failed Sketch Path Sketch')
2929
end
3030

3131
def test_on_top

vendors/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ task :copy_examples => file_name do
7676
sh "tar xzvf #{EXAMPLES}.tar.gz"
7777
end
7878
sh "rm -r #{HOME_DIR}/k9_samples" if File.exist? "#{HOME_DIR}/k9_samples"
79-
sh "cp -r samples4ruby-processing3-#{EXAMPLES} #{HOME_DIR}/k9_samples"
80-
sh "rm -r samples4ruby-processing3-#{EXAMPLES}"
79+
sh "cp -r JRubyArt-examples-#{EXAMPLES} #{HOME_DIR}/k9_samples"
80+
sh "rm -r JRubyArt-examples-#{EXAMPLES}"
8181
end

0 commit comments

Comments
 (0)