jekyll_flexible_include 2.0.19 → 2.0.20
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/jekyll_flexible_include_plugin.gemspec +2 -2
- data/lib/flexible_include/version.rb +1 -1
- metadata +8 -10
- data/spec/status_persistence.txt +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b56edb0277c359b7c88c2c8e21508b1e913d9cd5568e39f9d7a38647138a212
|
|
4
|
+
data.tar.gz: adc693f3e6a51b3ea3d979054a7f7d5892346712657a23610a3a13a19d202d31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 172df14e25777d093e2153a5ac867ef279c899b0563b8dae512c2975d7fc5a4048c62816113a2433c9de7a88f378c0fdb0c822a0d79d8a49f8d08e90d6718bf7
|
|
7
|
+
data.tar.gz: e8af3c65e3c25cd18275727c893ac5ffc2786e3238342e907757e4ab3165e9f4c5d533946b46e85f3605d8aaa3cd872a947fe1b0a2be4eee396007c276cc2774
|
data/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
|
14
14
|
END_OF_DESC
|
|
15
15
|
spec.email = ['mslinn@mslinn.com']
|
|
16
16
|
spec.files = Dir['.rubocop.yml', 'LICENSE.*', 'Rakefile', '{lib,spec}/**/*', '*.gemspec', '*.md']
|
|
17
|
-
spec.homepage = 'https://www.mslinn.com/
|
|
17
|
+
spec.homepage = 'https://www.mslinn.com/jekyll_plugins/jekyll_flexible_include.html'
|
|
18
18
|
spec.license = 'MIT'
|
|
19
19
|
spec.metadata = {
|
|
20
20
|
'allowed_push_host' => 'https://rubygems.org',
|
|
@@ -35,6 +35,6 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
|
35
35
|
spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
|
|
36
36
|
spec.version = JekyllFlexibleIncludePluginVersion::VERSION
|
|
37
37
|
|
|
38
|
-
spec.add_dependency 'jekyll_plugin_support', '
|
|
38
|
+
spec.add_dependency 'jekyll_plugin_support', '>= 0.7.0'
|
|
39
39
|
spec.add_dependency 'rugged'
|
|
40
40
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll_flexible_include
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Slinn
|
|
@@ -10,22 +10,22 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-06-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: jekyll_plugin_support
|
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
requirements:
|
|
19
|
-
- - "
|
|
19
|
+
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.7.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
|
-
- - "
|
|
26
|
+
- - ">="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.7.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: rugged
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -62,15 +62,14 @@ files:
|
|
|
62
62
|
- lib/git_util.rb
|
|
63
63
|
- spec/flexible_include_spec.rb
|
|
64
64
|
- spec/spec_helper.rb
|
|
65
|
-
|
|
66
|
-
homepage: https://www.mslinn.com/jekyll/3000-jekyll-plugins.html#flexibleInclude
|
|
65
|
+
homepage: https://www.mslinn.com/jekyll_plugins/jekyll_flexible_include.html
|
|
67
66
|
licenses:
|
|
68
67
|
- MIT
|
|
69
68
|
metadata:
|
|
70
69
|
allowed_push_host: https://rubygems.org
|
|
71
70
|
bug_tracker_uri: https://github.com/mslinn/jekyll_flexible_include_plugin/issues
|
|
72
71
|
changelog_uri: https://github.com/mslinn/jekyll_flexible_include_plugin/CHANGELOG.md
|
|
73
|
-
homepage_uri: https://www.mslinn.com/
|
|
72
|
+
homepage_uri: https://www.mslinn.com/jekyll_plugins/jekyll_flexible_include.html
|
|
74
73
|
source_code_uri: https://github.com/mslinn/jekyll_flexible_include_plugin
|
|
75
74
|
post_install_message: |2+
|
|
76
75
|
|
|
@@ -98,5 +97,4 @@ summary: Jekyll plugin supports various ways to include content into the generat
|
|
|
98
97
|
test_files:
|
|
99
98
|
- spec/flexible_include_spec.rb
|
|
100
99
|
- spec/spec_helper.rb
|
|
101
|
-
- spec/status_persistence.txt
|
|
102
100
|
...
|
data/spec/status_persistence.txt
DELETED