gosu 0.7.8.5-universal-darwin-8 → 0.7.9-universal-darwin-8

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
Binary file
metadata CHANGED
@@ -1,34 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: gosu
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.7.8.5
7
- date: 2007-12-14 00:00:00 +01:00
8
- summary: 2D game development library.
9
- require_paths:
10
- - lib
11
- email: julian@raschke.de
12
- homepage: http://code.google.com/p/gosu/
13
- rubyforge_project:
14
- description: 2D game development library. The library features easy to use and game-friendly interfaces to 2D graphics and text (accelerated by 3D hardware), sound samples and music as well as keyboard, mouse and gamepad/joystick input. Includes demos for integration with RMagick, Chipmunk and Ruby-OpenGL.
15
- autorequire:
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: false
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 1.8.1
24
- version:
4
+ version: 0.7.9
25
5
  platform: universal-darwin-8
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
6
  authors:
30
7
  - Julian Raschke
31
8
  - Jan Luecker
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2008-04-09 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: 2D game development library. Gosu features easy to use and game-friendly interfaces to 2D graphics and text (accelerated by 3D hardware), sound samples and music as well as keyboard, mouse and gamepad/joystick input. Includes examples for integration with RMagick, Chipmunk and Ruby-OpenGL.
18
+ email: julian@raschke.de
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
32
25
  files:
33
26
  - lib/gosu.bundle
34
27
  - README
@@ -53,17 +46,31 @@ files:
53
46
  - examples/media/Space.png
54
47
  - examples/media/Star.png
55
48
  - examples/media/Starfighter.bmp
56
- test_files: []
57
-
49
+ has_rdoc: false
50
+ homepage: http://code.google.com/p/gosu/
51
+ post_install_message:
58
52
  rdoc_options: []
59
53
 
60
- extra_rdoc_files: []
61
-
62
- executables: []
63
-
64
- extensions: []
65
-
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 1.8.1
61
+ version:
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
66
68
  requirements: []
67
69
 
68
- dependencies: []
70
+ rubyforge_project:
71
+ rubygems_version: 1.1.0
72
+ signing_key:
73
+ specification_version: 2
74
+ summary: 2D game development library.
75
+ test_files: []
69
76