eac_rails_utils 0.13.4 → 0.13.5

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
  SHA256:
3
- metadata.gz: 843754871487598961a71d16871da8c3556d9d0097f0869838311d56c4e82df8
4
- data.tar.gz: e5a72c9640c9c6aba5f720bbb1204371c0f63ffdf5309f497e537b0a74406721
3
+ metadata.gz: b1529b1bebaa871484fb124ed0a9fc52a8bed38eb14419a61b4423392a33a60e
4
+ data.tar.gz: ca06e07efcce2b7bd6689383a6daa2e2db6a299d20b6ab3aa73cdc8fbad5c364
5
5
  SHA512:
6
- metadata.gz: eb890220eb07ca6a06e54a31d877779c043070b502d1a724236e5ea82c07839508487fe6effa5197d48928d1103eff5fd56d81dd8d54a3138a7c5404bf52057d
7
- data.tar.gz: 94d56786e02f5fd2c3d3d4a7b42cb36ea9d601bf1e89828a1670477f36ce7d36e8d164b3028c709bbdca8f7123aa8971cadd2d03861179e7b0cdde4cc70fe679
6
+ metadata.gz: 6edd15a5b430f16fe7459e8d0a7aa445440b0349f3af6c6f045d8a555d8870519a2b008976d93806276b729227cf967079387eee1864a1903fc5465a3934edb6
7
+ data.tar.gz: ac974c20369e17f6dfbe37b8ca1d6f3ddabe3b56494302cfc88beee67d4fa9cdb62faa9eed95d9adc1b680ac9c3d7d9e0379c44056bc9ea2dab76c6e07815a0a
@@ -16,7 +16,7 @@ module ActiveModel
16
16
  def init_rails_4
17
17
  ActiveSupport.on_load(:active_record) do
18
18
  ActiveRecord::Associations::AssociationScope.prepend(
19
- ::EacRailsUtils::Patches::Rails4.ActiveRecordAssociationsAssociationScope
19
+ ::EacRailsUtils::Patches::Rails4::ActiveRecordAssociationsAssociationScope
20
20
  )
21
21
  end
22
22
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacRailsUtils
4
- VERSION = '0.13.4'
4
+ VERSION = '0.13.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_rails_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.4
4
+ version: 0.13.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - E.A.C.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-05 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel-associations