jekyll_img 0.2.3 → 0.2.4
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/.rubocop.yml +0 -0
- data/CHANGELOG.md +5 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/jekyll_img.gemspec +1 -1
- data/lib/img_builder.rb +0 -0
- data/lib/img_props.rb +0 -0
- data/lib/jekyll_img/version.rb +1 -1
- data/lib/jekyll_img.rb +3 -3
- data/spec/img_builder_spec.rb +0 -0
- data/spec/img_props_spec.rb +0 -0
- data/spec/jekyll_img_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +5 -7
- data/spec/status_persistence.txt +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c2e88e7ebb6182b1e60c4f4ac59eaf46c28e21434706b4887c63cb9a8f84b25
|
|
4
|
+
data.tar.gz: 33e4bba4d05ea7bd18dd7ee6941f3b81c3723a3a4f5a32e948e4a60cfe991df5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 676baaea8845b9c9bb3c66ca103355e949105e70effa250ded10373de3bcd0ef366e6843bee407d53f4b13440c7899760648c2bd3bd2936b6e83fdcfe0d5f0c0
|
|
7
|
+
data.tar.gz: aa6d2cbd168bdd77190e6e1d549bc729bae606d1cf06f5e6ebc5ffef03940557445f9fdd34dd1736b0316d519bda3475e2f883d8ff8e5919a9c84c1dc2984d26
|
data/.rubocop.yml
CHANGED
|
File without changes
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/jekyll_img.gemspec
CHANGED
data/lib/img_builder.rb
CHANGED
|
File without changes
|
data/lib/img_props.rb
CHANGED
|
File without changes
|
data/lib/jekyll_img/version.rb
CHANGED
data/lib/jekyll_img.rb
CHANGED
|
@@ -13,10 +13,10 @@ module ImgModule
|
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
module Jekyll
|
|
16
|
-
ImgError = JekyllSupport.define_error
|
|
16
|
+
ImgError = ::JekyllSupport.define_error
|
|
17
17
|
|
|
18
18
|
# Plugin implementation
|
|
19
|
-
class Img < JekyllSupport::JekyllTag
|
|
19
|
+
class Img < ::JekyllSupport::JekyllTag
|
|
20
20
|
include JekyllImgVersion
|
|
21
21
|
|
|
22
22
|
def render_impl
|
|
@@ -56,6 +56,6 @@ module Jekyll
|
|
|
56
56
|
"<div class='jekyll_img_error'>#{e.class} raised in #{@tag_name} tag\n#{msg}</div>"
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
JekyllPluginHelper.register(self, ImgModule::PLUGIN_NAME)
|
|
59
|
+
::JekyllSupport::JekyllPluginHelper.register(self, ImgModule::PLUGIN_NAME)
|
|
60
60
|
end
|
|
61
61
|
end
|
data/spec/img_builder_spec.rb
CHANGED
|
File without changes
|
data/spec/img_props_spec.rb
CHANGED
|
File without changes
|
data/spec/jekyll_img_spec.rb
CHANGED
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll_img
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Slinn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: 1.0.0
|
|
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: 0.
|
|
40
|
+
version: 1.0.0
|
|
41
41
|
description:
|
|
42
42
|
email:
|
|
43
43
|
- mslinn@mslinn.com
|
|
@@ -59,7 +59,6 @@ files:
|
|
|
59
59
|
- spec/img_props_spec.rb
|
|
60
60
|
- spec/jekyll_img_spec.rb
|
|
61
61
|
- spec/spec_helper.rb
|
|
62
|
-
- spec/status_persistence.txt
|
|
63
62
|
homepage: https://www.mslinn.com/jekyll_plugins/jekyll_img.html
|
|
64
63
|
licenses:
|
|
65
64
|
- MIT
|
|
@@ -87,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
86
|
- !ruby/object:Gem::Version
|
|
88
87
|
version: '0'
|
|
89
88
|
requirements: []
|
|
90
|
-
rubygems_version: 3.
|
|
89
|
+
rubygems_version: 3.5.16
|
|
91
90
|
signing_key:
|
|
92
91
|
specification_version: 4
|
|
93
92
|
summary: Provides a Jekyll tag that generates images.
|
|
@@ -96,5 +95,4 @@ test_files:
|
|
|
96
95
|
- spec/img_props_spec.rb
|
|
97
96
|
- spec/jekyll_img_spec.rb
|
|
98
97
|
- spec/spec_helper.rb
|
|
99
|
-
- spec/status_persistence.txt
|
|
100
98
|
...
|
data/spec/status_persistence.txt
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
example_id | status | run_time |
|
|
2
|
-
------------------------------- | ------ | --------------- |
|
|
3
|
-
./spec/img_builder_spec.rb[1:1] | passed | 0.00073 seconds |
|
|
4
|
-
./spec/img_props_spec.rb[1:1] | passed | 0.0001 seconds |
|
|
5
|
-
./spec/img_props_spec.rb[1:2] | passed | 0.00008 seconds |
|
|
6
|
-
./spec/img_props_spec.rb[1:3] | failed | 0.00051 seconds |
|
|
7
|
-
./spec/img_props_spec.rb[1:4] | passed | 0.0011 seconds |
|
|
8
|
-
./spec/img_props_spec.rb[1:5] | passed | 0.00019 seconds |
|
|
9
|
-
./spec/img_props_spec.rb[1:6] | failed | 0.00008 seconds |
|
|
10
|
-
./spec/jekyll_img_spec.rb[1:1] | failed | 0.00037 seconds |
|