gosu 0.8.0-x86-mingw32 → 0.8.1-x86-mingw32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1c3f7d89e8700c4e38bba1d2da2bc45284ea656
4
- data.tar.gz: 703a0e7885520dfd0e3cfbdfab94cc5de6e303ab
3
+ metadata.gz: c02fa163eb3c40756141ff883a198abb9709172e
4
+ data.tar.gz: 9b21af0d3e8e00e6dd81a12447e98b586d7a082f
5
5
  SHA512:
6
- metadata.gz: ff06e61b54276802adc340a29cba3660c8531bc17cc5a738fb06a03294ffc0da78f0ec3ca748fb8113b6889b8318d452af7da2f163a4ac209a5215a19003475a
7
- data.tar.gz: 85dd40ff292c82273cba0703eb11bc27871dd551823a044a8ea6d2fabe8ea40407ddc6ce9770fca2a52231a1beb7339c909192437fc1919f968d002eabdb87dd
6
+ metadata.gz: 53414441977e467aa021c899fdbf354e27f369203933227a64e65da0f6c5354744148e0f532f73d4eeb050b791670652455f64d782a07107b252027ceef0ac79
7
+ data.tar.gz: 0379fd6d936511e31cf9d849422c92c90423639e9fab463e3b56c71eca35dbf01ffce803711d2fc6258ea90bb9f67c792fbe4445ad0a9aa51490f41e00869b08
data/Gosu/Version.hpp CHANGED
@@ -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 0
7
- #define GOSU_VERSION "0.8.0"
6
+ #define GOSU_POINT_VERSION 1
7
+ #define GOSU_VERSION "0.8.1"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  "This software uses the following third-party libraries:\n" \
data/lib/1.8/gosu.so CHANGED
Binary file
data/lib/1.9/gosu.so 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
- version: 0.8.0
4
+ version: 0.8.1
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-08-18 00:00:00.000000000 Z
11
+ date: 2014-08-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.