gosu 0.13.3-x86-mingw32 → 0.14.0.pre1-x86-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
2
  SHA256:
3
- metadata.gz: 478b771d1f39bdb9f623686b76397b7b42ded8bc2c958f3e06fc45e82235dc65
4
- data.tar.gz: b987ac39c106e84cea99c28413bf5b0dd5c16e3cfcf4d942e9b0223879c78c81
3
+ metadata.gz: 2bbac0cc84c23ee45336231035061672a03c744c54b97131138445676a500a07
4
+ data.tar.gz: aa79218234685dba4ff9b0ee18be0d7e9927c3a39907f8bb9106053a974ca4fe
5
5
  SHA512:
6
- metadata.gz: 1e143e0b4ba86bf0c8f7c972d51fa16455d7e8e15476ebb57e91540f505e3f86a168a4f7c44287f180c8cc6aa559e4b407e68bae49d1a474724ca627bb479928
7
- data.tar.gz: 28d4fff51998810ebbc8e74bc561a984e4241b1e4e09ab7b79f2c0ced7bd4c9dcd696d9fd4790e7182293dd308664af05a026ec0ba23e72d68711b7a1e8b9aab
6
+ metadata.gz: e092f81eaf6ed99dac230dbf67be9773092568b16a377e20c4eaddfea65c3e8f45ebcb41d61dda561345d6431d222f65f2233ff98f3742095bdcc8dcb5a9f807
7
+ data.tar.gz: 6bd518262fbe19c33bd4b9522226a6cfcaae67140b41214ea73b048fd70e2f1b219fd91c9bdfe292e0e87c633c50e3a3201ce8e18c780d9ac97b873014d9e607
Binary file
Binary file
Binary file
@@ -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.13.3
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-03-08 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.
@@ -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: 1.8.2
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: '0'
55
+ version: 1.3.1
61
56
  requirements: []
62
57
  rubyforge_project:
63
58
  rubygems_version: 2.7.3
Binary file
Binary file
Binary file
Binary file
Binary file