gosu 0.13.3-x64-mingw32 → 0.14.0.pre1-x64-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
- SHA1:
3
- metadata.gz: b3dfccf6de4b9aa3abde555621626f4fc37e110a
4
- data.tar.gz: ef139c4bf1e409bf96e0366b683ae120369ef765
2
+ SHA256:
3
+ metadata.gz: dce5bd7b878ed02f43d8ab049cbd4088cbfce2520ee516fb75c349a422492854
4
+ data.tar.gz: f4117e4a8b54e787b53ff3d6e0e2d64d1841af015f2cdcffe67399d17641e1de
5
5
  SHA512:
6
- metadata.gz: d14387ceaf778e0e63cf00fa2382afef43cfcd0cf17a258b559ad424a7be44e4839239567e1dcd3b54126be0d0d8dcda0fe1c59fb077a6a6be1088220a150553
7
- data.tar.gz: c6975913d32e01edd248934b20b5f7d89224ad2dae00427fd755f2875b4389ef4b5509c83fbfd91dbca4ee38964d9708b0273a43e74150a7368857b76785426b
6
+ metadata.gz: 549fdadad59b650502a190d2a3d4a42956493cf948ec87dd10adddad0292fa1a19aa17155abd1e3e92c2d7ac2b4bfbfa0b94a517a3dff89448f441ce1544cb52
7
+ data.tar.gz: 9f5e5340fbc241a09c7c2c2d974065e1496c6f7dd30301b94d8f84c7f1c9589f42bb41f9c90992ba792e51d33bdcd00c4837802f510d8096a8721b0f692aa350
@@ -1,6 +1,3 @@
1
- # SWIG workarounds
2
- # These are offloaded into a separate file because rb_eval_string() is weird on Ruby 1.8.
3
-
4
1
  # Exceptions in Window callbacks often get lost, this is especially annoying in draw/update.
5
2
  # It is not clear whether this is a SWIG issue or if some stack frame is not exception
6
3
  # compatible, but I just call protected_update etc. in the Ruby wrapper so I can add this
@@ -65,8 +62,3 @@ module Gosu
65
62
  unsafe_gl(*args, &block)
66
63
  end
67
64
  end
68
-
69
- # SWIG won't let me rename my method to '[]='.
70
- class Gosu::Font
71
- alias []= set_image
72
- end
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.3
4
+ version: 0.14.0.pre1
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: 2018-03-11 00:00:00.000000000 Z
11
+ date: 2018-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.
@@ -28,8 +28,6 @@ files:
28
28
  - lib/gosu/run.rb
29
29
  - lib/gosu/swig_patches.rb
30
30
  - lib/gosu/zen.rb
31
- - lib64/2.1/gosu.so
32
- - lib64/2.2/gosu.so
33
31
  - lib64/2.3/gosu.so
34
32
  - lib64/2.4/gosu.so
35
33
  - lib64/2.5/gosu.so
@@ -49,15 +47,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
47
  requirements:
50
48
  - - ">="
51
49
  - !ruby/object:Gem::Version
52
- version: 2.1.0
50
+ version: 2.3.0
53
51
  required_rubygems_version: !ruby/object:Gem::Requirement
54
52
  requirements:
55
- - - ">="
53
+ - - ">"
56
54
  - !ruby/object:Gem::Version
57
- version: '0'
55
+ version: 1.3.1
58
56
  requirements: []
59
57
  rubyforge_project:
60
- rubygems_version: 2.6.11
58
+ rubygems_version: 2.7.3
61
59
  signing_key:
62
60
  specification_version: 4
63
61
  summary: 2D game development library.
Binary file
Binary file