jekyll_include_plugin 1.0.1 → 1.0.2
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 +2 -2
- data/lib/jekyll_include_plugin/utils.rb +1 -1
- data/lib/jekyll_include_plugin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f215988ef4f0f0bade16dcd91d295849d628c94bce7ed2f162a71677818f5a51
|
4
|
+
data.tar.gz: 7a2dca4c0232b3a8ef7b3ad343d0bcd697fdfb13cfa7e6504955b6310319fa6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf101ffc093da30e90c3d0bb8bc3578541dc3a74fdfad330e7d921dcc09c7f03b06dfd68a3dc97150d76fddb88c0599a2edab2e8f840156c62cbd8dbf84a5aa9
|
7
|
+
data.tar.gz: 5adca5716c358136e884d9b293d057e2907cbb2fd97ac909fe2a0656201a9b84d0a246f617fc78c1e15d41b2cfe121087e01519964c484436ee845f9fd4768c5
|
data/Gemfile.lock
CHANGED
@@ -42,7 +42,7 @@ module JekyllIncludePlugin
|
|
42
42
|
abort("End of the snippet '#{snippet_name}' has not been found.") unless snippet_end_found
|
43
43
|
abort("Snippet '#{snippet_name}' appears to be empty. Fix and retry.") if snippet_content.empty?
|
44
44
|
|
45
|
-
return snippet_content
|
45
|
+
return "...\n#{snippet_content}"
|
46
46
|
end
|
47
47
|
|
48
48
|
def remove_all_snippets(text)
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya Lesikov
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.0.
|
113
|
+
rubygems_version: 3.0.6
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Include files or file samples into Markdown, allows for multilang comments
|