ruby-sdl2 0.1.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 ADDED
@@ -0,0 +1,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-sdl2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ippei Obayashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-11-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |2
14
+ Ruby/SDL2 is an extension library to use SDL 2.x
15
+ (Simple DirectMedia Layer). SDL 2.x is quite refined
16
+ from SDL 1.x and API is changed.
17
+ This library enables you to control audio, keyboard,
18
+ mouse, joystick, 3D hardware via OpenGL, and 2D video
19
+ using opengl or Direct3D.
20
+ Ruby/SDL is used for games and visual demos.
21
+ email: ohai@kmc.gr.jp
22
+ executables: []
23
+ extensions:
24
+ - extconf.rb
25
+ extra_rdoc_files: []
26
+ files:
27
+ - ".dir-locals.el"
28
+ - ".gitignore"
29
+ - COPYING.txt
30
+ - README.md
31
+ - Rakefile
32
+ - clipboard.c
33
+ - doc/po/ja.po
34
+ - event.c
35
+ - extconf.rb
36
+ - filesystem.c
37
+ - gamecontroller.c
38
+ - gl.c
39
+ - gl.c.m4
40
+ - hint.c
41
+ - joystick.c
42
+ - key.c
43
+ - key.c.m4
44
+ - lib/sdl2.rb
45
+ - lib/sdl2/version.rb
46
+ - main.c
47
+ - messagebox.c
48
+ - mixer.c
49
+ - mouse.c
50
+ - rubysdl2_internal.h
51
+ - sample/chunk_destroy.rb
52
+ - sample/icon.bmp
53
+ - sample/memory_test/m1.rb
54
+ - sample/memory_test/m2.rb
55
+ - sample/memory_test/m3.rb
56
+ - sample/message_box.rb
57
+ - sample/music_player.rb
58
+ - sample/playwave.rb
59
+ - sample/primitives.rb
60
+ - sample/test_clipboard.rb
61
+ - sample/test_controller.rb
62
+ - sample/test_joystick.rb
63
+ - sample/test_keyboard.rb
64
+ - sample/test_mouse.rb
65
+ - sample/test_surface.rb
66
+ - sample/test_ttf.rb
67
+ - sample/test_video.rb
68
+ - sample/testgl.rb
69
+ - sample/testsprite.rb
70
+ - sample/testspriteminimal.rb
71
+ - sample/timer.rb
72
+ - sample/version.rb
73
+ - sample/video_info.rb
74
+ - timer.c
75
+ - ttf.c
76
+ - video.c
77
+ - video.c.m4
78
+ homepage: https://github.com/ohai/ruby-sdl2
79
+ licenses:
80
+ - LGPL v3
81
+ metadata: {}
82
+ post_install_message:
83
+ rdoc_options: []
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ requirements: []
97
+ rubyforge_project:
98
+ rubygems_version: 2.2.2
99
+ signing_key:
100
+ specification_version: 4
101
+ summary: The simple ruby extension library for SDL 2.x
102
+ test_files: []