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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +3 -0
- data/lib/jekyll_sort/page.rb +1 -1
- data/lib/jekyll_sort/version.rb +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -68
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2bb66cc9a6349ce8fe24505ad8fde88e049253eda52e6dc1da63f4dc8612650
|
4
|
+
data.tar.gz: 39ecbd1f81efda52368b4e0507929885fabc2f58eb457c3942566ec8ec591a7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 409beb085820e24f718d891a30b9de1911b1ae860b61fb0ee6aef6f4bdb081619440ff29af9cfcf21de394230710dc07f76dc065bc86c8cc3dee108524b6ea56
|
7
|
+
data.tar.gz: 4d110034a04e3b934adf7702cf8072b0b4c3630605614947ca6e68f6fdd29327a1daef32d5246664be614eca5973759ac67a40f0d2831224a52ca7e3fe04369e
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/lib/jekyll_sort/page.rb
CHANGED
data/lib/jekyll_sort/version.rb
CHANGED
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.
|
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-
|
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.
|
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
|
data/Gemfile.lock
DELETED
@@ -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
|