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
2+
3+ Specify github pages as home
4+
15### v0.9.1
26
37Update maven artifacts
Original file line number Diff line number Diff line change 11# module to give version a namespace
22module Pbox2d
3- VERSION = '0.9.1 '
3+ VERSION = '0.9.2 '
44end
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717in JRubyArt. Features a polyglot maven build, and also demonstrates how creating
1818an interface can avoid the need for explicit calls to java reflection."
1919EOF
20- spec . homepage = 'https://github.com/ ruby-processing/jbox2d'
20+ spec . homepage = 'https://ruby-processing.github.io /jbox2d'
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' ]
Original file line number Diff line number Diff line change 22project 'pbox2d' , 'https://github.com/ruby-processing/jbox2d' do
33
44 model_version '4.0.0'
5- id 'ruby-processing:pbox2d' , '0.9.1 '
5+ id 'ruby-processing:pbox2d' , '0.9.22 '
66 packaging 'jar'
77
88 description 'jbox2d for JRubyArt'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >ruby-processing</groupId >
1313 <artifactId >pbox2d</artifactId >
14- <version >0.9.1 </version >
14+ <version >0.9.22 </version >
1515 <name >pbox2d</name >
1616 <description >jbox2d for JRubyArt</description >
1717 <url >https://github.com/ruby-processing/jbox2d</url >
You can’t perform that action at this time.
0 commit comments