rr 0.10.8 → 0.10.9

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 0.10.9
2
+ - Fixed 1.8.6 bug for real
3
+
1
4
  0.10.8
2
5
  - Fixed 1.8.6 bug
3
6
 
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :build:
3
3
  :minor: 10
4
- :patch: 8
4
+ :patch: 9
5
5
  :major: 0
@@ -100,9 +100,7 @@ module RR
100
100
 
101
101
  protected
102
102
  def subject_is_proxy_for_method?(method_name)
103
- subject_eigen = (class << @subject; self; end)
104
- method_owner = subject_eigen.instance_methods.include?(method_name.to_s) ? subject_eigen.instance_method(method_name).owner : nil
105
- !method_owner
103
+ !(class << @subject; self; end).instance_methods.include?(method_name.to_s)
106
104
  end
107
105
 
108
106
  def deferred_bind_method
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.8
4
+ version: 0.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Takita
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-16 00:00:00 -08:00
12
+ date: 2010-02-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15