File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ** v1.2.6** Update to processing-3.2.3 and jruby-9.1.6.0-complete
12
23** v1.2.5** Change gemspec description, trying to get people not to ignore changes to documentation?
34
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
3030 spec . add_development_dependency 'rake' , '~> 11.2'
3131 spec . add_development_dependency 'minitest' , '~> 5.8'
3232 spec . requirements << 'A decent graphics card'
33- spec . requirements << 'java runtime >= 1.8.0_102 +'
33+ spec . requirements << 'java runtime >= 1.8.0_111 +'
3434 spec . requirements << 'processing = 3.2.1+'
3535end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22# A wrapper for version
33module JRubyArt
4- VERSION = '1.2.5 ' . freeze
4+ VERSION = '1.2.6 ' . freeze
55end
Original file line number Diff line number Diff line change 22project 'rp5extras' , 'https://github.com/ruby-processing/JRubyArt' do
33
44 model_version '4.0.0'
5- id 'ruby-processing:rp5extras' , '1.2.5 '
5+ id 'ruby-processing:rp5extras' , '1.2.6 '
66 packaging 'jar'
77
88 description 'rp5extras for JRubyArt'
3333 )
3434
3535 pom 'org.jruby:jruby:9.1.5.0'
36- jar 'org.processing:core:3.2.1 '
36+ jar 'org.processing:core:3.2.3 '
3737 jar 'org.processing:video:3.0.2'
3838 plugin_management do
3939 plugin :resources , '2.6'
You can’t perform that action at this time.
0 commit comments