attribute-kit 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -235,7 +235,7 @@ module AttributeKit
235
235
  when /(.*)_deleted?/
236
236
  @deleted_keys.include?($1) || @deleted_keys.include?($1.to_sym)
237
237
  else
238
- if self.class.superclass.instance_methods.include?(:method_mising)
238
+ if self.class.superclass.instance_methods.map(&:to_sym).include?(:method_mising)
239
239
  super(method, *args, &block)
240
240
  else
241
241
  raise NoMethodError.new("undefined method '#{method_name}' for #{self}")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: attribute-kit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan Mischo
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - ">="
116
116
  - !ruby/object:Gem::Version
117
- hash: 3237088000019423823
117
+ hash: 464791598370222701
118
118
  segments:
119
119
  - 0
120
120
  version: "0"