File tree 1 file changed +2
-2
lines changed
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|
12
12
gem . description = <<-EOS
13
13
A batteries included version of processing in ruby.
14
14
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) }
16
16
gem . homepage = 'https://ruby-processing.github.io/propane/'
17
17
gem . files = `git ls-files` . split ( $/)
18
18
gem . files << 'lib/propane-2.9.1.jar'
@@ -32,5 +32,5 @@ Gem::Specification.new do |gem|
32
32
gem . add_runtime_dependency 'arcball' , '~> 1.0' , '>= 1.0.0'
33
33
gem . require_paths = [ 'lib' ]
34
34
gem . platform = 'java'
35
- gem . requirements << 'java runtime >= 1.8.0_171 +'
35
+ gem . requirements << 'java runtime >= 1.8.0_181 +'
36
36
end
You can’t perform that action at this time.
0 commit comments