classproxy 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- class-proxy
2
- ===========
1
+ # class-proxy [![Build Status](https://secure.travis-ci.org/heelhook/class-proxy.png?branch=master)](https://travis-ci.org/heelhook/class-proxy)
3
2
 
4
3
  A generic (ActiveRecord compatible) class proxy to setup proxy methods for your classes.
5
4
 
@@ -120,7 +120,7 @@ module ClassProxy
120
120
  if _self.respond_to? get_method and _self.send(get_method) == nil
121
121
  value = fallback_obj.send(key)
122
122
  _self.send("#{key}=", value)
123
- _self.instance_eval "@proxied_with_nil << key" if value == nil
123
+ _self.instance_eval "@proxied_with_nil << key.to_sym" if value == nil
124
124
  end
125
125
  end
126
126
  end
@@ -1,3 +1,3 @@
1
1
  module ClassProxy
2
- VERSION = '0.7.10'
2
+ VERSION = '0.7.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classproxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  segments:
57
57
  - 0
58
- hash: 1492446742885892984
58
+ hash: 1160097082629777380
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  none: false
61
61
  requirements: