File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >rp5extras</artifactId >
14
- <version >1.0.9 </version >
14
+ <version >1.1.0 </version >
15
15
<name >rp5extras</name >
16
16
<description >rp5extras for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/JRubyArt</url >
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
50
50
<dependency >
51
51
<groupId >org.jruby</groupId >
52
52
<artifactId >jruby</artifactId >
53
- <version >9.1.0 .0</version >
53
+ <version >9.1.1 .0</version >
54
54
<type >pom</type >
55
55
</dependency >
56
56
<dependency >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_sketch_path
25
25
end
26
26
end
27
27
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' )
29
29
end
30
30
31
31
def test_on_top
Original file line number Diff line number Diff line change @@ -76,6 +76,6 @@ task :copy_examples => file_name do
76
76
sh "tar xzvf #{ EXAMPLES } .tar.gz"
77
77
end
78
78
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 } "
81
81
end
You can’t perform that action at this time.
0 commit comments