constant_table_saver 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40e0df9904accfe6d49e57b9e3e034fecf0176d7
4
- data.tar.gz: 05b44aebb7aa1789b8a91977dd7b3985a7c8fe32
3
+ metadata.gz: e456bebaba7c8e29e66feb2b63b5626c2bcdaa5f
4
+ data.tar.gz: 28bd116590a6d334b5d337e94623b23583d48b34
5
5
  SHA512:
6
- metadata.gz: d625dda9b46ec8a8d6aae3f90f6eb3dbf8815c370429aa57a593f0867203891e64a472fc80b697cb25fdb8affbf8fa247f2f37fa496cc25fbba20cbd47a2519a
7
- data.tar.gz: 5b3ee90f3f1505c264605a2514cc6a53f68259f3968ad2422d7b55bc212ae9f84ac53563b6aa27203e862816ac789c7c1969b985144cc1adb7b0d710bedcaeeb
6
+ metadata.gz: a73041f3bf0d46a7dae0ec0f091045ea6abfb84f9c7650dd6ebde9449a8783823e0af1b6b576cbd06e356f07dc26f4abdbab743d62d728bde95ecbc08604930c
7
+ data.tar.gz: c863ae2ff77fa78c8e9f68259d54d5b30798e7e12d6385187be42ebd459fcb0b1afde9bcda4badddc7fab303930b513bb15587d3d4e328216da6427c587d8a14
@@ -16,8 +16,8 @@ named after the name field you specify.
16
16
  Compatibility
17
17
  =============
18
18
 
19
- Currently tested against Rails 3.2.13, on Ruby 1.8.7 and 2.0.0p0.
20
- Was also tested compatible with 2.3.14, 3.0.17, and 3.1.8.
19
+ Currently tested against Rails 3.2.19, 4.0.8, and 4.1.1, on Ruby 2.0.0.
20
+ Previous versions were also tested compatible with 3.0.17 and 3.1.8 and it may still be but they're not supported.
21
21
  EOF
22
22
  gem.has_rdoc = false
23
23
  gem.author = "Will Bryant"
@@ -1,3 +1,3 @@
1
1
  module ConstantTableSaver
2
- VERSION = '4.1.0'
2
+ VERSION = '4.1.1'
3
3
  end
@@ -208,7 +208,7 @@ module ConstantTableSaver
208
208
  end
209
209
 
210
210
  def respond_to?(method_id, include_private = false)
211
- super || (@constant_record_methods.nil? && attribute_methods_generated? && define_named_record_methods && super)
211
+ super || (@constant_record_methods.nil? && @attribute_methods_generated && define_named_record_methods && super)
212
212
  end
213
213
 
214
214
  def method_missing(method_id, *arguments, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constant_table_saver
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Bryant
@@ -63,8 +63,8 @@ description: |
63
63
  Compatibility
64
64
  =============
65
65
 
66
- Currently tested against Rails 3.2.13, on Ruby 1.8.7 and 2.0.0p0.
67
- Was also tested compatible with 2.3.14, 3.0.17, and 3.1.8.
66
+ Currently tested against Rails 3.2.19, 4.0.8, and 4.1.1, on Ruby 2.0.0.
67
+ Previous versions were also tested compatible with 3.0.17 and 3.1.8 and it may still be but they're not supported.
68
68
  email: will.bryant@gmail.com
69
69
  executables: []
70
70
  extensions: []