box2d-bindings 0.1.0-arm64-darwin

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
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: box2d-bindings
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: arm64-darwin
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.arm64.dylib
50
+ homepage: https://github.com/vaiorabbit/box2d-bindings
51
+ licenses:
52
+ - Zlib
53
+ metadata: {}
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 3.0.0
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.6.2
69
+ specification_version: 4
70
+ summary: Ruby bindings for Box2D
71
+ test_files: []