sigmund_liquid 1.0.6 → 1.0.7

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
- YzY3OWY2OTA5OGUwNTVlZTlmZjk0Y2M2ZjgwNzJjOTg3NjAzNWEyOA==
4
+ NjY3M2Q0ZTg0ODMzMDAwMmIxODIyMjhmYjhkMTlmMjdkYTI1M2I1Yg==
5
5
  data.tar.gz: !binary |-
6
- NzliZjI3ZTZiNTRhNzQ5NTc5ZDY1NTJkNmQyNTAxZTQ3NDU3MmY3Ng==
6
+ ZmQwZGI3N2QxYzhiZTZmNGVkMTc0MGQ1MDY0YjE2ZjY1NGJkZWQ1Mg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzI1ZDA0YzcxZGVjYzUzNzQ4MjFiMTY3YjEwNzRiNDNjMjQ2ODc3MWQ2NTJi
10
- ZDkzOTBiZmU4ZWMzZjM3ZjM4NzYwMjJkNjc3MDczZjQ4ZDMyZmYyMzU5NDUw
11
- ZTUyMDBlMzc2MWRjOTA0YWU5MWQ3N2EzODQ5OTVmMzVkOWY0MGQ=
9
+ ZGQ2OThlMTQ2NWE0YTRhMTU1Yjc1MTdlMzBhMDI1NmFkYTNkNjNhNDFhMTc3
10
+ OTMyMTRhNGVlNTNiODhlNmZlYjBhNmEwYzZiNjBhNTViNTdmNTgzMTFmYTRj
11
+ NGU0MGQ1YzAzMDI0YjNkY2IzNDQzMjM3MTAwY2E3MzZiNGQxNTA=
12
12
  data.tar.gz: !binary |-
13
- MDRiMTViMDZjMWNjYTE1NTRjOGRiY2EzNDgyNzc0NGY3YTdkYzNiYWNjZTQx
14
- OWMzODdiZmJiMTVkMTg3MmU1YjM1MDM0ZTA4YThjNWM1YmFjMWJhOTYzNWU0
15
- MDYyOTFkOTk4YzhmNGZhN2I4MzRlYWYxOGEyOTQyYjJjY2JiODE=
13
+ OGVlNDQ0ZWZlZTFiNGY2N2Y2OTRhMjkwNDIxYjM1OTRjODUxMDJlYjE5N2Vi
14
+ NzY0NWJiNjk2NmU2M2ZkNWVlMGQ3YWVlYzFjMGUyNGFkOWQ5N2ExZTFiN2Zh
15
+ M2Y3MzU0ZmI5Y2MwOTUxYmRmMTVlOTIyY2YyMTBiMzEwNWRkMzA=
@@ -50,7 +50,7 @@ module Sigmund
50
50
  css << 'first' if index == 0
51
51
  css << 'last' if index == entries.size - 1
52
52
 
53
- children_output << render_entry_link(context, p, css.join(' '), 1)
53
+ children_output << render_entry_link(context, p, css.join(' '), 1, index == 0, index == entries.size - 1)
54
54
  end
55
55
 
56
56
  output = children_output.join("\n")
@@ -1,5 +1,5 @@
1
1
  module Sigmund
2
2
  module Liquid
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigmund_liquid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - amainguy