gosu 0.7.49-x86-mingw32 → 0.7.50-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gosu/Color.hpp +1 -1
- data/Gosu/Version.hpp +2 -2
- data/lib/gosu.for_1_8.so +0 -0
- data/lib/gosu.for_1_9.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aaada1fc4378b8cf8f879070b2505319e6a8101
|
4
|
+
data.tar.gz: 3f44cb062514efbe367b14f6b78e6ef87779f03a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 347d425e273e3887b155706a1e452d99bba3640effe9eebce0193f5e5283d788de902f69eb785643dc36eb00becd5bb8b80cc5b9df40fb74c7b0b70fecb9b4dd
|
7
|
+
data.tar.gz: 7dbe0b297e10f1a1ae8406ca2a5ca4c6802d145a0409b8beb9465ab2ead77157d507671606e62fd2a7c0acf4e5cbf8fb0ee681a6c0d8c85511f743233d474ec7
|
data/Gosu/Color.hpp
CHANGED
@@ -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
|
data/Gosu/Version.hpp
CHANGED
data/lib/gosu.for_1_8.so
CHANGED
Binary file
|
data/lib/gosu.for_1_9.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.7.
|
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-
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
2D game development library.
|