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- ### v0.9.2
1+ ### v1.0.0
22
3- Specify github pages as home
3+ Specify github pages as home, update to latest jruby-9.1.8.0 and processing-3.3
44
55### v0.9.1
66
Original file line number Diff line number Diff line change 2121 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
2222 spec . files << 'lib/box2d.jar'
2323 spec . require_paths = [ 'lib' ]
24- spec . add_dependency 'jruby_art' , '~> 1.2'
2524 spec . add_development_dependency "rake" , "~> 11.1"
2625 spec . add_development_dependency "minitest" , "~> 5.8"
2726 spec . platform = 'java'
Original file line number Diff line number Diff line change 3434 )
3535
3636
37- pom 'org.jruby:jruby:9.1.6 .0'
38- jar 'org.processing:core:3.2.3 '
37+ pom 'org.jruby:jruby:9.1.8 .0'
38+ jar 'org.processing:core:3.3.0 '
3939
4040 plugin_management do
4141 plugin :resources , '2.6'
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ DO NOT MODIFIY - GENERATED CODE
5656 <dependency >
5757 <groupId >org.jruby</groupId >
5858 <artifactId >jruby</artifactId >
59- <version >9.1.6 .0</version >
59+ <version >9.1.8 .0</version >
6060 <type >pom</type >
6161 </dependency >
6262 <dependency >
6363 <groupId >org.processing</groupId >
6464 <artifactId >core</artifactId >
65- <version >3.2.3 </version >
65+ <version >3.3.0 </version >
6666 </dependency >
6767 </dependencies >
6868 <build >
You can’t perform that action at this time.
0 commit comments