gosu 0.10.7-x86-mingw32 → 0.10.8-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
  SHA1:
3
- metadata.gz: 9b0efaa4f78ea28cb44aa13f3284a63ae07366a4
4
- data.tar.gz: 13e92c5bb69fef6c57cc1b57541a3b0bf8fe4607
3
+ metadata.gz: acce3e19991098ed9575a7f7472eee358533268f
4
+ data.tar.gz: 490a67614dfbf20be177c27bf1197c1dddb3f29f
5
5
  SHA512:
6
- metadata.gz: 0693a5398aff8cda6cd69ae6dbfa1d9b6a0ad66ce19de5702169437a29c855c97aabecba0d7a17733d3077ebfc2c6f563615f828d3bd188235ff8fa2fc53c1a9
7
- data.tar.gz: 3fe24e1cde972512a035db6a3edabcfc350eafda9ccefa7ab78ebc2f7f2999b061ef085070e7ee23f5eb97d02aa3e0fee08fee2e0dc0e5d8e92a93fe088f12c9
6
+ metadata.gz: fa450c0a94d264b8571928270fcf40a15db64dc2f18164b436b4e351460c5dd1efa29e82f04bb970c53c21882e8d5f2812ff7ba51141a6d1a8ca373e331e952d
7
+ data.tar.gz: 7978fc56ea3851052dea49961def9d95a73058792d5fee4e8c3b1522605fa3cc6b97d66bc9e83ac66b715a85fe960bbef150f8ff4d2f08f1bed8bf51cbc1a2b8
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -98,6 +98,11 @@ module Gosu
98
98
  YELLOW = Gosu::ImmutableColor.new(0xff_ffff00)
99
99
  FUCHSIA = Gosu::ImmutableColor.new(0xff_ff00ff)
100
100
  CYAN = Gosu::ImmutableColor.new(0xff_00ffff)
101
+
102
+ alias hash gl
103
+ def eql?(other)
104
+ gl == other.gl
105
+ end
101
106
  end
102
107
  end
103
108
 
metadata CHANGED
@@ -1,23 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.7
4
+ version: 0.10.8
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: 2016-04-28 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  2D game development library.
15
15
 
16
- Gosu features easy to use and game-friendly interfaces to 2D graphics
16
+ Gosu provides simple and game-friendly interfaces to 2D graphics
17
17
  and text (accelerated by 3D hardware), sound samples and music as well as
18
18
  keyboard, mouse and gamepad/joystick input.
19
-
20
- Also includes demos for integration with RMagick, Chipmunk and OpenGL.
21
19
  email: julian@raschke.de
22
20
  executables: []
23
21
  extensions: []
@@ -57,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
55
  version: '0'
58
56
  requirements: []
59
57
  rubyforge_project:
60
- rubygems_version: 2.5.1
58
+ rubygems_version: 2.6.3
61
59
  signing_key:
62
60
  specification_version: 4
63
61
  summary: 2D game development library.