gosu 0.7.13-x86-mswin32-60 → 0.7.13.2-x86-mswin32-60
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/COPYING.txt +4 -2
- data/README.txt +5 -5
- data/lib/gosu.for_1_8.so +0 -0
- data/lib/gosu.for_1_9.so +0 -0
- data/lib/gosu.rb +7 -0
- metadata +10 -6
- data/lib/gosu.so +0 -0
data/COPYING.txt
CHANGED
@@ -19,11 +19,13 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19
19
|
DEALINGS IN THE SOFTWARE.
|
20
20
|
|
21
21
|
Julian Raschke julian@raschke.de
|
22
|
+
|
22
23
|
Jan Lücker jan.luecker@gmx.de
|
23
|
-
|
24
|
+
|
25
|
+
http://www.libgosu.org/
|
24
26
|
|
25
27
|
***
|
26
28
|
|
27
|
-
|
29
|
+
This does NOT apply to fmod.dll shipped with the Windows version of Gosu,
|
28
30
|
or the bytecode of FMOD contained in Gosu.framework and gosu.bundle on OS X.
|
29
31
|
FMOD is a property of Firelight Technologies Pty, Ltd., see www.fmod.org.
|
data/README.txt
CHANGED
@@ -3,15 +3,15 @@ Moin moin, dear Gosu user!
|
|
3
3
|
* The latest documentation on how to install/set up Gosu can be found on:
|
4
4
|
http://code.google.com/p/gosu/wiki/DocsOverview
|
5
5
|
|
6
|
-
* All resources
|
6
|
+
* All resources concerning Gosu are linked from http://libgosu.org/.
|
7
7
|
|
8
8
|
* Try doing the tutorial there if you don't know how to start out! Or look
|
9
9
|
at one of the games in the Gosu Users board.
|
10
10
|
|
11
11
|
* If you have any questions or feedback,
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
12
|
+
- visit the boards at http://libgosu.org/,
|
13
|
+
- leave a comment on one of Gosu's wiki page,
|
14
|
+
- try your luck in irc://irc.freenode.org/gosu,
|
15
|
+
- or mail me at julian@raschke.de!
|
16
16
|
|
17
17
|
We hope you'll enjoy using Gosu!
|
data/lib/gosu.for_1_8.so
ADDED
Binary file
|
data/lib/gosu.for_1_9.so
ADDED
Binary file
|
data/lib/gosu.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.13
|
4
|
+
version: 0.7.13.2
|
5
5
|
platform: x86-mswin32-60
|
6
6
|
authors:
|
7
7
|
- Julian Raschke
|
@@ -10,11 +10,11 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-05-07 00:00:00 +02:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|
17
|
-
description: 2D game development library
|
17
|
+
description: " 2D game development library.\n\n Gosu features easy to use and game-friendly interfaces to 2D graphics\n and text (accelerated by 3D hardware), sound samples and music as well as\n keyboard, mouse and gamepad/joystick input.\n\n Also includes demos for integration with RMagick, Chipmunk and Ruby-OpenGL.\n"
|
18
18
|
email: julian@raschke.de
|
19
19
|
executables: []
|
20
20
|
|
@@ -47,10 +47,14 @@ files:
|
|
47
47
|
- examples/media/Space.png
|
48
48
|
- examples/media/Star.png
|
49
49
|
- examples/media/Starfighter.bmp
|
50
|
-
- lib/gosu.
|
50
|
+
- lib/gosu.rb
|
51
|
+
- lib/gosu.for_1_8.so
|
52
|
+
- lib/gosu.for_1_9.so
|
51
53
|
- lib/fmod.dll
|
52
54
|
has_rdoc: false
|
53
55
|
homepage: http://code.google.com/p/gosu/
|
56
|
+
licenses: []
|
57
|
+
|
54
58
|
post_install_message:
|
55
59
|
rdoc_options: []
|
56
60
|
|
@@ -71,9 +75,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
75
|
requirements: []
|
72
76
|
|
73
77
|
rubyforge_project:
|
74
|
-
rubygems_version: 1.2
|
78
|
+
rubygems_version: 1.3.2
|
75
79
|
signing_key:
|
76
|
-
specification_version:
|
80
|
+
specification_version: 3
|
77
81
|
summary: 2D game development library.
|
78
82
|
test_files: []
|
79
83
|
|
data/lib/gosu.so
DELETED
Binary file
|