jekyll-sort 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2732b1b207620fb4485ad1f77dcefba03b93eccfedf68612f93fbf1298db2677
4
- data.tar.gz: bf4f6838932eadbce62732cf2a9cfb96dee000709ce73cd0daef54821451892f
3
+ metadata.gz: f2bb66cc9a6349ce8fe24505ad8fde88e049253eda52e6dc1da63f4dc8612650
4
+ data.tar.gz: 39ecbd1f81efda52368b4e0507929885fabc2f58eb457c3942566ec8ec591a7e
5
5
  SHA512:
6
- metadata.gz: b3b1e29f376b310caebc942aadfe13faa8ffebbf90c208086a81d11e1f5429c2ede0d11840b47cffc718deb635de4d2a9ffd3d749851d3d9de77af73c62eb0c1
7
- data.tar.gz: 727d6de0c25e690360ff38942a483d91335bb214617d1254407659b7e1dfdb4ff991a11499fd54ead91d5db5080a9ab6426e55dc06fa429b48aa097631e246eb
6
+ metadata.gz: 409beb085820e24f718d891a30b9de1911b1ae860b61fb0ee6aef6f4bdb081619440ff29af9cfcf21de394230710dc07f76dc065bc86c8cc3dee108524b6ea56
7
+ data.tar.gz: 4d110034a04e3b934adf7702cf8072b0b4c3630605614947ca6e68f6fdd29327a1daef32d5246664be614eca5973759ac67a40f0d2831224a52ca7e3fe04369e
data/.gitignore CHANGED
@@ -14,3 +14,4 @@ spec/reports
14
14
  test/tmp
15
15
  test/version_tmp
16
16
  tmp
17
+ Gemfile.lock
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.3.0]
7
+ - add newline to next page link
8
+
6
9
  ## [0.2.0]
7
10
  - fix gemspec dependencies
8
11
 
@@ -74,7 +74,7 @@ module JekyllSort
74
74
  [front_matter, parsed]
75
75
  end
76
76
 
77
- PREV_NEXT_MARKDOWN = "\n{% include prev_next.md %}"
77
+ PREV_NEXT_MARKDOWN = "\n{% include prev_next.md %}\n"
78
78
 
79
79
  def remove_prev_next_link(content)
80
80
  content.sub(PREV_NEXT_MARKDOWN, '')
@@ -1,3 +1,3 @@
1
1
  module JekyllSort
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-sort
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-25 00:00:00.000000000 Z
11
+ date: 2019-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -161,7 +161,6 @@ files:
161
161
  - ".rspec"
162
162
  - CHANGELOG.md
163
163
  - Gemfile
164
- - Gemfile.lock
165
164
  - Guardfile
166
165
  - LICENSE.txt
167
166
  - README.md
@@ -205,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
204
  - !ruby/object:Gem::Version
206
205
  version: '0'
207
206
  requirements: []
208
- rubygems_version: 3.0.3
207
+ rubygems_version: 3.0.6
209
208
  signing_key:
210
209
  specification_version: 4
211
210
  summary: Updates the nav_order in front matter of pages that are in the subnav links
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- jekyll-sort (0.1.0)
5
- activesupport
6
- front_matter_parser
7
- rainbow
8
- thor
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (5.2.3)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 0.7, < 2)
16
- minitest (~> 5.1)
17
- tzinfo (~> 1.1)
18
- byebug (11.0.1)
19
- cli_markdown (0.1.0)
20
- codeclimate-test-reporter (1.0.9)
21
- simplecov (<= 0.13)
22
- concurrent-ruby (1.1.5)
23
- diff-lcs (1.3)
24
- docile (1.1.5)
25
- front_matter_parser (0.2.1)
26
- i18n (1.6.0)
27
- concurrent-ruby (~> 1.0)
28
- json (2.2.0)
29
- minitest (5.11.3)
30
- rainbow (3.0.0)
31
- rake (12.3.2)
32
- rspec (3.8.0)
33
- rspec-core (~> 3.8.0)
34
- rspec-expectations (~> 3.8.0)
35
- rspec-mocks (~> 3.8.0)
36
- rspec-core (3.8.0)
37
- rspec-support (~> 3.8.0)
38
- rspec-expectations (3.8.3)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.8.0)
41
- rspec-mocks (3.8.0)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-support (3.8.0)
45
- simplecov (0.13.0)
46
- docile (~> 1.1.0)
47
- json (>= 1.8, < 3)
48
- simplecov-html (~> 0.10.0)
49
- simplecov-html (0.10.2)
50
- thor (0.20.3)
51
- thread_safe (0.3.6)
52
- tzinfo (1.2.5)
53
- thread_safe (~> 0.1)
54
-
55
- PLATFORMS
56
- ruby
57
-
58
- DEPENDENCIES
59
- bundler
60
- byebug
61
- cli_markdown
62
- codeclimate-test-reporter
63
- jekyll-sort!
64
- rake
65
- rspec
66
-
67
- BUNDLED WITH
68
- 2.0.1