Skip to content

Commit a0924b3

Browse files
committed
description of gem
1 parent f9c18e6 commit a0924b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

propane.gemspec

+2-2
Original file line numberDiff line numberDiff 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+'
3636
end

0 commit comments

Comments
 (0)