raylib-bindings 0.5.2 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
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.5.2
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-15 00:00:00.000000000 Z
11
+ date: 2023-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -66,6 +66,8 @@ files:
66
66
  - lib/raygui.dylib
67
67
  - lib/raygui.rb
68
68
  - lib/raygui.x86_64.so
69
+ - lib/raygui_helper.rb
70
+ - lib/raygui_main.rb
69
71
  - lib/raylib.rb
70
72
  - lib/raylib_helper.rb
71
73
  - lib/raylib_main.rb
@@ -91,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
93
  - !ruby/object:Gem::Version
92
94
  version: '0'
93
95
  requirements: []
94
- rubygems_version: 3.4.6
96
+ rubygems_version: 3.4.14
95
97
  signing_key:
96
98
  specification_version: 4
97
99
  summary: Provides latest raylib API for Ruby