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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 777a02d3c7eb49d20cb87ce0be06bb327bd83f9a
4
- data.tar.gz: 1f371b8818431cd34d0fb9c94b5646a3083b321a
3
+ metadata.gz: 13cc6d23dff938d60821b98b9241cb2a35bec30a
4
+ data.tar.gz: 0715b425662d443795c555fa5bbde249bad2a749
5
5
  SHA512:
6
- metadata.gz: 960c54d790f385c81cfac32e3a0ca8bda2c8847cb8a8247a25153347e2b14b2243e7c4d9e3531eb2c582575485ccd0f8f0bfc583ed9bc424ffaef4a3e243d361
7
- data.tar.gz: 5b5608897f2dd4f61e70391f8cd86beb9c4a28c69d74be48def59718eef53a49c213e97df7eccc0c09f0f8fbc9ad1952d06aa8d72a856a4e12a5c71e186b93c8
6
+ metadata.gz: ab95fb73a6b259e9234982b306a218fb9aaedc6ed7571ed877d4ebe2225277af74b39897553373c0941bccbd0b04bfcd596433e24b40c68a648d3a5f39f66b15
7
+ data.tar.gz: 2b7f0c240779d9eb0ceff2a0a214b88fa688bb25bab01549484f60fbd96e9ccb74304a7080181f2b6bc9fc39fb9a7cac671de98716e9b1d33c35e45a8148e9c3
@@ -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|
@@ -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.
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.13.1
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: 2017-11-25 00:00:00.000000000 Z
11
+ date: 2018-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.