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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1743140fd0b42c8ef0b8e05fc9a9e8091faac924
4
- data.tar.gz: fcf51455cd7b7d5569ade0da764c837449930fb8
3
+ metadata.gz: 534c82ce7326662e632448980f89f6947e4841b9
4
+ data.tar.gz: 4921e6287f51d0791971058e5826248d811d5292
5
5
  SHA512:
6
- metadata.gz: 1e5205e6fd9fb1c02e46dba59630e8d0562f19cb45f7c470fbc1ce4105524e6284dc6944f149e238ef9760ff33dd2dc2b2418cf35f99ab77dd6c145d2d611060
7
- data.tar.gz: e1888012ed3d9e3ae74014ffb094b18af8bbfbc80106d43dd421a363e83d33f639f4a4978c5cdb350136b5be5575389f6bb14feefcc09746c8e87a7e8a41d3e0
6
+ metadata.gz: 5e1a5fca6619d532b5c7b00735aa26e3c217cb998551f16aeb2518cfad7633aa7727d7fbb3a243fbb967a25bd1d5dd2983005c407b596c6953cc3249133f2fe3
7
+ data.tar.gz: 53f04568bc9e22a72e8369bffabacc3a9ae82f51201e796db97f247f06473471353a837fa1ed5dc401f37cdcb435fc3c27fa3c30b10bdc0018ecbebfc59fe3b7
data/.travis.yml CHANGED
@@ -8,4 +8,4 @@ rvm:
8
8
  - 2.1
9
9
  - 2.0
10
10
  - 1.9
11
- - rbx
11
+ - rbx-2
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
- You can either use the gem and update your `_config.yml`:
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
- # _config.yml
19
- gems: [jekyll-responsive_image]
20
+ gems: [jekyll/responsive-image]
20
21
  ```
21
22
 
22
- Or you can simply copy [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory.
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
 
@@ -35,6 +35,8 @@ module Jekyll
35
35
 
36
36
  i.destroy!
37
37
  end
38
+
39
+ img.destroy!
38
40
 
39
41
  resized
40
42
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  class ResponsiveImage
3
- VERSION = '0.15.0'.freeze
3
+ VERSION = '0.16.0'.freeze
4
4
  end
5
5
  end
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.15.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-02-02 00:00:00.000000000 Z
11
+ date: 2016-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll