File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22### v0.9.0
33
4- Update maven artifacts
4+ Update maven artifacts, somewhat arbitarily require JRubyArt-1.2+ to get everyone on same page
55
66### v0.8.0
77Update for JRubyArt-1.1+ and processing-3.1+
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ The other thing you should know is there is a mismatch between the physics world
6060[ Nature of Code book ] :http://natureofcode.com/
6161[ Sandi Metz ] :http://www.poodr.com/
6262[ this book ] :http://www.crcpress.com/product/isbn/9781466565760
63- [ zip ] :https://github.com/ruby-processing/jbox2d/archive/0.6 .0.zip
64- [ tar ] :https://github.com/ruby-processing/jbox2d/archive/0.6 .0.tar.gz
63+ [ zip ] :https://github.com/ruby-processing/jbox2d/archive/0.9 .0.zip
64+ [ tar ] :https://github.com/ruby-processing/jbox2d/archive/0.9 .0.tar.gz
6565[ Wiki ] :https://github.com/ruby-processing/jbox2d/wiki
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.1' , '>= 1.1.3 '
24+ spec . add_dependency 'jruby_art' , '~> 1.2 '
2525 spec . add_development_dependency "rake" , "~> 11.1"
2626 spec . add_development_dependency "minitest" , "~> 5.8"
2727 spec . platform = 'java'
You can’t perform that action at this time.
0 commit comments