activerecord-redundancy 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 805d47d5c17f296d16e84accecdc626f065bdc4d
4
- data.tar.gz: 3b11790d8ee38706152a5dd597b8e54f47ad3d77
3
+ metadata.gz: eaba9fab04a65cac33da01f3c7ad54f5865e2a2c
4
+ data.tar.gz: 048c7a2d1e9dbdacfecba9fd2ba39de4a4b08864
5
5
  SHA512:
6
- metadata.gz: 0c0fade28a7fe62ec5483d046fb7081c3712c7fd2ab1d7711b33f2300308cd40b6261cb8771daf86caf4fe3ff25dd9b5a44fa30d368c0e98bc4e3d9aed4dbbff
7
- data.tar.gz: 0cc659dba8e5b7027bbc6658829aeb0e9d9bad14eb4a20ddf9780d209cec9397dea2c8012713f02ec1bc170d538fd338ef832934943a3f1faa77996af1bd131e
6
+ metadata.gz: 259c64cfef4a3356294e964b661607f615d7c02ba1ef66943003d61cbe9d11603cd15cc1112ed4a4405fe35d837aaca4f8d6ab965cdb44c08e4445637c0593f8
7
+ data.tar.gz: 90ec954829fd633d61f8224179528f55e77bf12340c2723cfd7564aeb356e546e570a9919ca6387dfc05b1cd7bff23afe07bfe74fda94e779d2c8b0fe7b923c4
@@ -92,7 +92,7 @@ module Redundancy
92
92
  reflection_klass.reflect_on_association(inverse_association)
93
93
  end
94
94
 
95
- raise ArgumentError, "Could not find the inverse association for #{association} (#{inverse_associations.inspect} in #{reflection_klass})" unless inverse_association
95
+ raise ArgumentError, "Could not find the inverse association for #{model_name} (#{inverse_associations.inspect} in #{reflection_klass})" unless inverse_association
96
96
  inverse_association
97
97
  end
98
98
 
@@ -1,3 +1,3 @@
1
1
  module Redundancy
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-redundancy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-05 00:00:00.000000000 Z
11
+ date: 2016-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -155,3 +155,4 @@ test_files:
155
155
  - test/support/models/post.rb
156
156
  - test/support/models/user.rb
157
157
  - test/test_helper.rb
158
+ has_rdoc: