sigmund_liquid 1.0.14 → 1.0.15

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTUxYTg0YzQ2YTYyODJjNWRhNDhmZmM1NjI0OTQwYmNiMjM2M2JiYQ==
4
+ ODZhZDcwMzNlODBiZTlmMjYwODIzYmViZWYxMzBiYjNlNjllNTM1MA==
5
5
  data.tar.gz: !binary |-
6
- ZGI4NDgxNzdkZjUwYjdhOGMyYTUzYjkyNjE0Y2M2MTJkY2RmODYxMw==
6
+ NWMzYzA3NWIwYWI1YWM1MDZjYzc4MDcyMTliZDcyYjE3MTFlOTRlMw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ODg4NTM5OTIyZGQ1OThiOTY0NWE4MTQ1ZTQxYzBhNDc2MDVmNmY2NzFlZmI1
10
- ZWQ4YzBhMThmZjdjZjcyNWJkNTlkZTU0OTFiNWM5YzlkMjFiYzgxNTdjODJl
11
- OWZjNDgyZDI4MDYyNTljM2ZkNDgxNTI1ZDhiODU0YmZjODcyOTM=
9
+ NmQ5MjQzNDUxMzJjN2YzOGU4MGQ2MGRmMTQwNjQzNzk4ZDNmMmUzMjcyOGFk
10
+ ZmUxYzE3MmZjMzE0Mjg3ODA1OWEyNmIxYTM5ZDk2ODM2YjU5ZjAwOTEzOTk1
11
+ NmRlN2NjZmI0OTI1MzVkNmM0ZWJlMzc4YzkxZTg5N2FkOWI1Y2Q=
12
12
  data.tar.gz: !binary |-
13
- OTc5Y2QyMThjNmUxY2U5MjEwZDY5YTQ3YzlhMGU3NDZmYjJlMTc5OTdlMGMz
14
- ZWZhODE5YmY1MjJhYWJiMGUzNWI5OTM1ODYxYzBmMWRiMzlhYjlkMzg1MmRm
15
- ZDUxYjRiMzcwNjE1NWY2Y2Q4Njg0ZTc0ZWYyNDYwN2FkN2E0Y2I=
13
+ YjUzZjEzNDA0Zjg5Yzg0Y2M3YmE0M2JmZTBkMGEzYWIyOGQ1ZmQzOGU0YmZj
14
+ OGMwNDU2NDhjYTM0YzZhNjlmZGRkZDRkYTc3ZTgxMGZmMTE0N2Q2NTk2Yjg2
15
+ MmUyZWJjNjY0YjYyYjE5NjlmNjdjMTJlNGZkMTQ3ZWU2OTk2NmI=
@@ -74,7 +74,9 @@ module Sigmund
74
74
  css << 'first' if children.first == c
75
75
  css << 'last' if children.last == c
76
76
  i = i + 1
77
+ output << '<ul>' if children.first == c
77
78
  output << render_entry_link(context, c, css.join(' '), depth, children.first == c, children.last == c, i)
79
+ output << '</ul>' if children.last == c
78
80
  end
79
81
  end
80
82
  output
@@ -1,5 +1,5 @@
1
1
  module Sigmund
2
2
  module Liquid
3
- VERSION = "1.0.14"
3
+ VERSION = "1.0.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigmund_liquid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - amainguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2015-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler