toxiclibs.gemspec in toxiclibs-0.9.2 vs toxiclibs.gemspec in toxiclibs-0.9.3
- old
+ new
@@ -8,17 +8,17 @@
spec.version = Toxiclibs::VERSION
spec.has_rdoc = true
spec.extra_rdoc_files = %w(README.md LICENSE.md)
spec.summary = %q(Updated and extended toxiclibs libraries for JRubyArt and propane)
spec.description =<<-EOS
- Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.0 and processing-3.3
+ Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.2 and processing-3.3.2
EOS
spec.licenses = %w(MIT LGPL-3.0)
spec.authors = %w(Karsten\ Schmidt Martin\ Prout)
spec.email = 'mamba2928@yahoo.co.uk'
spec.homepage = 'http://ruby-processing.github.io/toxicgem/'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files << 'lib/toxiclibs.jar'
spec.files << 'lib/args4j-2.0.31.jar'
spec.require_paths = ['lib']
- spec.add_development_dependency 'rake', '~> 11.2', '>= 11.2.2'
+ spec.add_development_dependency 'rake', '~> 12.0', '>= 12.0.0'
end