gosu 0.8.5-x86-mingw32 → 0.8.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 092c2c39d3453c0586f4d4c8908e2d1fd960c31d
4
- data.tar.gz: 3613e7d1d761ce5f23f7087503f06981313cd888
3
+ metadata.gz: 5c6bc79695d6862d14f8be778cba7117b694a3ad
4
+ data.tar.gz: be7c1b5573c52f4e2dc26f5a602d86edca4cc556
5
5
  SHA512:
6
- metadata.gz: dc0eb8938b94d38003def68b55e67b99e8f4bd7b584f7bae6fdc2048cabf7489a95772938b070ae0cd6a4eec90066d8bf2cca2588d388c57512ef9463d5785f4
7
- data.tar.gz: 2135655b2a0a0085e83dc7e2c8995ca2658ac5a89c60f2733160cc139bf34fc57c3a53865ef2fc1b0f37a651d6cecdfc5900b98a44d6574b894dfd4d03d4d04e
6
+ metadata.gz: c7fb039378d8c298f2247f85d09133aac116e85db0c4339c7aef7188b5f64c462804a5dd0e01614984747a0dea6e7c6013be58174e4a178a0523df49c6f8ecd3
7
+ data.tar.gz: 42fe209a4411e54e1b9535deb49cfbd70aee62896a448e77563c472a68321f7735e3067c97c6f4a656299a6d4dda6baa7f714f14e92b0b4a1c5123b7510ce302
@@ -3,8 +3,8 @@
3
3
 
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 8
6
- #define GOSU_POINT_VERSION 5
7
- #define GOSU_VERSION "0.8.5"
6
+ #define GOSU_POINT_VERSION 6
7
+ #define GOSU_VERSION "0.8.6"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  "This software uses the following third-party libraries:\n" \
Binary file
Binary file
Binary file
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
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Julian Raschke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-28 00:00:00.000000000 Z
11
+ date: 2014-12-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.
@@ -76,6 +76,7 @@ files:
76
76
  - lib/1.8/gosu.so
77
77
  - lib/1.9/gosu.so
78
78
  - lib/2.0/gosu.so
79
+ - lib/2.1/gosu.so
79
80
  - lib/FreeImage.dll
80
81
  - lib/OpenAL32.dll
81
82
  - lib/SDL2.dll
@@ -105,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
106
  version: '0'
106
107
  requirements: []
107
108
  rubyforge_project:
108
- rubygems_version: 2.3.0
109
+ rubygems_version: 2.4.2
109
110
  signing_key:
110
111
  specification_version: 4
111
112
  summary: 2D game development library.