pbox2d 0.9.0-java → 0.9.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/README.md +2 -2
- data/lib/pbox2d/version.rb +1 -1
- data/pom.rb +3 -3
- data/pom.xml +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a73dd0d1fe00250537080b3fd9a8adba5ce18e4b
|
4
|
+
data.tar.gz: 585d07c27d97c01cc0cd3514571317b6a2b5b8ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58f57f93c0ebbed00ecfd76f42ce6bedcba5bcf050888ebaa910c8bdea2d1ecef5b580ac14ee2a98f9abccb3f0fc46cfe673ca22714b7031684e3c3f13305146
|
7
|
+
data.tar.gz: 0b4e7789ff8fa34053811b79cb4e69e74b23aa0829b0143bcb92b70e667a32fc7bf6dbc9f7f7b2f43b50a50a0c24d541728e0247a89a73f33e8eeb7f34024503
|
data/CHANGELOG.md
CHANGED
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.
|
64
|
-
[tar]:https://github.com/ruby-processing/jbox2d/archive/0.9.
|
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
|
data/lib/pbox2d/version.rb
CHANGED
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.
|
37
|
-
jar 'org.processing:core:3.
|
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.
|
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.
|
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.
|
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-
|
11
|
+
date: 2016-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jruby_art
|