middleman-page-toc 0.1.1 → 0.1.2

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: 52b280eb1abcbff30987b7390232d3548d51f3a6
4
- data.tar.gz: 1dcb3ea819d1ac7a8ad89cfe76ccef6e04866c2b
3
+ metadata.gz: 6e1b2058a94fb38df71da5a2792d867151f462d3
4
+ data.tar.gz: 9024836b9aba8956f83f515db278c118a0d6a2f6
5
5
  SHA512:
6
- metadata.gz: 1fb8a8fa38e465be341f09cca35dbdcce0e55b511adc134b9fb74e6f1800e66d5e9522e955c25cb85263b21bd614d1cba7ae224e95f4e20e0fd89ab575886b37
7
- data.tar.gz: 3fea0fa4b6d6e76fe77245c4b46e8acd36e6792fb6cb29d2c39b1af344bc97f6c47d489fdab2d289a5c3dac4bf53ff4eb6656a2fc0a3b922a079d655c7c4f4b1
6
+ metadata.gz: 35e9ccb38f48d677d990ef64c1f45a924fe611fe6d7169d4f80c7bc99946a0642e0501d085162a54ae20f1f379ef909835030f03bc6e474b953af73ea36a5b2a
7
+ data.tar.gz: 33e3160ed9beb0e8844920c12949b084f20220d8c114b954038b577c2944b3b6d4ae7fa2e1a5446c1a921818573b87bae848e3ed11e097e4e0f934e025953bcb
@@ -3,13 +3,13 @@ module Middleman
3
3
  module Helpers
4
4
  def render_toc(page=nil, options = {})
5
5
  unless config.markdown_engine == :redcarpet && config.markdown[:with_toc_data]
6
- return "render_toc: use redcarpet as markdown_engin with markdown_option of :with_toc_data")
6
+ return "render_toc: use redcarpet as markdown_engin with markdown_option of :with_toc_data"
7
7
  end
8
8
 
9
9
  page ||= current_page
10
10
  default_options = {
11
11
  use_collapsing: true,
12
- expand: true,
12
+ expand: false,
13
13
  button_caption: 'ToC',
14
14
  target_id: 'toc_content'
15
15
  }
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module PageToc
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-page-toc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ataru Kodaka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -93,3 +93,4 @@ signing_key:
93
93
  specification_version: 4
94
94
  summary: Write a short summary, because Rubygems requires one.
95
95
  test_files: []
96
+ has_rdoc: