pbox2d 0.9.0-java → 0.9.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 203a9059e498b952cfac0196ec3c84534a10c7be
4
- data.tar.gz: 357f9dbb6f251aa248c52608e5cbafdc588ba759
3
+ metadata.gz: a73dd0d1fe00250537080b3fd9a8adba5ce18e4b
4
+ data.tar.gz: 585d07c27d97c01cc0cd3514571317b6a2b5b8ab
5
5
  SHA512:
6
- metadata.gz: 737c2fe8c3d8cfb5e40d9f9783c58845abe17120ff2b99f03998a34d27ab2082fe5d96cee87a4b18373a04b04e0d4e8b0258f18acff1c2822eb67b0ce18f3160
7
- data.tar.gz: a4d1110c05595f4728605d0ec00fd6d2fd2610fc205aa85c1c7e9f154872290a54edcfec876cbf72e3e09611f759859ae628cfce8ffe35526025fd70c60d9682
6
+ metadata.gz: 58f57f93c0ebbed00ecfd76f42ce6bedcba5bcf050888ebaa910c8bdea2d1ecef5b580ac14ee2a98f9abccb3f0fc46cfe673ca22714b7031684e3c3f13305146
7
+ data.tar.gz: 0b4e7789ff8fa34053811b79cb4e69e74b23aa0829b0143bcb92b70e667a32fc7bf6dbc9f7f7b2f43b50a50a0c24d541728e0247a89a73f33e8eeb7f34024503
@@ -1,4 +1,6 @@
1
+ ### v0.9.1
1
2
 
3
+ Update maven artifacts
2
4
  ### v0.9.0
3
5
 
4
6
  Update maven artifacts, somewhat arbitarily require JRubyArt-1.2+ to get everyone on same page
data/README.md CHANGED
@@ -60,6 +60,6 @@ The other thing you should know is there is a mismatch between the physics world
60
60
  [Nature of Code book]:http://natureofcode.com/
61
61
  [Sandi Metz]:http://www.poodr.com/
62
62
  [this book]:http://www.crcpress.com/product/isbn/9781466565760
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
63
+ [zip]:https://github.com/ruby-processing/jbox2d/archive/0.9.1.zip
64
+ [tar]:https://github.com/ruby-processing/jbox2d/archive/0.9.1.tar.gz
65
65
  [Wiki]:https://github.com/ruby-processing/jbox2d/wiki
@@ -1,4 +1,4 @@
1
1
  # module to give version a namespace
2
2
  module Pbox2d
3
- VERSION = '0.9.0'
3
+ VERSION = '0.9.1'
4
4
  end
data/pom.rb CHANGED
@@ -2,7 +2,7 @@ require 'fileutils'
2
2
  project 'pbox2d', 'https://github.com/ruby-processing/jbox2d' do
3
3
 
4
4
  model_version '4.0.0'
5
- id 'ruby-processing:pbox2d', '0.9'
5
+ id 'ruby-processing:pbox2d', '0.9.1'
6
6
  packaging 'jar'
7
7
 
8
8
  description 'jbox2d for JRubyArt'
@@ -33,8 +33,8 @@ project 'pbox2d', 'https://github.com/ruby-processing/jbox2d' do
33
33
  'jruby.api' => "http://jruby.org/apidocs/"
34
34
  )
35
35
 
36
- pom 'org.jruby:jruby:9.1.2.0'
37
- jar 'org.processing:core:3.1.1'
36
+ pom 'org.jruby:jruby:9.1.5.0'
37
+ jar 'org.processing:core:3.2.1'
38
38
  plugin_management do
39
39
  plugin :resources, '2.6'
40
40
  plugin :dependency, '2.8'
data/pom.xml CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
  <modelVersion>4.0.0</modelVersion>
12
12
  <groupId>ruby-processing</groupId>
13
13
  <artifactId>pbox2d</artifactId>
14
- <version>0.9</version>
14
+ <version>0.9.1</version>
15
15
  <name>pbox2d</name>
16
16
  <description>jbox2d for JRubyArt</description>
17
17
  <url>https://github.com/ruby-processing/jbox2d</url>
@@ -56,13 +56,13 @@ DO NOT MODIFIY - GENERATED CODE
56
56
  <dependency>
57
57
  <groupId>org.jruby</groupId>
58
58
  <artifactId>jruby</artifactId>
59
- <version>9.1.2.0</version>
59
+ <version>9.1.5.0</version>
60
60
  <type>pom</type>
61
61
  </dependency>
62
62
  <dependency>
63
63
  <groupId>org.processing</groupId>
64
64
  <artifactId>core</artifactId>
65
- <version>3.1.1</version>
65
+ <version>3.2.1</version>
66
66
  </dependency>
67
67
  </dependencies>
68
68
  <build>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pbox2d
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: java
6
6
  authors:
7
7
  - Martin Prout
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2016-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jruby_art