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 @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
12
12
spec . description = <<-EOS
13
13
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
15
15
between ruby and java. You can use both processing libraries and ruby gems
16
16
in your sketches. Features create/run/watch/live modes. The "watch" mode,
17
17
provides a nice REPL-ish way to work on your processing sketches. Includes:-
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
32
32
spec . require_paths = [ 'lib' ]
33
33
spec . required_ruby_version = '>= 2.2'
34
- spec . add_development_dependency 'rake' , '~> 10.4 '
34
+ spec . add_development_dependency 'rake' , '~> 11.1 '
35
35
spec . add_development_dependency 'minitest' , '~> 5.8'
36
36
spec . requirements << 'A decent graphics card'
37
37
spec . requirements << 'java runtime >= 1.8.0_77+'
You can’t perform that action at this time.
0 commit comments