gosu 0.13.1-x86-mingw32 → 0.13.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 371800c40d0fddaaad743c42c5373ed84462a24f
4
- data.tar.gz: 0d6e94d063964352548a0d396ec8eda7aca2a4d3
3
+ metadata.gz: 17dbf3115e982b916c5f6400864ed0d4ffe6d449
4
+ data.tar.gz: 9544c3eacd53d2824cb20b93893fe42b84a09e89
5
5
  SHA512:
6
- metadata.gz: 5375bdf7bb07e9117716194a6c02f141392dc6e99789990bd997ae8d5a540d46dbe6a74e8640f40012643cf037b2c5b3e90207ab8f80fb341cd4899493a84d84
7
- data.tar.gz: 8b9eef5eadad22cd12a53dcc45bc4a9a2245422e22afced64caf5d71070846f65fc2a4017284fad343577804585f1154150aa16f0d54a8c395c9af5ce1fd8c84
6
+ metadata.gz: 91831ce0dc66429def838abcdc489cbca132db0a0a8f410403f40a0b0e01bd0f23ed744919e0f56bd1509b90416677ead3e1963e884bdb3ade251125aecc641b
7
+ data.tar.gz: 44d5af94fc59260ff73663ba590f9029ea547a795bc3ce97734fe3fe6f1df702c9d47bc24e0eb204494ce4a60090b591dd97e9994be1178baa93fb65ed3185ac
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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.
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: x86-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.