Skip to content

Commit

Permalink
getting ready for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed May 21, 2016
1 parent afc3f4e commit a128992
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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>rp5extras</artifactId>
<version>1.0.9</version>
<version>1.1.0</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down Expand Up @@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.1.0.0</version>
<version>9.1.1.0</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/k9_run_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_sketch_path
end
end
end
assert_match('/home/tux/data_path/test', out, 'Failed Sketch Path Sketch')
assert_match('/home/tux/JRubyArt/test', out, 'Failed Sketch Path Sketch')
end

def test_on_top
Expand Down
4 changes: 2 additions & 2 deletions vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ task :copy_examples => file_name do
sh "tar xzvf #{EXAMPLES}.tar.gz"
end
sh "rm -r #{HOME_DIR}/k9_samples" if File.exist? "#{HOME_DIR}/k9_samples"
sh "cp -r samples4ruby-processing3-#{EXAMPLES} #{HOME_DIR}/k9_samples"
sh "rm -r samples4ruby-processing3-#{EXAMPLES}"
sh "cp -r JRubyArt-examples-#{EXAMPLES} #{HOME_DIR}/k9_samples"
sh "rm -r JRubyArt-examples-#{EXAMPLES}"
end

0 comments on commit a128992

Please sign in to comment.