gosu 0.7.30-i386-mingw32 → 0.7.31-i386-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Gosu/Version.hpp +2 -2
- data/lib/gosu.for_1_8.so +0 -0
- data/lib/gosu.for_1_9.so +0 -0
- data/lib/gosu.rb +16 -16
- metadata +3 -3
data/Gosu/Version.hpp
CHANGED
data/lib/gosu.for_1_8.so
CHANGED
Binary file
|
data/lib/gosu.for_1_9.so
CHANGED
Binary file
|
data/lib/gosu.rb
CHANGED
@@ -1,16 +1,16 @@
|
|
1
|
-
require 'rbconfig'
|
2
|
-
|
3
|
-
begin
|
4
|
-
if defined? RUBY_VERSION and RUBY_VERSION[0..2] == '1.9' then
|
5
|
-
version = '1_9'
|
6
|
-
else
|
7
|
-
version = '1_8'
|
8
|
-
end
|
9
|
-
require "#{File.dirname(__FILE__)}/gosu.for_#{version}.#{Config::CONFIG['DLEXT']}"
|
10
|
-
require "#{File.dirname(__FILE__)}/gosu/swig_patches.rb"
|
11
|
-
rescue LoadError => e
|
12
|
-
require "#{File.dirname(__FILE__)}/gosu.#{Config::CONFIG['DLEXT']}"
|
13
|
-
require "#{File.dirname(__FILE__)}/gosu/swig_patches.rb"
|
14
|
-
end
|
15
|
-
|
16
|
-
require "#{File.dirname(__FILE__)}/gosu/patches.rb"
|
1
|
+
require 'rbconfig'
|
2
|
+
|
3
|
+
begin
|
4
|
+
if defined? RUBY_VERSION and RUBY_VERSION[0..2] == '1.9' then
|
5
|
+
version = '1_9'
|
6
|
+
else
|
7
|
+
version = '1_8'
|
8
|
+
end
|
9
|
+
require "#{File.dirname(__FILE__)}/gosu.for_#{version}.#{Config::CONFIG['DLEXT']}"
|
10
|
+
require "#{File.dirname(__FILE__)}/gosu/swig_patches.rb"
|
11
|
+
rescue LoadError => e
|
12
|
+
require "#{File.dirname(__FILE__)}/gosu.#{Config::CONFIG['DLEXT']}"
|
13
|
+
require "#{File.dirname(__FILE__)}/gosu/swig_patches.rb"
|
14
|
+
end
|
15
|
+
|
16
|
+
require "#{File.dirname(__FILE__)}/gosu/patches.rb"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 61
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 31
|
10
|
+
version: 0.7.31
|
11
11
|
platform: i386-mingw32
|
12
12
|
authors:
|
13
13
|
- Julian Raschke
|