jekyll-image-size 0.3.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2885846141a821f22f088d046af19d19d18b5ab0
4
- data.tar.gz: 7b253d022c582aa09443f4a029f9009b2ad85f6c
3
+ metadata.gz: b27da42da281d22b37b79c6e379785017c6ec468
4
+ data.tar.gz: 73bd1116ee465b97650d3228a30fb1f1b24e5b7b
5
5
  SHA512:
6
- metadata.gz: c57b57fd19663b0f8b1711cae4bb1e0f8413ae361fc3a53e20f676d814e3ba9d21ff9c579f818ed2ffc7d13a064d44a98bc15c3ac8145375e20c7354ef5a2b82
7
- data.tar.gz: 44da0133e64673cdb337a6a78b477f4294510024f3c1f3ca092a54b53895e1e320e1df890855ff0dce1761453680bc1cc284941968d68b79078c0d6d102014b9
6
+ metadata.gz: 04fccde03952b68bdc3ce2a03dd709d8c1a16feb31ad301d35d1aea41814ffcf35ed899668fdc3f26d069d8bd1985b1016362d80dd57e91046a6a2ba99eb8263
7
+ data.tar.gz: 8ed5b5375bd20e5441a30a7b5226a5178feea991015e0f5f22257537b7554779aa13b325ab354637ae4cdef218a115b68bc63e284589d1267b20e79e6bf48bcd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-image-size (0.3.1)
4
+ jekyll-image-size (1.0.0)
5
5
  fastimage (>= 1.8)
6
6
  jekyll (>= 3.7)
7
7
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Jekyll-Image-Size ![travis-ci.org](https://travis-ci.org/generalui/jekyll-image-size.svg)
1
+ # Jekyll-Image-Size ![travis-ci.org](https://travis-ci.org/generalui/jekyll-image-size.svg) [![Gem Version](https://badge.fury.io/rb/jekyll-image-size.svg)](https://badge.fury.io/rb/jekyll-image-size)
2
2
 
3
- Jekyll tag-plugin to read image sizes from a static asset and output them in one of many formats.
3
+ Jekyll tag-plugin to read image sizes from static assets and output in many formats.
4
4
 
5
5
  Uses:
6
6
 
@@ -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 = "jekyll tag plugin to insert the image-width and image-height of any static asset"
13
- spec.description = "jekyll tag plugin to insert the image-width and image-height of any static asset"
14
- spec.homepage = "https://github.com/shanebdavis/jekyll-image-size"
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)/}) }
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module ImageSize
3
- VERSION = "0.3.1"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
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.3.1
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: jekyll tag plugin to insert the image-width and image-height of any static
84
- asset
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/shanebdavis/jekyll-image-size
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: jekyll tag plugin to insert the image-width and image-height of any static
126
- asset
132
+ summary: Jekyll tag-plugin to read image sizes from static assets and output in many
133
+ formats.
127
134
  test_files: []