File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . email = 'martin_p@lineone.net'
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+'
You can’t perform that action at this time.
0 commit comments