box2d-bindings 0.1.0

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.
Binary file
Binary file
data/lib/libbox2d.dll ADDED
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: box2d-bindings
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - vaiorabbit
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-01-01 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: ffi
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.16'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.16'
26
+ description: 'Ruby bindings for Box2D ( https://github.com/erincatto/box2d ).
27
+
28
+ '
29
+ email:
30
+ - vaiorabbit@gmail.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ChangeLog
36
+ - LICENSE.txt
37
+ - README.md
38
+ - lib/box2d.rb
39
+ - lib/box2d_base.rb
40
+ - lib/box2d_collision.rb
41
+ - lib/box2d_collision_inline.rb
42
+ - lib/box2d_helper.rb
43
+ - lib/box2d_id.rb
44
+ - lib/box2d_id_inline.rb
45
+ - lib/box2d_main.rb
46
+ - lib/box2d_math_functions.rb
47
+ - lib/box2d_math_inline_functions.rb
48
+ - lib/box2d_types.rb
49
+ - lib/libbox2d.aarch64.so
50
+ - lib/libbox2d.arm64.dylib
51
+ - lib/libbox2d.dll
52
+ - lib/libbox2d.x86_64.dylib
53
+ - lib/libbox2d.x86_64.so
54
+ homepage: https://github.com/vaiorabbit/box2d-bindings
55
+ licenses:
56
+ - Zlib
57
+ metadata: {}
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 3.0.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.6.2
73
+ specification_version: 4
74
+ summary: Ruby bindings for Box2D
75
+ test_files: []