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 @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212 gem . description = <<-EOS
1313 A batteries included version of processing in ruby.
1414 EOS
15- gem . summary = %q{ruby wrapper for processing-3.4 on MacOS, linux and windows 64bit only for opengl }
15+ gem . summary = %q{ruby wrapper for processing-3.4 on MacOS, linux and windows ( 64bit only) }
1616 gem . homepage = 'https://ruby-processing.github.io/propane/'
1717 gem . files = `git ls-files` . split ( $/)
1818 gem . files << 'lib/propane-2.9.1.jar'
@@ -32,5 +32,5 @@ Gem::Specification.new do |gem|
3232 gem . add_runtime_dependency 'arcball' , '~> 1.0' , '>= 1.0.0'
3333 gem . require_paths = [ 'lib' ]
3434 gem . platform = 'java'
35- gem . requirements << 'java runtime >= 1.8.0_171 +'
35+ gem . requirements << 'java runtime >= 1.8.0_181 +'
3636end
You can’t perform that action at this time.
0 commit comments