sdl2-bindings 0.0.3 → 0.0.7

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: sdl2-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-22 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Ruby bindings for SDL2.
14
14
 
@@ -44,6 +44,7 @@ files:
44
44
  - lib/sdl2_log.rb
45
45
  - lib/sdl2_main.rb
46
46
  - lib/sdl2_messagebox.rb
47
+ - lib/sdl2_misc.rb
47
48
  - lib/sdl2_mixer.rb
48
49
  - lib/sdl2_mouse.rb
49
50
  - lib/sdl2_pixels.rb
@@ -54,9 +55,11 @@ files:
54
55
  - lib/sdl2_rotozoom.rb
55
56
  - lib/sdl2_rwops.rb
56
57
  - lib/sdl2_scancode.rb
58
+ - lib/sdl2_sensor.rb
57
59
  - lib/sdl2_shape.rb
58
60
  - lib/sdl2_stdinc.rb
59
61
  - lib/sdl2_surface.rb
62
+ - lib/sdl2_syswm.rb
60
63
  - lib/sdl2_timer.rb
61
64
  - lib/sdl2_touch.rb
62
65
  - lib/sdl2_ttf.rb
@@ -67,7 +70,7 @@ homepage: https://github.com/vaiorabbit/sdl2-bindings
67
70
  licenses:
68
71
  - Zlib
69
72
  metadata: {}
70
- post_install_message:
73
+ post_install_message:
71
74
  rdoc_options: []
72
75
  require_paths:
73
76
  - lib
@@ -82,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
85
  - !ruby/object:Gem::Version
83
86
  version: '0'
84
87
  requirements: []
85
- rubygems_version: 3.1.2
86
- signing_key:
88
+ rubygems_version: 3.2.15
89
+ signing_key:
87
90
  specification_version: 4
88
91
  summary: Bindings for SDL2
89
92
  test_files: []