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 +4 -4
- data/lib/gosu/patches.rb +5 -0
- data/lib64/2.1/gosu.so +0 -0
- data/lib64/2.2/gosu.so +0 -0
- data/lib64/2.3/gosu.so +0 -0
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 038ebab55fe3377b32101c4b5a73d974979c904c
|
4
|
+
data.tar.gz: 5bbae144668316bc3ada533d51f2c1b99b8f5c72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fa433548ee52a43b3b8f00335c06cad7716567bef05710cb3572be065dd03f9c7ec847b994db28b8bc5709e2306cd0323d86bed093ec0ae40e1be99cdfbc6cc
|
7
|
+
data.tar.gz: a39a066d3b515bcc5ba1d13174af420ec1903c8156f762ab7055eb667339b5084b34c062498762bdaf824266e92a1410dcd42b0b1c1a55b480421404b8bde932
|
data/lib/gosu/patches.rb
CHANGED
@@ -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
|
|
data/lib64/2.1/gosu.so
CHANGED
Binary file
|
data/lib64/2.2/gosu.so
CHANGED
Binary file
|
data/lib64/2.3/gosu.so
CHANGED
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.
|
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-
|
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
|
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.
|
55
|
+
rubygems_version: 2.6.3
|
58
56
|
signing_key:
|
59
57
|
specification_version: 4
|
60
58
|
summary: 2D game development library.
|