gosu 0.7.44 → 0.7.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gosu/Version.hpp +2 -2
- data/GosuImpl/RubyGosu_wrap.cxx +2 -2
- metadata +23 -8
data/Gosu/Version.hpp
CHANGED
data/GosuImpl/RubyGosu_wrap.cxx
CHANGED
|
@@ -11247,8 +11247,8 @@ SWIGEXPORT void Init_gosu(void) {
|
|
|
11247
11247
|
SWIG_RubyInitializeTrackings();
|
|
11248
11248
|
rb_define_const(mGosu, "MAJOR_VERSION", SWIG_From_int(static_cast< int >(0)));
|
|
11249
11249
|
rb_define_const(mGosu, "MINOR_VERSION", SWIG_From_int(static_cast< int >(7)));
|
|
11250
|
-
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(
|
|
11251
|
-
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.
|
|
11250
|
+
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(45)));
|
|
11251
|
+
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.45"));
|
|
11252
11252
|
rb_define_module_function(mGosu, "milliseconds", VALUEFUNC(_wrap_milliseconds), -1);
|
|
11253
11253
|
rb_define_module_function(mGosu, "random", VALUEFUNC(_wrap_random), -1);
|
|
11254
11254
|
rb_define_module_function(mGosu, "degrees_to_radians", VALUEFUNC(_wrap_degrees_to_radians), -1);
|
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: ruby
|
|
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"
|
|
@@ -182,7 +187,6 @@ files:
|
|
|
182
187
|
- GosuImpl/WinUtility.cpp
|
|
183
188
|
- GosuImpl/X11vroot.h
|
|
184
189
|
- linux/extconf.rb
|
|
185
|
-
has_rdoc: true
|
|
186
190
|
homepage: http://www.libgosu.org/
|
|
187
191
|
licenses: []
|
|
188
192
|
|
|
@@ -191,7 +195,10 @@ rdoc_options:
|
|
|
191
195
|
- README.txt
|
|
192
196
|
- COPYING
|
|
193
197
|
- reference/gosu.rb
|
|
194
|
-
- reference
|
|
198
|
+
- reference/Drawing_with_Colors.rdoc
|
|
199
|
+
- reference/Order_of_Corners.rdoc
|
|
200
|
+
- reference/Tileability.rdoc
|
|
201
|
+
- reference/Z_Ordering.rdoc
|
|
195
202
|
- --title
|
|
196
203
|
- Gosu
|
|
197
204
|
- --main
|
|
@@ -199,21 +206,29 @@ rdoc_options:
|
|
|
199
206
|
require_paths:
|
|
200
207
|
- lib
|
|
201
208
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
209
|
+
none: false
|
|
202
210
|
requirements:
|
|
203
211
|
- - ">="
|
|
204
212
|
- !ruby/object:Gem::Version
|
|
213
|
+
hash: 51
|
|
214
|
+
segments:
|
|
215
|
+
- 1
|
|
216
|
+
- 8
|
|
217
|
+
- 2
|
|
205
218
|
version: 1.8.2
|
|
206
|
-
version:
|
|
207
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
|
+
none: false
|
|
208
221
|
requirements:
|
|
209
222
|
- - ">="
|
|
210
223
|
- !ruby/object:Gem::Version
|
|
224
|
+
hash: 3
|
|
225
|
+
segments:
|
|
226
|
+
- 0
|
|
211
227
|
version: "0"
|
|
212
|
-
version:
|
|
213
228
|
requirements:
|
|
214
229
|
- See https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux
|
|
215
230
|
rubyforge_project:
|
|
216
|
-
rubygems_version: 1.
|
|
231
|
+
rubygems_version: 1.8.24
|
|
217
232
|
signing_key:
|
|
218
233
|
specification_version: 3
|
|
219
234
|
summary: 2D game development library.
|