gosu 0.10.8 → 0.10.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gosu/Version.hpp +2 -2
- data/ext/gosu/extconf.rb +1 -0
- data/ext/gosu/gosu_wrap.cxx +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a8d2be430ae120903f4155a4b06567356fccc67
|
4
|
+
data.tar.gz: b2a0e682a342de8b463b041d2edb55675b4a454a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7abb1410459e410c226ea129ecb82ddc453cadd468d969b676e5a4962b39380f5a7132d70847ec3eaabcf59d00d7f4f647189da3d4a9364c3c2258838285eac
|
7
|
+
data.tar.gz: c19fb65453733173aef1b99c3fcfaeaf1639745dbfdf8d8747a12adcd550cfc519be4761024de0be719e7dae953beb85765cdd0cddea33805c823818d8c19bb6
|
data/Gosu/Version.hpp
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
|
4
4
|
#define GOSU_MAJOR_VERSION 0
|
5
5
|
#define GOSU_MINOR_VERSION 10
|
6
|
-
#define GOSU_POINT_VERSION
|
7
|
-
#define GOSU_VERSION "0.10.
|
6
|
+
#define GOSU_POINT_VERSION 9
|
7
|
+
#define GOSU_VERSION "0.10.9.pre1"
|
8
8
|
|
9
9
|
#define GOSU_COPYRIGHT_NOTICE \
|
10
10
|
"This software uses the following third-party libraries:\n" \
|
data/ext/gosu/extconf.rb
CHANGED
@@ -92,6 +92,7 @@ if `uname`.chomp == 'Darwin' then
|
|
92
92
|
$CFLAGS.gsub! "-arch i386", ""
|
93
93
|
$CXXFLAGS.gsub! "-arch i386", ""
|
94
94
|
$LDFLAGS.gsub! "-arch i386", ""
|
95
|
+
$ARCH_FLAG.gsub! "-arch i386", ""
|
95
96
|
CONFIG['LDSHARED'].gsub! "-arch i386", ""
|
96
97
|
else
|
97
98
|
SOURCE_FILES = BASE_FILES + LINUX_FILES
|
data/ext/gosu/gosu_wrap.cxx
CHANGED
@@ -10970,8 +10970,8 @@ SWIGEXPORT void Init_gosu(void) {
|
|
10970
10970
|
SWIG_RubyInitializeTrackings();
|
10971
10971
|
rb_define_const(mGosu, "MAJOR_VERSION", SWIG_From_int(static_cast< int >(0)));
|
10972
10972
|
rb_define_const(mGosu, "MINOR_VERSION", SWIG_From_int(static_cast< int >(10)));
|
10973
|
-
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(
|
10974
|
-
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.10.
|
10973
|
+
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(9)));
|
10974
|
+
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.10.9.pre1"));
|
10975
10975
|
rb_define_const(mGosu, "GOSU_COPYRIGHT_NOTICE", SWIG_FromCharPtr("This software uses the following third-party libraries:\n\nGosu, https://www.libgosu.org, MIT License, http://opensource.org/licenses/MIT\nSDL 2, http://www.libsdl.org, MIT License, http://opensource.org/licenses/MIT\nlibsndfile, http://www.mega-nerd.com/libsndfile, GNU LGPL 3, http://www.gnu.org/copyleft/lesser.html\nOpenAL Soft, http://kcat.strangesoft.net/openal.html, GNU LGPL 2, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html\n"));
|
10976
10976
|
rb_define_module_function(mGosu, "milliseconds", VALUEFUNC(_wrap_milliseconds), -1);
|
10977
10977
|
rb_define_module_function(mGosu, "random", VALUEFUNC(_wrap_random), -1);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.9.pre1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Raschke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
2D game development library.
|
@@ -152,9 +152,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: 1.8.2
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
154
|
requirements:
|
155
|
-
- - '
|
155
|
+
- - '>'
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version:
|
157
|
+
version: 1.3.1
|
158
158
|
requirements: []
|
159
159
|
rubyforge_project:
|
160
160
|
rubygems_version: 2.5.0
|