jekyll-image-size 0.3.1 → 1.0.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/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/jekyll-image-size.gemspec +12 -3
- data/lib/jekyll-image-size/version.rb +1 -1
- metadata +13 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b27da42da281d22b37b79c6e379785017c6ec468
|
|
4
|
+
data.tar.gz: 73bd1116ee465b97650d3228a30fb1f1b24e5b7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04fccde03952b68bdc3ce2a03dd709d8c1a16feb31ad301d35d1aea41814ffcf35ed899668fdc3f26d069d8bd1985b1016362d80dd57e91046a6a2ba99eb8263
|
|
7
|
+
data.tar.gz: 8ed5b5375bd20e5441a30a7b5226a5178feea991015e0f5f22257537b7554779aa13b325ab354637ae4cdef218a115b68bc63e284589d1267b20e79e6bf48bcd
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Jekyll-Image-Size 
|
|
1
|
+
# Jekyll-Image-Size  [](https://badge.fury.io/rb/jekyll-image-size)
|
|
2
2
|
|
|
3
|
-
Jekyll tag-plugin to read image sizes from
|
|
3
|
+
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
4
4
|
|
|
5
5
|
Uses:
|
|
6
6
|
|
data/jekyll-image-size.gemspec
CHANGED
|
@@ -9,9 +9,18 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Shane Brinkman-Davis Delamore"]
|
|
10
10
|
spec.email = ["shane@genui.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "
|
|
13
|
-
spec.description =
|
|
14
|
-
|
|
12
|
+
spec.summary = "Jekyll tag-plugin to read image sizes from static assets and output in many formats."
|
|
13
|
+
spec.description = <<ENDDESC
|
|
14
|
+
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
15
|
+
|
|
16
|
+
Uses:
|
|
17
|
+
|
|
18
|
+
* generate your opengraph og:image:height and og:image:width tags
|
|
19
|
+
* IMG tags for retina-resolution assets (@2x, @3x, etc...)
|
|
20
|
+
* Generate CSS or HTML width/height props
|
|
21
|
+
* or just output `width`, `height` or `width + "x" + height`
|
|
22
|
+
ENDDESC
|
|
23
|
+
spec.homepage = "https://github.com/generalui/jekyll-image-size"
|
|
15
24
|
spec.license = "MIT"
|
|
16
25
|
|
|
17
26
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-image-size
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shane Brinkman-Davis Delamore
|
|
@@ -80,8 +80,15 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '3.0'
|
|
83
|
-
description:
|
|
84
|
-
|
|
83
|
+
description: |
|
|
84
|
+
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
85
|
+
|
|
86
|
+
Uses:
|
|
87
|
+
|
|
88
|
+
* generate your opengraph og:image:height and og:image:width tags
|
|
89
|
+
* IMG tags for retina-resolution assets (@2x, @3x, etc...)
|
|
90
|
+
* Generate CSS or HTML width/height props
|
|
91
|
+
* or just output `width`, `height` or `width + "x" + height`
|
|
85
92
|
email:
|
|
86
93
|
- shane@genui.com
|
|
87
94
|
executables: []
|
|
@@ -99,7 +106,7 @@ files:
|
|
|
99
106
|
- jekyll-image-size.gemspec
|
|
100
107
|
- lib/jekyll-image-size.rb
|
|
101
108
|
- lib/jekyll-image-size/version.rb
|
|
102
|
-
homepage: https://github.com/
|
|
109
|
+
homepage: https://github.com/generalui/jekyll-image-size
|
|
103
110
|
licenses:
|
|
104
111
|
- MIT
|
|
105
112
|
metadata: {}
|
|
@@ -122,6 +129,6 @@ rubyforge_project:
|
|
|
122
129
|
rubygems_version: 2.5.2.3
|
|
123
130
|
signing_key:
|
|
124
131
|
specification_version: 4
|
|
125
|
-
summary:
|
|
126
|
-
|
|
132
|
+
summary: Jekyll tag-plugin to read image sizes from static assets and output in many
|
|
133
|
+
formats.
|
|
127
134
|
test_files: []
|