jekyll-firstimage 1.0.0 → 1.2.0
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 +9 -0
- data/lib/jekyll/firstimage/version.rb +1 -1
- metadata +14 -9
- data/RELEASES.md +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3beab6638224f3bcefa22d34bb1dba5ef6351f47d9ad96b96f84be3a8fc95d9c
|
|
4
|
+
data.tar.gz: 2af4ed5468acec632688c3af75a250fa1a8c0af8ebe23fa1e56f8c979a40dd94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19970263ccb11cc40849a2b0dca234831d267e1cf0ba40b0cb96dd820c7ccf12c4aa35c9ccf3c9175b1b2c63e648446c6833a9ee81162c79f3f5d00b03cb02bd
|
|
7
|
+
data.tar.gz: 7f6eba31fc34bc6833f3888b108c44045d720370ca3fa323aece7e1016cf7b687a653de9a2b19fb3be55732a283a1087b0d303eb39d56c75c72509a47ef11a9f
|
data/CHANGELOG.md
ADDED
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-firstimage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicolas Hoizey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3.6'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '3.6'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '5'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: nokogiri
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +78,14 @@ dependencies:
|
|
|
72
78
|
requirements:
|
|
73
79
|
- - "~>"
|
|
74
80
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
81
|
+
version: 0.74.0
|
|
76
82
|
type: :development
|
|
77
83
|
prerelease: false
|
|
78
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
85
|
requirements:
|
|
80
86
|
- - "~>"
|
|
81
87
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
88
|
+
version: 0.74.0
|
|
83
89
|
description: " A Jekyll plugin that adds a Liquid filter finding the first image
|
|
84
90
|
in a HTML content string, including responsive images srcset\n"
|
|
85
91
|
email:
|
|
@@ -88,10 +94,10 @@ executables: []
|
|
|
88
94
|
extensions: []
|
|
89
95
|
extra_rdoc_files: []
|
|
90
96
|
files:
|
|
97
|
+
- CHANGELOG.md
|
|
91
98
|
- Gemfile
|
|
92
99
|
- LICENSE
|
|
93
100
|
- README.md
|
|
94
|
-
- RELEASES.md
|
|
95
101
|
- Rakefile
|
|
96
102
|
- lib/jekyll-firstimage.rb
|
|
97
103
|
- lib/jekyll/firstimage.rb
|
|
@@ -115,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
121
|
- !ruby/object:Gem::Version
|
|
116
122
|
version: '0'
|
|
117
123
|
requirements: []
|
|
118
|
-
|
|
119
|
-
rubygems_version: 2.7.4
|
|
124
|
+
rubygems_version: 3.0.4
|
|
120
125
|
signing_key:
|
|
121
126
|
specification_version: 4
|
|
122
127
|
summary: A Jekyll plugin that adds a Liquid filter finding the first image in a HTML
|