raylib-bindings 0.5.7 → 0.5.8pre1

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.5.7
4
+ version: 0.5.8pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
11
+ date: 2023-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -38,7 +38,9 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2'
41
- description: 'Ruby bindings for Raylib ( https://github.com/raysan5/raylib ).
41
+ description: 'Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui
42
+ ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac
43
+ ).
42
44
 
43
45
  '
44
46
  email:
@@ -52,19 +54,7 @@ files:
52
54
  - README.md
53
55
  - examples/template.rb
54
56
  - lib/config.rb
55
- - lib/libraylib.aarch64.so
56
- - lib/libraylib.dll
57
- - lib/libraylib.dylib
58
- - lib/libraylib.x86_64.so
59
- - lib/physac.aarch64.so
60
- - lib/physac.dll
61
- - lib/physac.dylib
62
57
  - lib/physac.rb
63
- - lib/physac.x86_64.so
64
- - lib/raygui.aarch64.so
65
- - lib/raygui.dll
66
- - lib/raygui.dylib
67
- - lib/raygui.x86_64.so
68
58
  - lib/raygui_helper.rb
69
59
  - lib/raygui_main.rb
70
60
  - lib/raylib.rb
@@ -88,12 +78,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
78
  version: 3.0.0
89
79
  required_rubygems_version: !ruby/object:Gem::Requirement
90
80
  requirements:
91
- - - ">="
81
+ - - ">"
92
82
  - !ruby/object:Gem::Version
93
- version: '0'
83
+ version: 1.3.1
94
84
  requirements: []
95
- rubygems_version: 3.4.20
85
+ rubygems_version: 3.4.21
96
86
  signing_key:
97
87
  specification_version: 4
98
- summary: Provides latest raylib API for Ruby
88
+ summary: Ruby bindings for raylib, raygui and Physac
99
89
  test_files: []
Binary file
data/lib/libraylib.dll DELETED
Binary file
data/lib/libraylib.dylib DELETED
Binary file
Binary file
Binary file
data/lib/physac.dll DELETED
Binary file
data/lib/physac.dylib DELETED
Binary file
data/lib/physac.x86_64.so DELETED
Binary file
Binary file
data/lib/raygui.dll DELETED
Binary file
data/lib/raygui.dylib DELETED
Binary file
data/lib/raygui.x86_64.so DELETED
Binary file