gosu 0.7.44 → 0.7.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,8 @@
3
3
 
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
- #define GOSU_POINT_VERSION 44
7
- #define GOSU_VERSION "0.7.44"
6
+ #define GOSU_POINT_VERSION 45
7
+ #define GOSU_VERSION "0.7.45"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  " " \
@@ -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 >(44)));
11251
- rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.44"));
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
- version: 0.7.44
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-16 00:00:00 +08:00
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/*.rdoc
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.3.5
231
+ rubygems_version: 1.8.24
217
232
  signing_key:
218
233
  specification_version: 3
219
234
  summary: 2D game development library.