bluedoc-toc 0.3.1 → 0.3.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
  SHA256:
3
- metadata.gz: 5f70a76b50ad3ef91b561ebd2d39d53e3388aa1c599ab97525b5cfbd1a165ada
4
- data.tar.gz: c9d94dc3cda4bfce1f3e184f10a347a7cb545598ca37764bccdb806f573feeac
3
+ metadata.gz: 4e1de3a5de66da3fa5ccaa697983c7f9919eded9fa1f1354e2d238ea2424fd7d
4
+ data.tar.gz: 1b6c89bf6c0a1ddce0f08b04f5cd5871a17065f2a2a22f28147556dced5fb2ff
5
5
  SHA512:
6
- metadata.gz: debd730297d4f5bad7626501d58dd90bb581f62e9ec602bbf1fe73b59249f11a47922c0f90992ec192a23e891edaf02ad3a5b69b624387c8f8f60867d970de8c
7
- data.tar.gz: c5ff460102f494469457864d533672346f9376ec47a42e2d29b0731a5c59e58c7f5b548e4aca8fa15f0ce1ca39d9187c9c8b832002d4ff9d7207783a6b3376bd
6
+ metadata.gz: 8c9d5875166b1aea6fbed63b8944b5fa7a3729e1abdc566ca85190d6f0d7557f00c3863c1a1f0035e7134a9b178af0642431405e062a8622dc97af41806b1053
7
+ data.tar.gz: 9ecb2a274a4de660e46d9af8eafa924b7cbc383698e6c71b8827fcd549f8c301918936d61e8ee7cb71e39ffb9e27b228f0565e77fcd77c713a3bb893f9767c95
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # BlueDoc::Toc
2
2
 
3
- Book TOC read/write tool.
3
+ BlueDoc Table of Contents parse library.
4
4
 
5
5
  ## Installation
6
+
6
7
  Add this line to your application's Gemfile:
7
8
 
8
9
  ```ruby
@@ -1,5 +1,5 @@
1
1
  module BlueDoc
2
2
  module Toc
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluedoc-toc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
@@ -48,9 +48,9 @@ files:
48
48
  - MIT-LICENSE
49
49
  - README.md
50
50
  - Rakefile
51
- - app/views/booklab/toc/_content.html.erb
52
- - app/views/booklab/toc/html/_list_item.erb
53
- - app/views/booklab/toc/markdown/_list_item.erb
51
+ - app/views/bluedoc/toc/_content.html.erb
52
+ - app/views/bluedoc/toc/html/_list_item.erb
53
+ - app/views/bluedoc/toc/markdown/_list_item.erb
54
54
  - lib/bluedoc-toc.rb
55
55
  - lib/bluedoc/toc/content.rb
56
56
  - lib/bluedoc/toc/engine.rb