object_attorney 2.10.2 → 2.10.3
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 +8 -8
- data/lib/object_attorney/representation.rb +1 -1
- data/lib/object_attorney/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWE3YzI4M2Q1Y2I4MDBmY2U1MTZhNDVhNGI2ZjRiYWY2M2YyY2EwNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGI4MWZjYmVlOTQ4ZGFmMGRkYThjMDgzMWExZGM1ZmNhY2VmZDViYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Mjc5YzkzMDBkNDI1Y2Y5MGQyMmVlODhiODU3YjZjYWQyMThhZTI3MmUwNzkx
|
|
10
|
+
ZjMwY2FkOTc1N2M3NWM1NGVhMGFmMzkwNmM5NThlYzlhNThkMWU3MjIxN2Iz
|
|
11
|
+
OTZhN2VlNWVkOWY0Yzc4NTA0OTBhODA1ODY2NDY1NjE0M2NhZmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
M2E3M2QxZTdkZTE3OTI5OGJmOWIxZmIyOGI1YTY5MTBhOWQ5MTFkZjc3YzJl
|
|
14
|
+
MWYzNDkyODZkZjRjMTcwYzFlNTAzM2M4NjFiY2ExMTE2M2U3OGUxNmMzZGM5
|
|
15
|
+
YzFiMDI5ZTdkNzY4NjNiNGUxYjU0ZGNhYTVkYzUyYjQ2MDY1NTQ=
|
|
@@ -75,7 +75,7 @@ module ObjectAttorney
|
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
def represented_object_reflect_on_association(association)
|
|
78
|
-
return nil if represented_object_class.nil?
|
|
78
|
+
return nil if represented_object_class.nil? || !represented_object_class.respond_to?(:reflect_on_association)
|
|
79
79
|
|
|
80
80
|
represented_object_class.reflect_on_association(association)
|
|
81
81
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: object_attorney
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- João Gonçalves
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|