jekyll_include_plugin 1.0.0 → 1.0.1
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/Gemfile.lock +3 -3
- data/jekyll_include_plugin.gemspec +6 -10
- data/lib/jekyll_include_plugin/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e95de50df4d35189be9b48d90cb02b48b35a97f76b5774cf60880badd111d8d1
|
4
|
+
data.tar.gz: f1934737904c0ef858fb9c3c1aed41f959bceaeb552bd63aadc8f8ac7a8c7348
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fca8a82bc01e2743abf6ec1ea82569fb4e153fb90647f1eb3812a2cc0a93dff9cd4b98533f105a11e205a52d555ccd44107e12b91cdfd369353585a89e26fa28
|
7
|
+
data.tar.gz: 710a8474b3b34917edf60358ca8b9cbc90a14fd8f194dadd785e1ec027a12dc3f04b323c9bca07385c73d80b2393225b5608da81d108106bf90c0c42d5715470
|
data/Gemfile.lock
CHANGED
@@ -9,17 +9,13 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Ilya Lesikov"]
|
10
10
|
spec.email = ["ilya@lesikov.com"]
|
11
11
|
|
12
|
-
spec.summary = "Include files or file samples into Markdown"
|
13
|
-
|
14
|
-
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
12
|
+
spec.summary = "Include files or file samples into Markdown, allows for multilang comments in included files."
|
13
|
+
spec.homepage = "https://github.com/flant/jekyll_include_plugin"
|
15
14
|
spec.license = "MIT"
|
16
15
|
spec.required_ruby_version = ">= 2.6.3"
|
17
16
|
|
18
|
-
|
19
|
-
|
20
|
-
# spec.metadata["homepage_uri"] = spec.homepage
|
21
|
-
# spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
22
|
-
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
17
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/flant/jekyll_include_plugin"
|
23
19
|
|
24
20
|
# Specify which files should be added to the gem when it is released.
|
25
21
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
@@ -30,8 +26,8 @@ Gem::Specification.new do |spec|
|
|
30
26
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
31
27
|
spec.require_paths = ["lib"]
|
32
28
|
|
33
|
-
spec.add_runtime_dependency "liquid", "~> 4.0
|
34
|
-
spec.add_runtime_dependency "jekyll", "~> 3.9
|
29
|
+
spec.add_runtime_dependency "liquid", "~> 4.0"
|
30
|
+
spec.add_runtime_dependency "jekyll", "~> 3.9"
|
35
31
|
|
36
32
|
spec.add_development_dependency "rake", "~> 13.0"
|
37
33
|
spec.add_development_dependency "rspec", "~> 3.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_include_plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya Lesikov
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.0
|
19
|
+
version: '4.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.0
|
26
|
+
version: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jekyll
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.9
|
33
|
+
version: '3.9'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.9
|
40
|
+
version: '3.9'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -89,10 +89,12 @@ files:
|
|
89
89
|
- lib/jekyll_include_plugin/jekyll_include_plugin.rb
|
90
90
|
- lib/jekyll_include_plugin/utils.rb
|
91
91
|
- lib/jekyll_include_plugin/version.rb
|
92
|
-
homepage:
|
92
|
+
homepage: https://github.com/flant/jekyll_include_plugin
|
93
93
|
licenses:
|
94
94
|
- MIT
|
95
|
-
metadata:
|
95
|
+
metadata:
|
96
|
+
homepage_uri: https://github.com/flant/jekyll_include_plugin
|
97
|
+
source_code_uri: https://github.com/flant/jekyll_include_plugin
|
96
98
|
post_install_message:
|
97
99
|
rdoc_options: []
|
98
100
|
require_paths:
|
@@ -111,5 +113,6 @@ requirements: []
|
|
111
113
|
rubygems_version: 3.0.8
|
112
114
|
signing_key:
|
113
115
|
specification_version: 4
|
114
|
-
summary: Include files or file samples into Markdown
|
116
|
+
summary: Include files or file samples into Markdown, allows for multilang comments
|
117
|
+
in included files.
|
115
118
|
test_files: []
|