para 0.12.7 → 0.12.8
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 +4 -4
- data/lib/para/cloneable/include_tree_builder.rb +0 -2
- data/lib/para/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cf58d90a0544acd64a6696d42e4fdd16a2f0aaa1af05c258fb913b6dcdba241
|
|
4
|
+
data.tar.gz: 342113700bb23860d3db7be577c56e9f757b1293201c3175b936d11eb252b160
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d0b84d8a9e1c6bda68897498474b57d02a4f05a22137a790c302c4e4cc3a25678f9ca964d74f86bb3f729af9e723b18382b8dcecac63b58fa365d7b20654c07
|
|
7
|
+
data.tar.gz: '08f583188635a61ef257e5cfd701d39c5a3a61e773d5697da2e827498c92d05b2501db8aff8706b56c7faa1537d1573584b595b27e68ab4fe4221201d052d9eb'
|
|
@@ -137,8 +137,6 @@ module Para
|
|
|
137
137
|
options = nested_resource.class.try(:cloneable_options)
|
|
138
138
|
return reflection_options unless options
|
|
139
139
|
|
|
140
|
-
puts "Building cloneable options for #{nested_resource.class.name} at path #{path.join(' -> ')}"
|
|
141
|
-
|
|
142
140
|
target_options = build_cloneable_options_tree(nested_resource, path)
|
|
143
141
|
reflection_options.deep_merge!(target_options)
|
|
144
142
|
end
|
data/lib/para/version.rb
CHANGED