rubygame 2.2.0 → 2.3.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 CHANGED
@@ -1,39 +1,37 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: rubygame
5
3
  version: !ruby/object:Gem::Version
6
- version: 2.2.0
7
- date: 2007-12-19 00:00:00 -06:00
8
- summary: Clean and powerful library for game programming
9
- require_paths:
10
- - lib
11
- - lib/rubygame/
12
- - ext/rubygame/
13
- email: jacius@users.sourceforge.net
14
- homepage: http://rubygame.sourceforge.net/
15
- rubyforge_project:
16
- description:
17
- autorequire: rubygame.rb
18
- default_executable:
19
- bindir: bin
20
- has_rdoc: true
21
- required_ruby_version: !ruby/object:Gem::Version::Requirement
22
- requirements:
23
- - - ">"
24
- - !ruby/object:Gem::Version
25
- version: 0.0.0
26
- version:
4
+ version: 2.3.0
27
5
  platform: ruby
28
- signing_key:
29
- cert_chain:
30
- post_install_message:
31
6
  authors:
32
7
  - John Croisant
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-17 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: jacius@users.sourceforge.net
18
+ executables: []
19
+
20
+ extensions:
21
+ - Rakefile
22
+ extra_rdoc_files:
23
+ - doc/windows_install.rdoc
24
+ - doc/macosx_install.rdoc
25
+ - doc/getting_started.rdoc
26
+ - doc/extended_readme.rdoc
27
+ - README
28
+ - LICENSE
29
+ - CREDITS
30
+ - ROADMAP
31
+ - NEWS
33
32
  files:
34
33
  - lib/rubygame.rb
35
34
  - lib/rubygame
36
- - lib/rubygame/MANIFEST
37
35
  - lib/rubygame/ftor.rb
38
36
  - lib/rubygame/clock.rb
39
37
  - lib/rubygame/constants.rb
@@ -52,6 +50,7 @@ files:
52
50
  - lib/rubygame/mediabag.rb
53
51
  - lib/rubygame/color.rb
54
52
  - lib/rubygame/sprite.rb
53
+ - lib/rubygame/named_resource.rb
55
54
  - lib/rubygame/keyconstants.rb
56
55
  - lib/rubygame/hotspot.rb
57
56
  - lib/rubygame/sfont.rb
@@ -62,11 +61,13 @@ files:
62
61
  - ext/rubygame/rubygame_ttf.h
63
62
  - ext/rubygame/rubygame_main.c
64
63
  - ext/rubygame/rubygame_joystick.h
65
- - ext/rubygame/MANIFEST
64
+ - ext/rubygame/rubygame_music.h
66
65
  - ext/rubygame/rubygame_gfx.h
67
66
  - ext/rubygame/rubygame_shared.c
67
+ - ext/rubygame/rubygame_music.c
68
68
  - ext/rubygame/rubygame_gl.h
69
69
  - ext/rubygame/rubygame_screen.c
70
+ - ext/rubygame/rubygame_sound.c
70
71
  - ext/rubygame/rubygame_shared.h
71
72
  - ext/rubygame/rubygame_time.c
72
73
  - ext/rubygame/rubygame_image.h
@@ -74,6 +75,7 @@ files:
74
75
  - ext/rubygame/rubygame_screen.h
75
76
  - ext/rubygame/rubygame_time.h
76
77
  - ext/rubygame/rubygame_joystick.c
78
+ - ext/rubygame/rubygame_sound.h
77
79
  - ext/rubygame/rubygame_surface.c
78
80
  - ext/rubygame/rubygame_main.h
79
81
  - ext/rubygame/rubygame_gfx.c
@@ -111,25 +113,33 @@ files:
111
113
  - CREDITS
112
114
  - ROADMAP
113
115
  - NEWS
114
- test_files: []
115
-
116
+ has_rdoc: true
117
+ homepage: http://rubygame.sourceforge.net/
118
+ post_install_message:
116
119
  rdoc_options: []
117
120
 
118
- extra_rdoc_files:
119
- - doc/windows_install.rdoc
120
- - doc/macosx_install.rdoc
121
- - doc/getting_started.rdoc
122
- - doc/extended_readme.rdoc
123
- - README
124
- - LICENSE
125
- - CREDITS
126
- - ROADMAP
127
- - NEWS
128
- executables: []
129
-
130
- extensions:
131
- - Rakefile
121
+ require_paths:
122
+ - lib
123
+ - lib/rubygame/
124
+ - ext/rubygame/
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ version: "0"
130
+ version:
131
+ required_rubygems_version: !ruby/object:Gem::Requirement
132
+ requirements:
133
+ - - ">="
134
+ - !ruby/object:Gem::Version
135
+ version: "0"
136
+ version:
132
137
  requirements: []
133
138
 
134
- dependencies: []
139
+ rubyforge_project:
140
+ rubygems_version: 1.1.1
141
+ signing_key:
142
+ specification_version: 2
143
+ summary: Clean and powerful library for game programming
144
+ test_files: []
135
145
 
@@ -1,25 +0,0 @@
1
- MANIFEST
2
- rubygame_event.c
3
- rubygame_event.h
4
- rubygame_gfx.c
5
- rubygame_gfx.h
6
- rubygame_gl.c
7
- rubygame_gl.h
8
- rubygame_image.c
9
- rubygame_image.h
10
- rubygame_joystick.c
11
- rubygame_joystick.h
12
- rubygame_main.c
13
- rubygame_main.h
14
- rubygame_mixer.c
15
- rubygame_mixer.h
16
- rubygame_screen.c
17
- rubygame_screen.h
18
- rubygame_shared.c
19
- rubygame_shared.h
20
- rubygame_surface.c
21
- rubygame_surface.h
22
- rubygame_time.c
23
- rubygame_time.h
24
- rubygame_ttf.c
25
- rubygame_ttf.h
@@ -1,12 +0,0 @@
1
- clock.rb
2
- constants.rb
3
- event.rb
4
- ftor.rb
5
- hotspot.rb
6
- keyconstants.rb
7
- MANIFEST
8
- mediabag.rb
9
- queue.rb
10
- rect.rb
11
- sfont.rb
12
- sprite.rb