gosu 0.7.30-universal-darwin → 0.7.31-universal-darwin

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 CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
- #define GOSU_POINT_VERSION 30
7
- #define GOSU_VERSION "0.7.30"
6
+ #define GOSU_POINT_VERSION 31
7
+ #define GOSU_VERSION "0.7.31"
8
8
 
9
9
  #endif
Binary file
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 30
10
- version: 0.7.30
9
+ - 31
10
+ version: 0.7.31
11
11
  platform: universal-darwin
12
12
  authors:
13
13
  - Julian Raschke