gosu 0.13.3-x86-mingw32 → 0.14.0.pre1-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 +4 -4
- data/lib/2.3/gosu.so +0 -0
- data/lib/2.4/gosu.so +0 -0
- data/lib/2.5/gosu.so +0 -0
- data/lib/gosu/swig_patches.rb +0 -8
- metadata +5 -10
- data/lib/1.8/gosu.so +0 -0
- data/lib/1.9/gosu.so +0 -0
- data/lib/2.0/gosu.so +0 -0
- data/lib/2.1/gosu.so +0 -0
- data/lib/2.2/gosu.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bbac0cc84c23ee45336231035061672a03c744c54b97131138445676a500a07
|
4
|
+
data.tar.gz: aa79218234685dba4ff9b0ee18be0d7e9927c3a39907f8bb9106053a974ca4fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e092f81eaf6ed99dac230dbf67be9773092568b16a377e20c4eaddfea65c3e8f45ebcb41d61dda561345d6431d222f65f2233ff98f3742095bdcc8dcb5a9f807
|
7
|
+
data.tar.gz: 6bd518262fbe19c33bd4b9522226a6cfcaae67140b41214ea73b048fd70e2f1b219fd91c9bdfe292e0e87c633c50e3a3201ce8e18c780d9ac97b873014d9e607
|
data/lib/2.3/gosu.so
CHANGED
Binary file
|
data/lib/2.4/gosu.so
CHANGED
Binary file
|
data/lib/2.5/gosu.so
CHANGED
Binary file
|
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
|
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: x86-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.
|
@@ -21,11 +21,6 @@ executables: []
|
|
21
21
|
extensions: []
|
22
22
|
extra_rdoc_files: []
|
23
23
|
files:
|
24
|
-
- lib/1.8/gosu.so
|
25
|
-
- lib/1.9/gosu.so
|
26
|
-
- lib/2.0/gosu.so
|
27
|
-
- lib/2.1/gosu.so
|
28
|
-
- lib/2.2/gosu.so
|
29
24
|
- lib/2.3/gosu.so
|
30
25
|
- lib/2.4/gosu.so
|
31
26
|
- lib/2.5/gosu.so
|
@@ -52,12 +47,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
47
|
requirements:
|
53
48
|
- - ">="
|
54
49
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
50
|
+
version: 2.3.0
|
56
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
52
|
requirements:
|
58
|
-
- - "
|
53
|
+
- - ">"
|
59
54
|
- !ruby/object:Gem::Version
|
60
|
-
version:
|
55
|
+
version: 1.3.1
|
61
56
|
requirements: []
|
62
57
|
rubyforge_project:
|
63
58
|
rubygems_version: 2.7.3
|
data/lib/1.8/gosu.so
DELETED
Binary file
|
data/lib/1.9/gosu.so
DELETED
Binary file
|
data/lib/2.0/gosu.so
DELETED
Binary file
|
data/lib/2.1/gosu.so
DELETED
Binary file
|
data/lib/2.2/gosu.so
DELETED
Binary file
|