We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c18e6 commit a0924b3Copy full SHA for a0924b3
1 file changed
propane.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
gem.description = <<-EOS
13
A batteries included version of processing in ruby.
14
EOS
15
- gem.summary = %q{ruby wrapper for processing-3.4 on MacOS, linux and windows 64bit only for opengl}
+ gem.summary = %q{ruby wrapper for processing-3.4 on MacOS, linux and windows (64bit only)}
16
gem.homepage = 'https://ruby-processing.github.io/propane/'
17
gem.files = `git ls-files`.split($/)
18
gem.files << 'lib/propane-2.9.1.jar'
@@ -32,5 +32,5 @@ Gem::Specification.new do |gem|
32
gem.add_runtime_dependency 'arcball', '~> 1.0', '>= 1.0.0'
33
gem.require_paths = ['lib']
34
gem.platform = 'java'
35
- gem.requirements << 'java runtime >= 1.8.0_171+'
+ gem.requirements << 'java runtime >= 1.8.0_181+'
36
end
0 commit comments