gosu 0.7.26 → 0.7.26.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
6
  #define GOSU_POINT_VERSION 26
7
- #define GOSU_VERSION "0.7.26"
7
+ #define GOSU_VERSION "0.7.26.1"
8
8
 
9
9
  #endif
@@ -10959,7 +10959,7 @@ SWIGEXPORT void Init_gosu(void) {
10959
10959
  rb_define_const(mGosu, "MAJOR_VERSION", SWIG_From_int(static_cast< int >(0)));
10960
10960
  rb_define_const(mGosu, "MINOR_VERSION", SWIG_From_int(static_cast< int >(7)));
10961
10961
  rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(26)));
10962
- rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.26"));
10962
+ rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.26.1"));
10963
10963
  rb_define_module_function(mGosu, "milliseconds", VALUEFUNC(_wrap_milliseconds), -1);
10964
10964
  rb_define_module_function(mGosu, "random", VALUEFUNC(_wrap_random), -1);
10965
10965
  rb_define_module_function(mGosu, "degrees_to_radians", VALUEFUNC(_wrap_degrees_to_radians), -1);
@@ -14,7 +14,7 @@ puts
14
14
 
15
15
  # FIXME should reversely filter out files ending in Win, Mac, Touch, AL etc.
16
16
  SOURCE_FILES =
17
- %w(Math.cpp Utility.cpp IO.cpp FileUnix.cpp InputX.cpp TextInputX.cpp TimingApple.cpp WindowX.cpp
17
+ %w(Math.cpp Utility.cpp IO.cpp FileUnix.cpp InputX.cpp TextInputX.cpp TimingUnix.cpp WindowX.cpp
18
18
  Graphics/Bitmap.cpp Graphics/BitmapUtils.cpp Graphics/Color.cpp
19
19
  Graphics/TexChunk.cpp Graphics/Graphics.cpp Graphics/Image.cpp
20
20
  Graphics/BlockAllocator.cpp
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 26
10
- version: 0.7.26
10
+ - 1
11
+ version: 0.7.26.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Julian Raschke
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-01-09 00:00:00 +08:00
20
+ date: 2011-01-10 00:00:00 +08:00
20
21
  default_executable:
21
22
  dependencies: []
22
23