rooler 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,9 +23,10 @@ module Rooler
23
23
  tree << ::Tree::TreeNode.new('bars')
24
24
  tree["bars"] << ::Tree::TreeNode.new("test")
25
25
  tree["bars"] << ::Tree::TreeNode.new("raboof")
26
+ tree["bars"] << ::Tree::TreeNode.new("foo")
26
27
  tree["bars"]["raboof"] << ::Tree::TreeNode.new('test')
27
28
  tree["bars"]["raboof"] << ::Tree::TreeNode.new('updated_at')
28
-
29
+
29
30
  assert_equal tree.to_json, rule.template.liquid_method_tree.to_json
30
31
  end
31
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rooler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yonah Forst