gosu 0.10.7-x64-mingw32 → 0.10.8-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
2
  SHA1:
3
- metadata.gz: ed9e70a6fa6255bd19ce108be6530e619e291503
4
- data.tar.gz: ec94d13aa4fd457db7ed552f33f387861ea4ec1c
3
+ metadata.gz: 038ebab55fe3377b32101c4b5a73d974979c904c
4
+ data.tar.gz: 5bbae144668316bc3ada533d51f2c1b99b8f5c72
5
5
  SHA512:
6
- metadata.gz: f43998bb9de915895bba822927c5dd48698cc2abe351c5ffe8ec9100757c1d835e05908a3a2b385f073dabba51dfeb4e9e5841589735685468521798be9721af
7
- data.tar.gz: d1b991a5365c1b09eeb0757ae21194974177ac022f764ffab29ba54770b3ece13ddf9bf81d7d42f233c91c176e7601a117fb8b8a221b26cff0ef62169df75380
6
+ metadata.gz: 9fa433548ee52a43b3b8f00335c06cad7716567bef05710cb3572be065dd03f9c7ec847b994db28b8bc5709e2306cd0323d86bed093ec0ae40e1be99cdfbc6cc
7
+ data.tar.gz: a39a066d3b515bcc5ba1d13174af420ec1903c8156f762ab7055eb667339b5084b34c062498762bdaf824266e92a1410dcd42b0b1c1a55b480421404b8bde932
@@ -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
 
Binary file
Binary file
Binary file
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: x64-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: []
@@ -54,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
52
  version: '0'
55
53
  requirements: []
56
54
  rubyforge_project:
57
- rubygems_version: 2.5.1
55
+ rubygems_version: 2.6.3
58
56
  signing_key:
59
57
  specification_version: 4
60
58
  summary: 2D game development library.