gosu 0.7.36.1-universal-darwin → 0.7.36.2-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
- data/Gosu/Version.hpp +1 -1
- data/lib/gosu.for_1_8.bundle +0 -0
- data/lib/gosu.for_1_9.bundle +0 -0
- metadata +4 -4
data/Gosu/Version.hpp
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
#define GOSU_MAJOR_VERSION 0
|
5
5
|
#define GOSU_MINOR_VERSION 7
|
6
6
|
#define GOSU_POINT_VERSION 36
|
7
|
-
#define GOSU_VERSION "0.7.36.
|
7
|
+
#define GOSU_VERSION "0.7.36.2"
|
8
8
|
|
9
9
|
#define GOSU_COPYRIGHT_NOTICE \
|
10
10
|
"May contain `ogg', `vorbis' libraries (c) 2002-2008 Xiph.org Foundation" \
|
data/lib/gosu.for_1_8.bundle
CHANGED
Binary file
|
data/lib/gosu.for_1_9.bundle
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 227
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
9
|
- 36
|
10
|
-
-
|
11
|
-
version: 0.7.36.
|
10
|
+
- 2
|
11
|
+
version: 0.7.36.2
|
12
12
|
platform: universal-darwin
|
13
13
|
authors:
|
14
14
|
- Julian Raschke
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-08-
|
19
|
+
date: 2011-08-25 00:00:00 Z
|
20
20
|
dependencies: []
|
21
21
|
|
22
22
|
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 OpenGL.\n"
|