gosu 0.7.22-universal-darwin → 0.7.23-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,15 +25,14 @@
25
25
  # ...Enemies, a more sophisticated object system, weapons, title and credits
26
26
  # screens...
27
27
 
28
- require '../lib/gosu'
29
- # begin
30
- # # In case you use Gosu via rubygems.
31
- # require 'rubygems'
32
- # rescue LoadError
33
- # # In case you don't.
34
- # end
35
- #
36
- # require 'gosu'
28
+ begin
29
+ # In case you use Gosu via rubygems.
30
+ require 'rubygems'
31
+ rescue LoadError
32
+ # In case you don't.
33
+ end
34
+
35
+ require 'gosu'
37
36
  include Gosu
38
37
 
39
38
  module Tiles
Binary file
Binary file
File without changes
@@ -7,15 +7,3 @@ class Gosu::Image
7
7
  args.size == 4 ? from_text4(*args) : from_text7(*args)
8
8
  end
9
9
  end
10
-
11
- # Linux workaround: instead of declaring a constant, we declare a hidden function and
12
- # call it when we need to define the constant. Otherwise, we get a weird libGL.so segfault.
13
- module Gosu
14
- def self.const_missing sym
15
- if sym == :MAX_TEXTURE_SIZE then
16
- const_set sym, __max_texture_size
17
- else
18
- super
19
- end
20
- end
21
- end
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: 47
4
+ hash: 45
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 22
10
- version: 0.7.22
9
+ - 23
10
+ version: 0.7.23
11
11
  platform: universal-darwin
12
12
  authors:
13
13
  - Julian Raschke
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-06-17 00:00:00 +08:00
19
+ date: 2010-08-23 00:00:00 +08:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
@@ -59,7 +59,7 @@ files:
59
59
  - lib/gosu.for_1_8.bundle
60
60
  - lib/gosu.for_1_9.bundle
61
61
  has_rdoc: true
62
- homepage: http://code.google.com/p/gosu/
62
+ homepage: http://libgosu.org/
63
63
  licenses: []
64
64
 
65
65
  post_install_message: