gosu 0.7.44-universal-darwin → 0.7.45-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
- data/Gosu/Version.hpp +2 -2
- data/lib/gosu.for_1_8.bundle +0 -0
- data/lib/gosu.for_1_9.bundle +0 -0
- metadata +24 -8
data/Gosu/Version.hpp
CHANGED
data/lib/gosu.for_1_8.bundle
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 89
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 7
|
9
|
+
- 45
|
10
|
+
version: 0.7.45
|
5
11
|
platform: universal-darwin
|
6
12
|
authors:
|
7
13
|
- Julian Raschke
|
@@ -9,8 +15,7 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date: 2012-07-
|
13
|
-
default_executable:
|
18
|
+
date: 2012-07-19 00:00:00 Z
|
14
19
|
dependencies: []
|
15
20
|
|
16
21
|
description: " 2D game development library.\n\n Gosu features easy to use and game-friendly interfaces to 2D graphics\n and text (accelerated by 3D hardware), sound samples and music as well as\n keyboard, mouse and gamepad/joystick input.\n\n Also includes demos for integration with RMagick, Chipmunk and OpenGL.\n"
|
@@ -90,7 +95,7 @@ files:
|
|
90
95
|
- reference/Tileability.rdoc
|
91
96
|
- reference/Z_Ordering.rdoc
|
92
97
|
- lib/gosu.for_1_8.bundle
|
93
|
-
|
98
|
+
- lib/gosu.for_1_9.bundle
|
94
99
|
homepage: http://www.libgosu.org/
|
95
100
|
licenses: []
|
96
101
|
|
@@ -99,7 +104,10 @@ rdoc_options:
|
|
99
104
|
- README.txt
|
100
105
|
- COPYING
|
101
106
|
- reference/gosu.rb
|
102
|
-
- reference
|
107
|
+
- reference/Drawing_with_Colors.rdoc
|
108
|
+
- reference/Order_of_Corners.rdoc
|
109
|
+
- reference/Tileability.rdoc
|
110
|
+
- reference/Z_Ordering.rdoc
|
103
111
|
- --title
|
104
112
|
- Gosu
|
105
113
|
- --main
|
@@ -107,21 +115,29 @@ rdoc_options:
|
|
107
115
|
require_paths:
|
108
116
|
- lib
|
109
117
|
required_ruby_version: !ruby/object:Gem::Requirement
|
118
|
+
none: false
|
110
119
|
requirements:
|
111
120
|
- - ">="
|
112
121
|
- !ruby/object:Gem::Version
|
122
|
+
hash: 51
|
123
|
+
segments:
|
124
|
+
- 1
|
125
|
+
- 8
|
126
|
+
- 2
|
113
127
|
version: 1.8.2
|
114
|
-
version:
|
115
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
129
|
+
none: false
|
116
130
|
requirements:
|
117
131
|
- - ">="
|
118
132
|
- !ruby/object:Gem::Version
|
133
|
+
hash: 3
|
134
|
+
segments:
|
135
|
+
- 0
|
119
136
|
version: "0"
|
120
|
-
version:
|
121
137
|
requirements: []
|
122
138
|
|
123
139
|
rubyforge_project:
|
124
|
-
rubygems_version: 1.
|
140
|
+
rubygems_version: 1.8.24
|
125
141
|
signing_key:
|
126
142
|
specification_version: 3
|
127
143
|
summary: 2D game development library.
|