box2d-bindings 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: 878c68d88f537985d4acd0dbd8367a125e23a047bd30cbd49534c24af6a46feb
4
- data.tar.gz: 6d8476360888e88ceda351a26c577837653aff4cfd7d26ec09b5cc20a1c540fa
3
+ metadata.gz: 428bcf6eb9df464c49d3c238195ece958c8d2f4869b64154dbaf2455c5a5edc2
4
+ data.tar.gz: 9597936d702193a4da47e88608ecb0a79b127bd5cca1f86a51593c71fbba573a
5
5
  SHA512:
6
- metadata.gz: 54ce7b920fc7468adb03a721035088bcd6e964b7955b3d161d810f1db9f58db07a3473c7914005f64981429a502c830603c6b18db53bf19df5aceff4cf464678
7
- data.tar.gz: 5db47cdfe2c42f22c28a67f27c6e82cd90c013d1836c22c8a6fdf0e6801b67eb74489803a7c33d3a954ac4f1f9b21bdd2afa30dfed4c817198f480468935b464
6
+ metadata.gz: 80d97da143bc5fe6aa63f9a260b69ae6250873c9b47c71a687da7a26232a88013b06aa862f7315657e774f10b915bde00f0d106d2c4f68856cfffe71f642e0d3
7
+ data.tar.gz: 00fe9fc3128708b7838a5ba88864c2e659ad0e1a99411ad89d41fa374ff7a8adc44a6b13d782a11d3e12987461586039fc9b49bee2d0ad28744e6f7445250c87
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2026-03-11 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * https://github.com/erincatto/box2d/commit/5778d748bb06fdabcd46cb0d56646d8b2d6a4be7
4
+
1
5
  2025-12-29 vaiorabbit <http://twitter.com/vaiorabbit>
2
6
 
3
7
  * https://github.com/erincatto/box2d/commit/c05c48738fbe5c27625e36c5f0cfbdaddfc8359a
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # Box2D bindings for Ruby #
4
4
 
5
5
  * Created : 2024-08-18
6
- * Last modified : 2026-01-10
6
+ * Last modified : 2026-03-11
7
7
 
8
8
  Provides Ruby bindings for Box2D
9
9
  * https://box2d.org
Binary file
Binary file
data/lib/libbox2d.dll CHANGED
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: box2d-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit