gosu 0.11.0-x64-mingw32 → 0.11.1-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: 1d7d9494266b33edbefad4e921031493bb1a892d
4
- data.tar.gz: 364ad066a23d879d5c2f58fa6b42685c0faad10a
3
+ metadata.gz: 6e5ab116051126921168d1d2c58220fcf3ab3db1
4
+ data.tar.gz: 95c734372e6d23194d5c53779c7241b7589805d3
5
5
  SHA512:
6
- metadata.gz: 77d674bd2833d8280b71c10f7cf22612ac5bb7b1126cf19da2447c80e79c7a4763010f7ce7f147c640a07b3d47b265888f397d627e5a2c9ff0404df3d8857296
7
- data.tar.gz: 14418af72c8f8af1d86864f84afe10f35143fefe9976d2616e5ba0701a2fac615091dfbb4c34076541ff5ffbbe322ec8f1bec8d22189832f4749b2f6bfa5a5c5
6
+ metadata.gz: ddf1c0fc2751163d1c648695783167cf414d6fef9891501c363e3298a0fdefd858f7b275b536c751aaf9ea0d5aeeeade5955bd4c464f9cd8b945f8d5bdf86f71
7
+ data.tar.gz: 8d0879f76b0b45e5e6596d9662c0c0349b739bbd08e974712f392f089513e4595f39f6ee93f380e02457b59c4ecd9769f651cf2ef0396f062ea3038fb42eeb8c
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
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
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: x64-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.
@@ -34,7 +34,8 @@ files:
34
34
  - lib64/SDL2.dll
35
35
  - lib64/libsndfile.dll
36
36
  homepage: https://www.libgosu.org/
37
- licenses: []
37
+ licenses:
38
+ - MIT
38
39
  metadata: {}
39
40
  post_install_message:
40
41
  rdoc_options: []
@@ -42,12 +43,12 @@ require_paths:
42
43
  - lib
43
44
  required_ruby_version: !ruby/object:Gem::Requirement
44
45
  requirements:
45
- - - '>='
46
+ - - ">="
46
47
  - !ruby/object:Gem::Version
47
48
  version: 2.1.0
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
49
50
  requirements:
50
- - - '>='
51
+ - - ">="
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
53
54
  requirements: []