columns_on_demand 4.2.2 → 4.2.3

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: 638b2974e1909f9b850d1e28e99ef45a309933a9
4
- data.tar.gz: 5f7121e622e2bfe7bd2e3d3aecfae2653da6f6ad
3
+ metadata.gz: bf0790eaf4b1e42031300b89dc41c78c3e6d01dd
4
+ data.tar.gz: 565cac752b00dd851afae53693338830515ab54f
5
5
  SHA512:
6
- metadata.gz: 9c0a220f43a19fa785ed29c5d6123d65c9a2871d4c4bce45288892e5b75ea86bd1f80edb9b2d75b3d7829f7921e8259f5c0496f58e09956e5e40095d43f344ea
7
- data.tar.gz: 21e381f3de987db40cc5c2c349fb9c8bbfc90845f0f2d81aa0ff08fd75eb98226e8bde70d478e414e142f3a88d227776e1df87b3f7a3ab56fc06be4e832d1c7a
6
+ metadata.gz: ef1f5f0953ae36e854ed4742d51d58e7535091946461f2ca8a9d6fe8df4a0b8efd58f74a9316c6279f30c0ccb0394b4ee401d03b61988ca6a1516669f194a598
7
+ data.tar.gz: b00570225d31a37086329a7a55de9c0b72c952e20d3398df241fa3b7b0bbd05d789ad863ebb7229997517a15f50eb4a8db9a651998180f7f4f4f67e624691ae6
@@ -25,7 +25,7 @@ module ColumnsOnDemand
25
25
  end
26
26
  alias_method_chain :missing_attribute, :columns_on_demand
27
27
  alias_method_chain :reload, :columns_on_demand
28
- if ActiveRecord::AttributeMethods::Dirty.instance_methods.include?(:changed_attributes)
28
+ if ActiveRecord::AttributeMethods::Dirty.instance_methods.include?(:attribute_changed_in_place?)
29
29
  alias_method_chain :attribute_changed_in_place?, :columns_on_demand
30
30
  elsif ActiveRecord::AttributeMethods::Dirty.instance_methods.include?(:changed_attributes)
31
31
  alias_method_chain :changed_in_place?, :columns_on_demand
@@ -1,3 +1,3 @@
1
1
  module ColumnsOnDemand
2
- VERSION = '4.2.2'
2
+ VERSION = '4.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: columns_on_demand
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Bryant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.2.2
161
+ rubygems_version: 2.2.5
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Lazily loads large columns on demand.