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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 608b97ebdffcc0a5e2c79262979b570ea455963f
4
- data.tar.gz: 622937869fcafdccbf955b96d682b0472731c615
3
+ metadata.gz: 9528a2e50402eff13ab812c8909b0bb251c301a3
4
+ data.tar.gz: 20fefd48f80e6175bfc7f46727c089ad5803fbdc
5
5
  SHA512:
6
- metadata.gz: f1b4e57dbe7aa3fcb3c627bdd7792d9053661f19119773515cd0122eb3115dab84f6f17be9e53f89b52e379b329ce2511cc16dee63f1c8ede5434d8983db2bd8
7
- data.tar.gz: 2d8da38d611a261a32011bf6a9d59de6e161fc4766e5c6acd6ddf0679e349e1ac1f7f44ba1ef83c9d8a2ce7bebb1656caecdb9a813e69981cb43f751fff0f3e3
6
+ metadata.gz: f30b1a86afb2ee7cbdad47cc54cc042693190e6bac57783b001acad97d3f8ee27d4ee8fec90c521f7a78e6af49144356c2429914c3a4116a5aada6f4924d71d1
7
+ data.tar.gz: 7f62c295eda2b33f42456f2cac333d002b3c1e080809a27c3a0a1c9908f1fa67c8c3b23cc86781aa6f68be1ce339c67cf8254db4d2cbcd76bbf9debac4d6ea7f
@@ -24,7 +24,7 @@ module SnakeEyes
24
24
 
25
25
  @previous_params ||= { }
26
26
 
27
- # return @previous_params[nested_schema] if @previous_params[nested_schema]
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
@@ -1,3 +1,3 @@
1
1
  module SnakeEyes
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snake-eyes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleck Greenham