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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e95de50df4d35189be9b48d90cb02b48b35a97f76b5774cf60880badd111d8d1
4
- data.tar.gz: f1934737904c0ef858fb9c3c1aed41f959bceaeb552bd63aadc8f8ac7a8c7348
3
+ metadata.gz: f215988ef4f0f0bade16dcd91d295849d628c94bce7ed2f162a71677818f5a51
4
+ data.tar.gz: 7a2dca4c0232b3a8ef7b3ad343d0bcd697fdfb13cfa7e6504955b6310319fa6e
5
5
  SHA512:
6
- metadata.gz: fca8a82bc01e2743abf6ec1ea82569fb4e153fb90647f1eb3812a2cc0a93dff9cd4b98533f105a11e205a52d555ccd44107e12b91cdfd369353585a89e26fa28
7
- data.tar.gz: 710a8474b3b34917edf60358ca8b9cbc90a14fd8f194dadd785e1ec027a12dc3f04b323c9bca07385c73d80b2393225b5608da81d108106bf90c0c42d5715470
6
+ metadata.gz: cf101ffc093da30e90c3d0bb8bc3578541dc3a74fdfad330e7d921dcc09c7f03b06dfd68a3dc97150d76fddb88c0599a2edab2e8f840156c62cbd8dbf84a5aa9
7
+ data.tar.gz: 5adca5716c358136e884d9b293d057e2907cbb2fd97ac909fe2a0656201a9b84d0a246f617fc78c1e15d41b2cfe121087e01519964c484436ee845f9fd4768c5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll_include_plugin (1.0.1)
4
+ jekyll_include_plugin (1.0.2)
5
5
  jekyll (~> 3.9)
6
6
  liquid (~> 4.0)
7
7
 
@@ -84,4 +84,4 @@ DEPENDENCIES
84
84
  rspec (~> 3.0)
85
85
 
86
86
  BUNDLED WITH
87
- 2.1.4
87
+ 2.2.18
@@ -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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllIncludePlugin
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
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.1
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.8
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