raylib-bindings 0.1.3 → 0.2.0

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.1.3
4
+ version: 0.2.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-10 00:00:00.000000000 Z
11
+ date: 2022-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -51,6 +51,7 @@ files:
51
51
  - LICENSE.txt
52
52
  - README.md
53
53
  - examples/template.rb
54
+ - lib/config.rb
54
55
  - lib/libraylib.dll
55
56
  - lib/libraylib.dylib
56
57
  - lib/physac.dll
@@ -60,6 +61,7 @@ files:
60
61
  - lib/raygui.dylib
61
62
  - lib/raygui.rb
62
63
  - lib/raylib.rb
64
+ - lib/raylib_helper.rb
63
65
  - lib/raylib_main.rb
64
66
  - lib/raymath.rb
65
67
  - lib/rlgl.rb
@@ -82,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  - !ruby/object:Gem::Version
83
85
  version: '0'
84
86
  requirements: []
85
- rubygems_version: 3.3.4
87
+ rubygems_version: 3.4.1
86
88
  signing_key:
87
89
  specification_version: 4
88
90
  summary: Provides latest raylib API for Ruby