gosu 0.13.1-x64-mingw32 → 0.13.2-x64-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 +4 -4
- data/lib/gosu/compat.rb +4 -0
- data/lib/gosu/patches.rb +0 -5
- data/lib64/2.1/gosu.so +0 -0
- data/lib64/2.2/gosu.so +0 -0
- data/lib64/2.3/gosu.so +0 -0
- data/lib64/2.4/gosu.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: 13cc6d23dff938d60821b98b9241cb2a35bec30a
|
4
|
+
data.tar.gz: 0715b425662d443795c555fa5bbde249bad2a749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab95fb73a6b259e9234982b306a218fb9aaedc6ed7571ed877d4ebe2225277af74b39897553373c0941bccbd0b04bfcd596433e24b40c68a648d3a5f39f66b15
|
7
|
+
data.tar.gz: 2b7f0c240779d9eb0ceff2a0a214b88fa688bb25bab01549484f60fbd96e9ccb74304a7080181f2b6bc9fc39fb9a7cac671de98716e9b1d33c35e45a8148e9c3
|
data/lib/gosu/compat.rb
CHANGED
@@ -163,6 +163,10 @@ module Gosu
|
|
163
163
|
deprecate_const :GOSU_COPYRIGHT_NOTICE, :LICENSES
|
164
164
|
|
165
165
|
module Button; end
|
166
|
+
|
167
|
+
# Channel was called SampleInstance before Gosu 0.13.0.
|
168
|
+
SampleInstance = Channel
|
169
|
+
deprecate_const :SampleInstance, :Channel
|
166
170
|
|
167
171
|
# Support for KbLeft instead of KB_LEFT and Gp3Button2 instead of GP_3_BUTTON_2.
|
168
172
|
Gosu.constants.grep(/^KB_|MS_|GP_/).each do |new_name|
|
data/lib/gosu/patches.rb
CHANGED
@@ -45,11 +45,6 @@ module Gosu
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
module Gosu
|
49
|
-
# Backwards compatibility: Channel was called SampleInstance before Gosu 0.13.0.
|
50
|
-
SampleInstance = Channel
|
51
|
-
end
|
52
|
-
|
53
48
|
class Gosu::Window
|
54
49
|
# Call Thread.pass every tick, which may or may not be necessary for friendly co-existence with
|
55
50
|
# Ruby's Thread class.
|
data/lib64/2.1/gosu.so
CHANGED
Binary file
|
data/lib64/2.2/gosu.so
CHANGED
Binary file
|
data/lib64/2.3/gosu.so
CHANGED
Binary file
|
data/lib64/2.4/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.13.
|
4
|
+
version: 0.13.2
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Julian Raschke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
2D game development library.
|