gosu 0.7.8.5-universal-darwin-8 → 0.7.9-universal-darwin-8
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.
- data/examples/CptnRuby.rb +0 -0
- data/examples/OpenGLIntegration.rb +0 -0
- data/examples/Tutorial.rb +0 -0
- data/examples/media/Beep.wav +0 -0
- data/examples/media/CptnRuby Map.txt b/data/examples/media/CptnRuby → Map.txt +0 -0
- data/examples/media/Explosion.wav +0 -0
- data/examples/media/Space.png +0 -0
- data/examples/media/Star.png +0 -0
- data/examples/media/Starfighter.bmp +0 -0
- data/lib/gosu.bundle +0 -0
- metadata +40 -33
data/examples/CptnRuby.rb
CHANGED
File without changes
|
File without changes
|
data/examples/Tutorial.rb
CHANGED
File without changes
|
data/examples/media/Beep.wav
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/examples/media/Space.png
CHANGED
File without changes
|
data/examples/media/Star.png
CHANGED
File without changes
|
File without changes
|
data/lib/gosu.bundle
CHANGED
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.
|
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
|
-
|
57
|
-
|
49
|
+
has_rdoc: false
|
50
|
+
homepage: http://code.google.com/p/gosu/
|
51
|
+
post_install_message:
|
58
52
|
rdoc_options: []
|
59
53
|
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
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
|
-
|
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
|
|