gosu 0.7.36.1-i386-mingw32 → 0.7.36.2-i386-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Gosu/Version.hpp +1 -1
  2. metadata +4 -4
@@ -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.1"
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" \
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: 229
4
+ hash: 227
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 36
10
- - 1
11
- version: 0.7.36.1
10
+ - 2
11
+ version: 0.7.36.2
12
12
  platform: i386-mingw32
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-24 00:00:00 Z
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"