raylib-bindings 0.2.0 → 0.4.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raylib-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -52,14 +52,20 @@ files:
52
52
  - README.md
53
53
  - examples/template.rb
54
54
  - lib/config.rb
55
+ - lib/libraylib.aarch64.so
55
56
  - lib/libraylib.dll
56
57
  - lib/libraylib.dylib
58
+ - lib/libraylib.x86_64.so
59
+ - lib/physac.aarch64.so
57
60
  - lib/physac.dll
58
61
  - lib/physac.dylib
59
62
  - lib/physac.rb
63
+ - lib/physac.x86_64.so
64
+ - lib/raygui.aarch64.so
60
65
  - lib/raygui.dll
61
66
  - lib/raygui.dylib
62
67
  - lib/raygui.rb
68
+ - lib/raygui.x86_64.so
63
69
  - lib/raylib.rb
64
70
  - lib/raylib_helper.rb
65
71
  - lib/raylib_main.rb
@@ -84,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
90
  - !ruby/object:Gem::Version
85
91
  version: '0'
86
92
  requirements: []
87
- rubygems_version: 3.4.1
93
+ rubygems_version: 3.4.6
88
94
  signing_key:
89
95
  specification_version: 4
90
96
  summary: Provides latest raylib API for Ruby