gosu 0.7.49-x86-mingw32 → 0.7.50-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: 6afe64bbe6b2b322013644283fc416bffcb71288
4
- data.tar.gz: 275b7332402db80451e1bf1383eda79a65d0f4cf
3
+ metadata.gz: 6aaada1fc4378b8cf8f879070b2505319e6a8101
4
+ data.tar.gz: 3f44cb062514efbe367b14f6b78e6ef87779f03a
5
5
  SHA512:
6
- metadata.gz: 4f8614f9a9f1d7513dfc6d1e37894373d55b2b02715ad5af5c80ed7fa65f98e6f6eadc053642af195c22a1135e449365820f64294a1543a3ba29000b5cff16ac
7
- data.tar.gz: ab95f0c14c42e2f1fde2f460507f6d4fff46e83e4163491e2a963d52553c14b118627917323b106867c03f33ba98f97b7e4cd5e8afe0264807230f0b01134f86
6
+ metadata.gz: 347d425e273e3887b155706a1e452d99bba3640effe9eebce0193f5e5283d788de902f69eb785643dc36eb00becd5bb8b80cc5b9df40fb74c7b0b70fecb9b4dd
7
+ data.tar.gz: 7dbe0b297e10f1a1ae8406ca2a5ca4c6802d145a0409b8beb9465ab2ead77157d507671606e62fd2a7c0acf4e5cbf8fb0ee681a6c0d8c85511f743233d474ec7
@@ -173,7 +173,6 @@ namespace Gosu
173
173
  {
174
174
  return a.gl() != b.gl();
175
175
  }
176
- #endif
177
176
 
178
177
  //! Interpolates linearly between two colors, with a given weight towards
179
178
  //! the second color.
@@ -199,6 +198,7 @@ namespace Gosu
199
198
  GOSU_DEPRECATED const Color fuchsia (0xffff00ff);
200
199
  GOSU_DEPRECATED const Color cyan (0xff00ffff);
201
200
  }
201
+ #endif
202
202
  }
203
203
 
204
204
  #endif
@@ -3,8 +3,8 @@
3
3
 
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
- #define GOSU_POINT_VERSION 49
7
- #define GOSU_VERSION "0.7.49"
6
+ #define GOSU_POINT_VERSION 50
7
+ #define GOSU_VERSION "0.7.50"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  " " \
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.7.49
4
+ version: 0.7.50
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: 2013-10-28 00:00:00.000000000 Z
11
+ date: 2013-11-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.