gosu 0.13.3-x64-mingw32 → 0.14.0.pre1-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 +5 -5
- data/lib/gosu/swig_patches.rb +0 -8
- data/lib64/2.3/gosu.so +0 -0
- data/lib64/2.4/gosu.so +0 -0
- data/lib64/2.5/gosu.so +0 -0
- metadata +6 -8
- data/lib64/2.1/gosu.so +0 -0
- data/lib64/2.2/gosu.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: dce5bd7b878ed02f43d8ab049cbd4088cbfce2520ee516fb75c349a422492854
|
4
|
+
data.tar.gz: f4117e4a8b54e787b53ff3d6e0e2d64d1841af015f2cdcffe67399d17641e1de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 549fdadad59b650502a190d2a3d4a42956493cf948ec87dd10adddad0292fa1a19aa17155abd1e3e92c2d7ac2b4bfbfa0b94a517a3dff89448f441ce1544cb52
|
7
|
+
data.tar.gz: 9f5e5340fbc241a09c7c2c2d974065e1496c6f7dd30301b94d8f84c7f1c9589f42bb41f9c90992ba792e51d33bdcd00c4837802f510d8096a8721b0f692aa350
|
data/lib/gosu/swig_patches.rb
CHANGED
@@ -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
|
data/lib64/2.3/gosu.so
CHANGED
Binary file
|
data/lib64/2.4/gosu.so
CHANGED
Binary file
|
data/lib64/2.5/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.
|
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-
|
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.
|
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:
|
55
|
+
version: 1.3.1
|
58
56
|
requirements: []
|
59
57
|
rubyforge_project:
|
60
|
-
rubygems_version: 2.
|
58
|
+
rubygems_version: 2.7.3
|
61
59
|
signing_key:
|
62
60
|
specification_version: 4
|
63
61
|
summary: 2D game development library.
|
data/lib64/2.1/gosu.so
DELETED
Binary file
|
data/lib64/2.2/gosu.so
DELETED
Binary file
|