venice_client 1.0.13 → 1.0.14
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13acba6d7c8efb574e011906d2a15a4fcaa31c7efbda1ae3b36a19969a1ff647
|
|
4
|
+
data.tar.gz: d750e16c8e81b59fbcb7ce1663de0c605f55f96ec45ab4f868a0bcf40104bc55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 606f002fb3384e83d6715995aa61642225a4c48dacf1bb05be50be5e25dfd327d63d2d1bcdbfe757006239411dc57adecb82abc9d6cfd346df2fce03a5e9f5a9
|
|
7
|
+
data.tar.gz: 3f282a66c4c525674e4251b0b1f77b55e2c074b1b80eb0d61125df4419ac67b87f8a5d82236962d08134a97d909859d78c94e81952482881003c07e7640e8913
|
data/Gemfile.lock
CHANGED
|
@@ -89,7 +89,7 @@ module VeniceClient
|
|
|
89
89
|
return model if model
|
|
90
90
|
else
|
|
91
91
|
# raise if data contains keys that are not known to the model
|
|
92
|
-
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
|
92
|
+
# raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
|
93
93
|
model = const.build_from_hash(data)
|
|
94
94
|
return model if model
|
|
95
95
|
end
|