File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010 spec . extra_rdoc_files = %w( README.md LICENSE.md )
1111 spec . summary = %q(Updated and extended toxiclibs libraries for JRubyArt and propane)
1212 spec . description = <<-EOS
13- Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.0 and processing-3.3
13+ Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.2 and processing-3.3.2
1414 EOS
1515 spec . licenses = %w( MIT LGPL-3.0 )
1616 spec . authors = %w( Karsten\ Schmidt Martin\ Prout )
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020 spec . files << 'lib/toxiclibs.jar'
2121 spec . files << 'lib/args4j-2.0.31.jar'
2222 spec . require_paths = [ 'lib' ]
23- spec . add_development_dependency 'rake' , '~> 11.2 ' , '>= 11.2.2 '
23+ spec . add_development_dependency 'rake' , '~> 12.0 ' , '>= 12.0.0 '
2424end
You can’t perform that action at this time.
0 commit comments