fenton-jekyll-plugin 0.0.12 → 0.0.13

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: 47a94753e8a3df67146200bc37f52657d47af9472d9d75fad3ce252bebdf7d3a
4
- data.tar.gz: 9a21c1f6c46e87312294505deb0c95070ca9fc7156c0184ef9824aadfe45006e
3
+ metadata.gz: 2f8575f26481f4c4ff19d0edb67ffbd3cf3e9945b1a9e2d7e628d45110eee558
4
+ data.tar.gz: 347aac8a5709c674164d376d0ae5482020de8369aa21975bb41aebb2aa00ff56
5
5
  SHA512:
6
- metadata.gz: 11a5cbe5b84d8951efffe07ebc62780ca09f8c87e8f3117a3fe25b869547f74b28ea18281300c5ae4465df381bcce35fe3af4b37b55284519dda50f0c29d3e43
7
- data.tar.gz: 63cf4b9f44d80c4c4d34968350e37d947f40d0e965411acaa01c093a462d6c4abcf34f1b9db209a0b0fb7e972a6a3dc68e3e01e221a102cd29fc4bc9a2785a08
6
+ metadata.gz: 9337df696aedd1529daaac9b5d1c3563e76d57544cc2bd442df770ad93aecfd25270b7ed3c4d95499f5f2220aa8b9f61b4bcb14d9477cec54b1995bf26c518ff
7
+ data.tar.gz: d13d1542bec096a75b9a30dad5f544b03fbc81902d6be64b9e6b17c5d27f7ce864a589031d6376f5f32d5323419db170c223f841d5efbdf786dd748d030dc90e
data/Gemfile.lock CHANGED
@@ -1,116 +1,116 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fenton-jekyll-plugin (0.0.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- addressable (2.8.1)
10
- public_suffix (>= 2.0.2, < 6.0)
11
- ast (2.4.2)
12
- colorator (1.1.0)
13
- concurrent-ruby (1.1.10)
14
- diff-lcs (1.5.0)
15
- em-websocket (0.5.3)
16
- eventmachine (>= 0.12.9)
17
- http_parser.rb (~> 0)
18
- eventmachine (1.2.7)
19
- ffi (1.15.5-x64-mingw-ucrt)
20
- forwardable-extended (2.6.0)
21
- http_parser.rb (0.8.0)
22
- i18n (1.12.0)
23
- concurrent-ruby (~> 1.0)
24
- jekyll (4.2.2)
25
- addressable (~> 2.4)
26
- colorator (~> 1.0)
27
- em-websocket (~> 0.5)
28
- i18n (~> 1.0)
29
- jekyll-sass-converter (~> 2.0)
30
- jekyll-watch (~> 2.0)
31
- kramdown (~> 2.3)
32
- kramdown-parser-gfm (~> 1.0)
33
- liquid (~> 4.0)
34
- mercenary (~> 0.4.0)
35
- pathutil (~> 0.9)
36
- rouge (~> 3.0)
37
- safe_yaml (~> 1.0)
38
- terminal-table (~> 2.0)
39
- jekyll-sass-converter (2.2.0)
40
- sassc (> 2.0.1, < 3.0)
41
- jekyll-watch (2.2.1)
42
- listen (~> 3.0)
43
- kramdown (2.4.0)
44
- rexml
45
- kramdown-parser-gfm (1.1.0)
46
- kramdown (~> 2.0)
47
- liquid (4.0.3)
48
- listen (3.7.1)
49
- rb-fsevent (~> 0.10, >= 0.10.3)
50
- rb-inotify (~> 0.9, >= 0.9.10)
51
- mercenary (0.4.0)
52
- parallel (1.22.1)
53
- parser (3.1.2.1)
54
- ast (~> 2.4.1)
55
- pathutil (0.16.2)
56
- forwardable-extended (~> 2.6)
57
- public_suffix (5.0.0)
58
- rainbow (3.1.1)
59
- rake (13.0.6)
60
- rb-fsevent (0.11.2)
61
- rb-inotify (0.10.1)
62
- ffi (~> 1.0)
63
- regexp_parser (2.5.0)
64
- rexml (3.2.5)
65
- rouge (3.30.0)
66
- rspec (3.11.0)
67
- rspec-core (~> 3.11.0)
68
- rspec-expectations (~> 3.11.0)
69
- rspec-mocks (~> 3.11.0)
70
- rspec-core (3.11.0)
71
- rspec-support (~> 3.11.0)
72
- rspec-expectations (3.11.1)
73
- diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.11.0)
75
- rspec-mocks (3.11.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.11.0)
78
- rspec-support (3.11.1)
79
- rubocop (1.18.4)
80
- parallel (~> 1.10)
81
- parser (>= 3.0.0.0)
82
- rainbow (>= 2.2.2, < 4.0)
83
- regexp_parser (>= 1.8, < 3.0)
84
- rexml
85
- rubocop-ast (>= 1.8.0, < 2.0)
86
- ruby-progressbar (~> 1.7)
87
- unicode-display_width (>= 1.4.0, < 3.0)
88
- rubocop-ast (1.21.0)
89
- parser (>= 3.1.1.0)
90
- rubocop-jekyll (0.12.0)
91
- rubocop (~> 1.18.0)
92
- rubocop-performance (~> 1.2)
93
- rubocop-performance (1.15.0)
94
- rubocop (>= 1.7.0, < 2.0)
95
- rubocop-ast (>= 0.4.0)
96
- ruby-progressbar (1.11.0)
97
- safe_yaml (1.0.5)
98
- sassc (2.4.0)
99
- ffi (~> 1.9)
100
- terminal-table (2.0.0)
101
- unicode-display_width (~> 1.1, >= 1.1.1)
102
- unicode-display_width (1.8.0)
103
-
104
- PLATFORMS
105
- x64-mingw-ucrt
106
-
107
- DEPENDENCIES
108
- bundler
109
- fenton-jekyll-plugin!
110
- jekyll (>= 2.0, < 5.0)
111
- rake
112
- rspec (~> 3.0)
113
- rubocop-jekyll
114
-
115
- BUNDLED WITH
116
- 2.3.22
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ fenton-jekyll-plugin (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.8.1)
10
+ public_suffix (>= 2.0.2, < 6.0)
11
+ ast (2.4.2)
12
+ colorator (1.1.0)
13
+ concurrent-ruby (1.1.10)
14
+ diff-lcs (1.5.0)
15
+ em-websocket (0.5.3)
16
+ eventmachine (>= 0.12.9)
17
+ http_parser.rb (~> 0)
18
+ eventmachine (1.2.7)
19
+ ffi (1.15.5-x64-mingw-ucrt)
20
+ forwardable-extended (2.6.0)
21
+ http_parser.rb (0.8.0)
22
+ i18n (1.12.0)
23
+ concurrent-ruby (~> 1.0)
24
+ jekyll (4.2.2)
25
+ addressable (~> 2.4)
26
+ colorator (~> 1.0)
27
+ em-websocket (~> 0.5)
28
+ i18n (~> 1.0)
29
+ jekyll-sass-converter (~> 2.0)
30
+ jekyll-watch (~> 2.0)
31
+ kramdown (~> 2.3)
32
+ kramdown-parser-gfm (~> 1.0)
33
+ liquid (~> 4.0)
34
+ mercenary (~> 0.4.0)
35
+ pathutil (~> 0.9)
36
+ rouge (~> 3.0)
37
+ safe_yaml (~> 1.0)
38
+ terminal-table (~> 2.0)
39
+ jekyll-sass-converter (2.2.0)
40
+ sassc (> 2.0.1, < 3.0)
41
+ jekyll-watch (2.2.1)
42
+ listen (~> 3.0)
43
+ kramdown (2.4.0)
44
+ rexml
45
+ kramdown-parser-gfm (1.1.0)
46
+ kramdown (~> 2.0)
47
+ liquid (4.0.3)
48
+ listen (3.7.1)
49
+ rb-fsevent (~> 0.10, >= 0.10.3)
50
+ rb-inotify (~> 0.9, >= 0.9.10)
51
+ mercenary (0.4.0)
52
+ parallel (1.22.1)
53
+ parser (3.1.2.1)
54
+ ast (~> 2.4.1)
55
+ pathutil (0.16.2)
56
+ forwardable-extended (~> 2.6)
57
+ public_suffix (5.0.0)
58
+ rainbow (3.1.1)
59
+ rake (13.0.6)
60
+ rb-fsevent (0.11.2)
61
+ rb-inotify (0.10.1)
62
+ ffi (~> 1.0)
63
+ regexp_parser (2.5.0)
64
+ rexml (3.2.5)
65
+ rouge (3.30.0)
66
+ rspec (3.11.0)
67
+ rspec-core (~> 3.11.0)
68
+ rspec-expectations (~> 3.11.0)
69
+ rspec-mocks (~> 3.11.0)
70
+ rspec-core (3.11.0)
71
+ rspec-support (~> 3.11.0)
72
+ rspec-expectations (3.11.1)
73
+ diff-lcs (>= 1.2.0, < 2.0)
74
+ rspec-support (~> 3.11.0)
75
+ rspec-mocks (3.11.1)
76
+ diff-lcs (>= 1.2.0, < 2.0)
77
+ rspec-support (~> 3.11.0)
78
+ rspec-support (3.11.1)
79
+ rubocop (1.18.4)
80
+ parallel (~> 1.10)
81
+ parser (>= 3.0.0.0)
82
+ rainbow (>= 2.2.2, < 4.0)
83
+ regexp_parser (>= 1.8, < 3.0)
84
+ rexml
85
+ rubocop-ast (>= 1.8.0, < 2.0)
86
+ ruby-progressbar (~> 1.7)
87
+ unicode-display_width (>= 1.4.0, < 3.0)
88
+ rubocop-ast (1.21.0)
89
+ parser (>= 3.1.1.0)
90
+ rubocop-jekyll (0.12.0)
91
+ rubocop (~> 1.18.0)
92
+ rubocop-performance (~> 1.2)
93
+ rubocop-performance (1.15.0)
94
+ rubocop (>= 1.7.0, < 2.0)
95
+ rubocop-ast (>= 0.4.0)
96
+ ruby-progressbar (1.11.0)
97
+ safe_yaml (1.0.5)
98
+ sassc (2.4.0)
99
+ ffi (~> 1.9)
100
+ terminal-table (2.0.0)
101
+ unicode-display_width (~> 1.1, >= 1.1.1)
102
+ unicode-display_width (1.8.0)
103
+
104
+ PLATFORMS
105
+ x64-mingw-ucrt
106
+
107
+ DEPENDENCIES
108
+ bundler
109
+ fenton-jekyll-plugin!
110
+ jekyll (>= 2.0, < 5.0)
111
+ rake
112
+ rspec (~> 3.0)
113
+ rubocop-jekyll
114
+
115
+ BUNDLED WITH
116
+ 2.3.22
@@ -20,4 +20,4 @@ module Jekyll
20
20
  end
21
21
  end
22
22
 
23
- Liquid::Template.register_filter(Jekyll::IfNIl)
23
+ Liquid::Template.register_filter(Jekyll::IsNIl)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Fenton
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fenton-jekyll-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Fenton