Skip to content

Commit 1176ef9

Browse files
committed
advertise using latest processing
1 parent 04422f1 commit 1176ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jruby_art.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.email = '[email protected]'
1212
spec.description = <<-EOS
1313
JRubyArt is a ruby wrapper for the processing art framework.
14-
This version supports processing-3.0.2, and uses jruby-9.1.0.0 as the glue
14+
This version supports processing-3.1.1, and uses jruby-9.1.0.0 as the glue
1515
between ruby and java. You can use both processing libraries and ruby gems
1616
in your sketches. Features create/run/watch/live modes. The "watch" mode,
1717
provides a nice REPL-ish way to work on your processing sketches. Includes:-
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
3232
spec.require_paths = ['lib']
3333
spec.required_ruby_version = '>= 2.2'
34-
spec.add_development_dependency 'rake', '~> 10.4'
34+
spec.add_development_dependency 'rake', '~> 11.1'
3535
spec.add_development_dependency 'minitest', '~> 5.8'
3636
spec.requirements << 'A decent graphics card'
3737
spec.requirements << 'java runtime >= 1.8.0_77+'

0 commit comments

Comments
 (0)