Skip to content

Commit 2f1f0cb

Browse files
committed
line up ducks
1 parent f7e0826 commit 2f1f0cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
Update for JRubyArt-1.1+ and processing-3.1+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pbox2d.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EOF
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'

0 commit comments

Comments
 (0)