gosu 0.11.0-x86-mingw32 → 0.11.1-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: cda19127db5a6c0629b0d927ac0c30cc7a6bfef9
4
- data.tar.gz: b1fadae0368eaa24bd55872e3152d6f1276eecfe
3
+ metadata.gz: f334da6acb5abe3c6a3315908a69a7b6c448a21d
4
+ data.tar.gz: 7d4be3ab665b2e151f1e005a9af7daea477b2181
5
5
  SHA512:
6
- metadata.gz: f151d2f5732d1f56ded034389d4e8409d4ebd829c5199df774a80ef4fd54382a6389498c908c8260d4e426ca12fbecf35fd9844dc4852ec650065bdd159c6a0e
7
- data.tar.gz: 21d48bf607a7f5fa4e0918e889410daf5d54337787232aade9b6b55f21838b825e9a32412e1d21aee5603d6549489aaa61252f065c3b5bed919c0265b169cdce
6
+ metadata.gz: c7c3c136c299d52d81f4bcdfaf92e7daa67a2939d46d455f48816a2d55a2f7180b16f060e7a742f4ae7a708623cb4d16c791790eda3eee24dea872312d49550e
7
+ data.tar.gz: 190b07dc1d90a49be825ff029f826aae844ead64007006de1652295de35191fbc591738681d18783dc5986d75240071e06eed53f7fd126e64f5f326c63ab3b10
data/lib/1.8/gosu.so CHANGED
Binary file
data/lib/1.9/gosu.so CHANGED
Binary file
data/lib/2.0/gosu.so CHANGED
Binary file
data/lib/2.1/gosu.so CHANGED
Binary file
data/lib/2.2/gosu.so CHANGED
Binary file
data/lib/2.3/gosu.so CHANGED
Binary file
data/lib/gosu/patches.rb CHANGED
@@ -159,6 +159,9 @@ Gosu::GOSU_COPYRIGHT_NOTICE = Gosu::LICENSES
159
159
 
160
160
  # Release OpenAL resources during Ruby's shutdown, not Gosu's.
161
161
  at_exit do
162
- Gosu::Song.current_song.stop if Gosu::Song.current_song
163
- Gosu::_release_all_openal_resources
162
+ begin
163
+ Gosu::Song.current_song.stop if Gosu::Song.current_song
164
+ Gosu._release_all_openal_resources
165
+ rescue
166
+ end
164
167
  end
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.11.0
4
+ version: 0.11.1
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-01-06 00:00:00.000000000 Z
11
+ date: 2017-01-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.
@@ -37,7 +37,8 @@ files:
37
37
  - lib/gosu/zen.rb
38
38
  - lib/libsndfile.dll
39
39
  homepage: https://www.libgosu.org/
40
- licenses: []
40
+ licenses:
41
+ - MIT
41
42
  metadata: {}
42
43
  post_install_message:
43
44
  rdoc_options: []
@@ -45,12 +46,12 @@ require_paths:
45
46
  - lib
46
47
  required_ruby_version: !ruby/object:Gem::Requirement
47
48
  requirements:
48
- - - '>='
49
+ - - ">="
49
50
  - !ruby/object:Gem::Version
50
- version: '0'
51
+ version: 1.8.2
51
52
  required_rubygems_version: !ruby/object:Gem::Requirement
52
53
  requirements:
53
- - - '>='
54
+ - - ">="
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  requirements: []