Skip to content

Commit 8de3f54

Browse files
committed
version stuff
1 parent f6d9c99 commit 8de3f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toxiclibs.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
2424
end

0 commit comments

Comments
 (0)