snake-eyes 0.0.7 → 0.0.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/snake-eyes/interface_changes.rb +1 -1
- data/lib/snake-eyes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9528a2e50402eff13ab812c8909b0bb251c301a3
|
|
4
|
+
data.tar.gz: 20fefd48f80e6175bfc7f46727c089ad5803fbdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f30b1a86afb2ee7cbdad47cc54cc042693190e6bac57783b001acad97d3f8ee27d4ee8fec90c521f7a78e6af49144356c2429914c3a4116a5aada6f4924d71d1
|
|
7
|
+
data.tar.gz: 7f62c295eda2b33f42456f2cac333d002b3c1e080809a27c3a0a1c9908f1fa67c8c3b23cc86781aa6f68be1ce339c67cf8254db4d2cbcd76bbf9debac4d6ea7f
|
|
@@ -24,7 +24,7 @@ module SnakeEyes
|
|
|
24
24
|
|
|
25
25
|
@previous_params ||= { }
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
return @previous_params[nested_schema] if @previous_params[nested_schema]
|
|
28
28
|
|
|
29
29
|
# Similar to original_params_sub_trees, a list of subtrees used to maintain
|
|
30
30
|
# the traversal position of nested_schema. This is kept in sync with the
|
data/lib/snake-eyes/version.rb
CHANGED