gosu 0.7.13.3-universal-darwin → 0.7.14-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +5 -5
- data/examples/media/Starfighter.bmp +0 -0
- data/lib/gosu.for_1_8.bundle +0 -0
- data/lib/gosu.for_1_9.bundle +0 -0
- data/lib/gosu.rb +8 -4
- data/reference/rdoc/classes/Gosu.html +1547 -0
- data/reference/rdoc/classes/Gosu/Color.html +563 -0
- data/reference/rdoc/classes/Gosu/Font.html +538 -0
- data/reference/rdoc/classes/Gosu/GLTexInfo.html +404 -0
- data/reference/rdoc/classes/Gosu/Image.html +702 -0
- data/reference/rdoc/classes/Gosu/Sample.html +469 -0
- data/reference/rdoc/classes/Gosu/SampleInstance.html +516 -0
- data/reference/rdoc/classes/Gosu/Song.html +561 -0
- data/reference/rdoc/classes/Gosu/TextInput.html +398 -0
- data/reference/rdoc/classes/Gosu/Window.html +913 -0
- data/reference/rdoc/classes/Numeric.html +416 -0
- data/reference/rdoc/created.rid +1 -0
- data/reference/rdoc/files/COPYING_txt.html +386 -0
- data/reference/rdoc/files/README_txt.html +381 -0
- data/reference/rdoc/files/reference/DeploymentOnOSX_rdoc.html +390 -0
- data/reference/rdoc/files/reference/DeploymentOnWindows_rdoc.html +392 -0
- data/reference/rdoc/files/reference/DrawingWithColors_rdoc.html +357 -0
- data/reference/rdoc/files/reference/OrderOfCorners_rdoc.html +352 -0
- data/reference/rdoc/files/reference/Tileability_rdoc.html +368 -0
- data/reference/rdoc/files/reference/ZOrdering_rdoc.html +355 -0
- data/reference/rdoc/files/reference/gosu_rb.html +342 -0
- data/reference/rdoc/fr_class_index.html +12 -0
- data/reference/rdoc/fr_file_index.html +10 -0
- data/reference/rdoc/fr_method_index.html +63 -0
- data/reference/rdoc/index.html +1 -0
- data/reference/rdoc/rdoc-style.css +318 -0
- metadata +28 -2
@@ -0,0 +1,12 @@
|
|
1
|
+
|
2
|
+
<a href="classes/Gosu.html">Gosu<br/></a>
|
3
|
+
<a href="classes/Gosu/Color.html">Gosu::Color<br/></a>
|
4
|
+
<a href="classes/Gosu/Font.html">Gosu::Font<br/></a>
|
5
|
+
<a href="classes/Gosu/GLTexInfo.html">Gosu::GLTexInfo<br/></a>
|
6
|
+
<a href="classes/Gosu/Image.html">Gosu::Image<br/></a>
|
7
|
+
<a href="classes/Gosu/Sample.html">Gosu::Sample<br/></a>
|
8
|
+
<a href="classes/Gosu/SampleInstance.html">Gosu::SampleInstance<br/></a>
|
9
|
+
<a href="classes/Gosu/Song.html">Gosu::Song<br/></a>
|
10
|
+
<a href="classes/Gosu/TextInput.html">Gosu::TextInput<br/></a>
|
11
|
+
<a href="classes/Gosu/Window.html">Gosu::Window<br/></a>
|
12
|
+
<a href="classes/Numeric.html">Numeric<br/></a>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
|
2
|
+
<a href="files/COPYING_txt.html">COPYING.txt<br/></a>
|
3
|
+
<a href="files/README_txt.html">README.txt<br/></a>
|
4
|
+
<a href="files/reference/DeploymentOnOSX_rdoc.html">reference/DeploymentOnOSX.rdoc<br/></a>
|
5
|
+
<a href="files/reference/DeploymentOnWindows_rdoc.html">reference/DeploymentOnWindows.rdoc<br/></a>
|
6
|
+
<a href="files/reference/DrawingWithColors_rdoc.html">reference/DrawingWithColors.rdoc<br/></a>
|
7
|
+
<a href="files/reference/OrderOfCorners_rdoc.html">reference/OrderOfCorners.rdoc<br/></a>
|
8
|
+
<a href="files/reference/Tileability_rdoc.html">reference/Tileability.rdoc<br/></a>
|
9
|
+
<a href="files/reference/ZOrdering_rdoc.html">reference/ZOrdering.rdoc<br/></a>
|
10
|
+
<a href="files/reference/gosu_rb.html">reference/gosu.rb<br/></a>
|
@@ -0,0 +1,63 @@
|
|
1
|
+
|
2
|
+
<a href="classes/Gosu.html#M000006">angle (Gosu)<br/></a>
|
3
|
+
<a href="classes/Gosu.html#M000007">angle_diff (Gosu)<br/></a>
|
4
|
+
<a href="classes/Gosu/Window.html#M000041">button_down (Gosu::Window)<br/></a>
|
5
|
+
<a href="classes/Gosu/Window.html#M000046">button_down? (Gosu::Window)<br/></a>
|
6
|
+
<a href="classes/Gosu/Window.html#M000047">button_id_to_char (Gosu::Window)<br/></a>
|
7
|
+
<a href="classes/Gosu/Window.html#M000042">button_up (Gosu::Window)<br/></a>
|
8
|
+
<a href="classes/Gosu/Window.html#M000048">char_to_button_id (Gosu::Window)<br/></a>
|
9
|
+
<a href="classes/Gosu/Window.html#M000050">clip_to (Gosu::Window)<br/></a>
|
10
|
+
<a href="classes/Gosu/Window.html#M000036">close (Gosu::Window)<br/></a>
|
11
|
+
<a href="classes/Gosu/Song.html#M000056">current_song (Gosu::Song)<br/></a>
|
12
|
+
<a href="classes/Gosu.html#M000010">default_font_name (Gosu)<br/></a>
|
13
|
+
<a href="classes/Gosu.html#M000008">distance (Gosu)<br/></a>
|
14
|
+
<a href="classes/Gosu/Window.html#M000038">draw (Gosu::Window)<br/></a>
|
15
|
+
<a href="classes/Gosu/Image.html#M000022">draw (Gosu::Image)<br/></a>
|
16
|
+
<a href="classes/Gosu/Font.html#M000031">draw (Gosu::Font)<br/></a>
|
17
|
+
<a href="classes/Gosu/Image.html#M000024">draw_as_quad (Gosu::Image)<br/></a>
|
18
|
+
<a href="classes/Gosu/Window.html#M000043">draw_line (Gosu::Window)<br/></a>
|
19
|
+
<a href="classes/Gosu/Window.html#M000045">draw_quad (Gosu::Window)<br/></a>
|
20
|
+
<a href="classes/Gosu/Font.html#M000032">draw_rel (Gosu::Font)<br/></a>
|
21
|
+
<a href="classes/Gosu/Font.html#M000033">draw_rot (Gosu::Font)<br/></a>
|
22
|
+
<a href="classes/Gosu/Image.html#M000023">draw_rot (Gosu::Image)<br/></a>
|
23
|
+
<a href="classes/Gosu/Window.html#M000044">draw_triangle (Gosu::Window)<br/></a>
|
24
|
+
<a href="classes/Gosu/Color.html#M000019">from_ahsv (Gosu::Color)<br/></a>
|
25
|
+
<a href="classes/Gosu/Color.html#M000018">from_hsv (Gosu::Color)<br/></a>
|
26
|
+
<a href="classes/Gosu/Image.html#M000025">from_text (Gosu::Image)<br/></a>
|
27
|
+
<a href="classes/Gosu/Image.html#M000026">from_text (Gosu::Image)<br/></a>
|
28
|
+
<a href="classes/Gosu/Window.html#M000049">gl (Gosu::Window)<br/></a>
|
29
|
+
<a href="classes/Gosu/Image.html#M000028">gl_tex_info (Gosu::Image)<br/></a>
|
30
|
+
<a href="classes/Numeric.html#M000002">gosu_to_radians (Numeric)<br/></a>
|
31
|
+
<a href="classes/Gosu/Image.html#M000027">load_tiles (Gosu::Image)<br/></a>
|
32
|
+
<a href="classes/Gosu.html#M000009">milliseconds (Gosu)<br/></a>
|
33
|
+
<a href="classes/Gosu/Window.html#M000039">needs_redraw? (Gosu::Window)<br/></a>
|
34
|
+
<a href="classes/Gosu/Color.html#M000016">new (Gosu::Color)<br/></a>
|
35
|
+
<a href="classes/Gosu/Window.html#M000034">new (Gosu::Window)<br/></a>
|
36
|
+
<a href="classes/Gosu/Font.html#M000029">new (Gosu::Font)<br/></a>
|
37
|
+
<a href="classes/Gosu/Color.html#M000017">new (Gosu::Color)<br/></a>
|
38
|
+
<a href="classes/Gosu/Image.html#M000021">new (Gosu::Image)<br/></a>
|
39
|
+
<a href="classes/Gosu/Sample.html#M000013">new (Gosu::Sample)<br/></a>
|
40
|
+
<a href="classes/Gosu/Song.html#M000057">new (Gosu::Song)<br/></a>
|
41
|
+
<a href="classes/Gosu/Image.html#M000020">new (Gosu::Image)<br/></a>
|
42
|
+
<a href="classes/Gosu.html#M000004">offset_x (Gosu)<br/></a>
|
43
|
+
<a href="classes/Gosu.html#M000005">offset_y (Gosu)<br/></a>
|
44
|
+
<a href="classes/Gosu/Song.html#M000059">pause (Gosu::Song)<br/></a>
|
45
|
+
<a href="classes/Gosu/SampleInstance.html#M000052">pause (Gosu::SampleInstance)<br/></a>
|
46
|
+
<a href="classes/Gosu/SampleInstance.html#M000053">paused? (Gosu::SampleInstance)<br/></a>
|
47
|
+
<a href="classes/Gosu/Song.html#M000060">paused? (Gosu::Song)<br/></a>
|
48
|
+
<a href="classes/Gosu/Song.html#M000058">play (Gosu::Song)<br/></a>
|
49
|
+
<a href="classes/Gosu/Sample.html#M000014">play (Gosu::Sample)<br/></a>
|
50
|
+
<a href="classes/Gosu/Sample.html#M000015">play_pan (Gosu::Sample)<br/></a>
|
51
|
+
<a href="classes/Gosu/SampleInstance.html#M000055">playing? (Gosu::SampleInstance)<br/></a>
|
52
|
+
<a href="classes/Gosu/Song.html#M000062">playing? (Gosu::Song)<br/></a>
|
53
|
+
<a href="classes/Numeric.html#M000001">radians_to_gosu (Numeric)<br/></a>
|
54
|
+
<a href="classes/Gosu.html#M000003">random (Gosu)<br/></a>
|
55
|
+
<a href="classes/Gosu/SampleInstance.html#M000054">resume (Gosu::SampleInstance)<br/></a>
|
56
|
+
<a href="classes/Gosu.html#M000012">screen_height (Gosu)<br/></a>
|
57
|
+
<a href="classes/Gosu.html#M000011">screen_width (Gosu)<br/></a>
|
58
|
+
<a href="classes/Gosu/Window.html#M000040">set_mouse_position (Gosu::Window)<br/></a>
|
59
|
+
<a href="classes/Gosu/Window.html#M000035">show (Gosu::Window)<br/></a>
|
60
|
+
<a href="classes/Gosu/Song.html#M000061">stop (Gosu::Song)<br/></a>
|
61
|
+
<a href="classes/Gosu/SampleInstance.html#M000051">stop (Gosu::SampleInstance)<br/></a>
|
62
|
+
<a href="classes/Gosu/Font.html#M000030">text_width (Gosu::Font)<br/></a>
|
63
|
+
<a href="classes/Gosu/Window.html#M000037">update (Gosu::Window)<br/></a>
|
@@ -0,0 +1 @@
|
|
1
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>RubyGosu rdoc Reference</title><link type="text/css" href="rdoc-style.css" media="screen" rel="stylesheet"/><meta content="0;url=files/README_txt.html" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div id="header"><span id="title"><p> </p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="files/README_txt.html"><h1>Redirect</h1></a></div></div></body></html>
|
@@ -0,0 +1,318 @@
|
|
1
|
+
|
2
|
+
/*
|
3
|
+
Allison 2 template
|
4
|
+
Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
|
5
|
+
|
6
|
+
Modified for use on libgosu.org by Julian Raschke <julian@raschke.de>
|
7
|
+
*/
|
8
|
+
|
9
|
+
/* default styles */
|
10
|
+
|
11
|
+
* {
|
12
|
+
margin: 0;
|
13
|
+
padding: 0;
|
14
|
+
border: none;
|
15
|
+
}
|
16
|
+
|
17
|
+
.clear {
|
18
|
+
clear: both;
|
19
|
+
}
|
20
|
+
|
21
|
+
a {
|
22
|
+
color: red;
|
23
|
+
text-decoration: none;
|
24
|
+
}
|
25
|
+
|
26
|
+
a:hover {
|
27
|
+
text-decoration: underline;
|
28
|
+
}
|
29
|
+
|
30
|
+
html {
|
31
|
+
margin: 0px;
|
32
|
+
height: 100%;
|
33
|
+
background-color: white;
|
34
|
+
padding: 0;
|
35
|
+
background: url("http://www.libgosu.org/background.jpg") top center repeat-x;
|
36
|
+
}
|
37
|
+
body {
|
38
|
+
margin: 0;
|
39
|
+
font-family: "Lucida Grande", Verdana, sans-serif;
|
40
|
+
text-align: center;
|
41
|
+
}
|
42
|
+
|
43
|
+
#child_of, #defined_in {
|
44
|
+
display: none;
|
45
|
+
}
|
46
|
+
|
47
|
+
p, ul, ol {
|
48
|
+
line-height: 16px;
|
49
|
+
} li {
|
50
|
+
margin: 3px;
|
51
|
+
_margin-left: 40px;
|
52
|
+
} p, pre, table, ol, ul {
|
53
|
+
margin: 16px;
|
54
|
+
} #item_name {
|
55
|
+
margin-top: -8px;
|
56
|
+
}
|
57
|
+
|
58
|
+
h1 {
|
59
|
+
font-size: 22px;
|
60
|
+
margin-top: 16px;
|
61
|
+
} h2, h3 {
|
62
|
+
font-size: 18px;
|
63
|
+
margin: 6px;
|
64
|
+
margin-right: 0;
|
65
|
+
padding-top: 12px;
|
66
|
+
}
|
67
|
+
|
68
|
+
#title {
|
69
|
+
text-align: left;
|
70
|
+
padding-left: 245px;
|
71
|
+
}
|
72
|
+
|
73
|
+
/* center everything */
|
74
|
+
|
75
|
+
#container {
|
76
|
+
background: url('http://www.libgosu.org/forum_header.png') 29px 20px no-repeat white;
|
77
|
+
|
78
|
+
margin: 25px auto 0 auto;
|
79
|
+
padding: 25px 15px 0 15px;
|
80
|
+
-webkit-border-radius: 1em 0.5em;
|
81
|
+
-moz-border-radius: 0.5em;
|
82
|
+
width: 900px;
|
83
|
+
text-align: center;
|
84
|
+
}
|
85
|
+
|
86
|
+
/* header stuff */
|
87
|
+
|
88
|
+
#header {
|
89
|
+
padding: 6px;
|
90
|
+
padding-top: 3px;
|
91
|
+
width: 888px;
|
92
|
+
height: 52px;
|
93
|
+
_height: 58px;
|
94
|
+
margin-bottom: 12px;
|
95
|
+
vertical-align: bottom;
|
96
|
+
overflow: hidden;
|
97
|
+
}
|
98
|
+
|
99
|
+
#header h1 {
|
100
|
+
color: #000;
|
101
|
+
font-size: 30px;
|
102
|
+
margin: 4px 0 0 0;
|
103
|
+
}
|
104
|
+
#header p {
|
105
|
+
display: none;
|
106
|
+
}
|
107
|
+
#header a {
|
108
|
+
color: #000;
|
109
|
+
text-decoration: none;
|
110
|
+
font-weight: bold;
|
111
|
+
}
|
112
|
+
|
113
|
+
/* basic layout and navigation bars */
|
114
|
+
|
115
|
+
#left {
|
116
|
+
border: 2px solid black;
|
117
|
+
-webkit-border-radius: 1em 0.5em;
|
118
|
+
-moz-border-radius: 0.5em;
|
119
|
+
width: 220px;
|
120
|
+
margin-left: 10px;
|
121
|
+
float: left;
|
122
|
+
margin-bottom: 24px;
|
123
|
+
} #left a {
|
124
|
+
line-height: 18px;
|
125
|
+
}
|
126
|
+
|
127
|
+
/* navigation bar colors and text styles */
|
128
|
+
|
129
|
+
.navigation {
|
130
|
+
width: 196px;
|
131
|
+
margin: 6px;
|
132
|
+
padding: 6px;
|
133
|
+
text-align: left;
|
134
|
+
overflow: hidden;
|
135
|
+
} .navigation h3 {
|
136
|
+
font-weight: bold;
|
137
|
+
margin-bottom: 5px;
|
138
|
+
} .navigation span, .navigation a {
|
139
|
+
margin-left: 6px;
|
140
|
+
} #includes .navigation span, #includes .navigation a {
|
141
|
+
margin-left: 0;
|
142
|
+
} .darker {
|
143
|
+
width: 194px;
|
144
|
+
-webkit-border-radius: 1em 0.5em;
|
145
|
+
-moz-border-radius: 0.5em;
|
146
|
+
border: 2px solid #ccc;
|
147
|
+
} #spacer {
|
148
|
+
height: 18px;
|
149
|
+
display: none;
|
150
|
+
}
|
151
|
+
|
152
|
+
/* content area */
|
153
|
+
|
154
|
+
#content {
|
155
|
+
text-align: left;
|
156
|
+
padding: 20px;
|
157
|
+
width: 625px;
|
158
|
+
float: left;
|
159
|
+
min-height: 450px;
|
160
|
+
margin: 0;
|
161
|
+
margin-bottom: -4px;
|
162
|
+
}
|
163
|
+
|
164
|
+
#content img {
|
165
|
+
padding-top: 6px;
|
166
|
+
padding-bottom: 12px;
|
167
|
+
}
|
168
|
+
|
169
|
+
#content h1, h2 {
|
170
|
+
border-top: 1px solid #e4ebed;
|
171
|
+
} #content h1 {
|
172
|
+
padding-top: 18px;
|
173
|
+
} #content #item_name { /* why does this need to be fully qualified? */
|
174
|
+
padding-top: 0;
|
175
|
+
border: none;
|
176
|
+
}
|
177
|
+
|
178
|
+
/* footer */
|
179
|
+
|
180
|
+
#footer {
|
181
|
+
text-align: center;
|
182
|
+
background-color: #fff;
|
183
|
+
padding: 18px;
|
184
|
+
border-top: 1px solid #e4ebed;
|
185
|
+
color: #ccd5dc;
|
186
|
+
} #footer a {
|
187
|
+
font-weight: normal;
|
188
|
+
color: #ccd5dc;
|
189
|
+
}
|
190
|
+
|
191
|
+
/* for that dumb redirect index page I can't avoid */
|
192
|
+
|
193
|
+
#redirect {
|
194
|
+
text-align: center;
|
195
|
+
} #redirect a {
|
196
|
+
color: #181848;
|
197
|
+
}
|
198
|
+
|
199
|
+
/* tables */
|
200
|
+
|
201
|
+
table {
|
202
|
+
width: 560px;
|
203
|
+
margin-right: 0;
|
204
|
+
border-collapse: collapse;
|
205
|
+
border: 1px solid #e4ebed;
|
206
|
+
} td, th {
|
207
|
+
background-color: #fff;
|
208
|
+
text-align: left;
|
209
|
+
padding: 6px;
|
210
|
+
line-height: 14px;
|
211
|
+
font-size: 13px;
|
212
|
+
} td.normal {
|
213
|
+
font-family: Courier, Courier New, monospace;
|
214
|
+
font-size: 12px;
|
215
|
+
} td.highlight {
|
216
|
+
color: #304878;
|
217
|
+
}
|
218
|
+
|
219
|
+
/* method_block details */
|
220
|
+
|
221
|
+
div.method_block {
|
222
|
+
border-bottom: 1px solid #e4ebed;
|
223
|
+
margin-left: 20px;
|
224
|
+
margin-bottom: -17px;
|
225
|
+
margin-top: 17px;
|
226
|
+
}
|
227
|
+
|
228
|
+
div.method_block h3 {
|
229
|
+
margin-left: 2.5em;
|
230
|
+
padding: 0;
|
231
|
+
text-indent: -2.5em;
|
232
|
+
}
|
233
|
+
|
234
|
+
#content div.method_block h1, #content #description h1 {
|
235
|
+
margin-left: 6px;
|
236
|
+
} div.method_block a.small { /* where is this used? */
|
237
|
+
font-size: 3px;
|
238
|
+
line-height: 3px;
|
239
|
+
}
|
240
|
+
|
241
|
+
/* index includes on the navigation bar */
|
242
|
+
|
243
|
+
div.index a {
|
244
|
+
font-size: 13px;
|
245
|
+
} #method {
|
246
|
+
display: none;
|
247
|
+
} #file, #class {
|
248
|
+
display: block;
|
249
|
+
} div.list_header {
|
250
|
+
float: left;
|
251
|
+
} div.list_header_link {
|
252
|
+
float: right;
|
253
|
+
padding-top: 3px;
|
254
|
+
} div.list_header_link a {
|
255
|
+
font-weight: normal;
|
256
|
+
} div.navigation h3, .list_header_link {
|
257
|
+
margin: 0;
|
258
|
+
margin-top: 6px;
|
259
|
+
margin-bottom: 6px;
|
260
|
+
padding: 0;
|
261
|
+
}
|
262
|
+
|
263
|
+
.index label {
|
264
|
+
font-size: 13px;
|
265
|
+
} .index form input {
|
266
|
+
width: 136px;
|
267
|
+
} .index form {
|
268
|
+
margin-bottom: 6px;
|
269
|
+
}
|
270
|
+
|
271
|
+
ol, ul {
|
272
|
+
margin-left: 50px;
|
273
|
+
}
|
274
|
+
|
275
|
+
div.source {
|
276
|
+
display: none;
|
277
|
+
}
|
278
|
+
pre, tt {
|
279
|
+
color: #181848;
|
280
|
+
font-weight: normal;
|
281
|
+
font-family: Courier, Courier New, monospace;
|
282
|
+
font-size: 12px;
|
283
|
+
}
|
284
|
+
pre {
|
285
|
+
line-height: 14px;
|
286
|
+
margin-left: 12px;
|
287
|
+
overflow: auto;
|
288
|
+
/* next 4 lines because IE sucks */
|
289
|
+
_position: relative;
|
290
|
+
_width: 487px;
|
291
|
+
_overflow-x:scroll;
|
292
|
+
_overflow-y:visible;
|
293
|
+
} b tt, tt b {
|
294
|
+
font-weight: bold;
|
295
|
+
} div.source g {
|
296
|
+
margin-left: 0;
|
297
|
+
}
|
298
|
+
p.source_link {
|
299
|
+
display: none;
|
300
|
+
}
|
301
|
+
|
302
|
+
/* source code highlighting */
|
303
|
+
|
304
|
+
.source pre {
|
305
|
+
color: black;
|
306
|
+
}
|
307
|
+
pre .ruby-value, pre .ruby-symbol {
|
308
|
+
color: #1104bb;
|
309
|
+
} pre .ruby-value.str, pre .ruby-node {
|
310
|
+
color: #181848;
|
311
|
+
} pre .ruby-ivar, pre .ruby-cvar {
|
312
|
+
} pre .ruby-comment {
|
313
|
+
color: #009500;
|
314
|
+
} pre .ruby-constant {
|
315
|
+
color: #cd8802;
|
316
|
+
} pre .ruby-keyword {
|
317
|
+
color: #8d04aa;
|
318
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.14
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- Julian Raschke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-06-29 00:00:00 +02:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|
@@ -47,6 +47,32 @@ files:
|
|
47
47
|
- examples/media/Space.png
|
48
48
|
- examples/media/Star.png
|
49
49
|
- examples/media/Starfighter.bmp
|
50
|
+
- reference/rdoc/classes/Gosu/Color.html
|
51
|
+
- reference/rdoc/classes/Gosu/Font.html
|
52
|
+
- reference/rdoc/classes/Gosu/GLTexInfo.html
|
53
|
+
- reference/rdoc/classes/Gosu/Image.html
|
54
|
+
- reference/rdoc/classes/Gosu/Sample.html
|
55
|
+
- reference/rdoc/classes/Gosu/SampleInstance.html
|
56
|
+
- reference/rdoc/classes/Gosu/Song.html
|
57
|
+
- reference/rdoc/classes/Gosu/TextInput.html
|
58
|
+
- reference/rdoc/classes/Gosu/Window.html
|
59
|
+
- reference/rdoc/classes/Gosu.html
|
60
|
+
- reference/rdoc/classes/Numeric.html
|
61
|
+
- reference/rdoc/created.rid
|
62
|
+
- reference/rdoc/files/COPYING_txt.html
|
63
|
+
- reference/rdoc/files/README_txt.html
|
64
|
+
- reference/rdoc/files/reference/DeploymentOnOSX_rdoc.html
|
65
|
+
- reference/rdoc/files/reference/DeploymentOnWindows_rdoc.html
|
66
|
+
- reference/rdoc/files/reference/DrawingWithColors_rdoc.html
|
67
|
+
- reference/rdoc/files/reference/gosu_rb.html
|
68
|
+
- reference/rdoc/files/reference/OrderOfCorners_rdoc.html
|
69
|
+
- reference/rdoc/files/reference/Tileability_rdoc.html
|
70
|
+
- reference/rdoc/files/reference/ZOrdering_rdoc.html
|
71
|
+
- reference/rdoc/fr_class_index.html
|
72
|
+
- reference/rdoc/fr_file_index.html
|
73
|
+
- reference/rdoc/fr_method_index.html
|
74
|
+
- reference/rdoc/index.html
|
75
|
+
- reference/rdoc/rdoc-style.css
|
50
76
|
- lib/gosu.rb
|
51
77
|
- lib/gosu.for_1_8.bundle
|
52
78
|
- lib/gosu.for_1_9.bundle
|