jekyll-responsive_image 0.15.0 → 0.16.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/.travis.yml +1 -1
- data/README.md +5 -4
- data/lib/jekyll/responsive_image/resize_handler.rb +2 -0
- data/lib/jekyll/responsive_image/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 534c82ce7326662e632448980f89f6947e4841b9
|
|
4
|
+
data.tar.gz: 4921e6287f51d0791971058e5826248d811d5292
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e1a5fca6619d532b5c7b00735aa26e3c217cb998551f16aeb2518cfad7633aa7727d7fbb3a243fbb967a25bd1d5dd2983005c407b596c6953cc3249133f2fe3
|
|
7
|
+
data.tar.gz: 53f04568bc9e22a72e8369bffabacc3a9ae82f51201e796db97f247f06473471353a837fa1ed5dc401f37cdcb435fc3c27fa3c30b10bdc0018ecbebfc59fe3b7
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -8,18 +8,19 @@ Jekyll Responsive Images is a [Jekyll](http://jekyllrb.com/) plugin and utility
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
First, install the gem:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
14
|
$ gem install jekyll-responsive_image
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
Then you can either add it to the `gems` section of your `_config.yml`:
|
|
18
|
+
|
|
17
19
|
```yaml
|
|
18
|
-
|
|
19
|
-
gems: [jekyll-responsive_image]
|
|
20
|
+
gems: [jekyll/responsive-image]
|
|
20
21
|
```
|
|
21
22
|
|
|
22
|
-
Or you can
|
|
23
|
+
Or you can copy the contents of [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory.
|
|
23
24
|
|
|
24
25
|
## Configuration
|
|
25
26
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-responsive_image
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Wynn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|