panda_canvas 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,8 +28,10 @@ module PandaCanvas
28
28
  def method_missing(sym, *args)
29
29
  if sym == :flush
30
30
  @_calls << FLUSH
31
- else
31
+ elsif Gosu::Image.public_instance_methods.include? sym
32
32
  @_calls << [sym, *args]
33
+ else
34
+ super
33
35
  end
34
36
  end
35
37
 
@@ -1,6 +1,6 @@
1
1
  module PandaCanvas
2
2
 
3
3
  # PandaCanvas version.
4
- VERSION = '0.4.2'
4
+ VERSION = '0.4.3'
5
5
 
6
6
  end # end PandaCanvas
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 2
9
- version: 0.4.2
8
+ - 3
9
+ version: 0.4.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dimitry Solovyov
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-19 00:00:00 +03:00
17
+ date: 2010-10-21 00:00:00 +03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency