middleman-dragonfly_thumbnailer 1.0.1 → 1.0.2

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: f369a04b7adf39d039be71f4d000fcaa4e5ca37a
4
- data.tar.gz: b8854aefeedc40f732b8c67554b6f765ee4c7228
3
+ metadata.gz: 6216d396bafb0fec01531ae16a4325f365513170
4
+ data.tar.gz: d250b657cbeac393f6c893a44f35a00cb81067d3
5
5
  SHA512:
6
- metadata.gz: ce6a4c78e78c47b244d3c274c52bd04339d2a1777ea5a44617911e5db6f4baec9261e0ff34d653828e724cb3c160cdf9bae9ccf4a0a19b3be6ff0df0f2f45147
7
- data.tar.gz: d0a369cd4b8ac4c18e05c71c56012200fa238c3045b9a1103e82b88024904c033506463f9cb706d0984c13dc1977a6170f77ffd75642c14fb43a8bfc35822770
6
+ metadata.gz: d86765e90f8f67d8cffc2cef54173d0767f1518ec779306ca454346758d9c23c51d096f037946cfa8acdccd2a87d6b8cb37eb1c9965b797d0230991067097eef
7
+ data.tar.gz: be95146ec4174fb9b3f8a0e61684db03b2c87e996c74409ecbfabda2e64027d2563b24a57ae4713c54448975f40f51ef29531038938baac8d1f7639571424e70
data/README.md CHANGED
@@ -16,6 +16,12 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install middleman-dragonfly_thumbnailer
18
18
 
19
+ ## Configuration
20
+
21
+ Just add the following to your config.rb file:
22
+
23
+ activate :dragonfly_thumbnailer
24
+
19
25
  ## Usage
20
26
 
21
27
  <%= thumb_tag 'image.png', '100x100#', class: 'thumbnail' %>
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module DragonflyThumbnailer
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-dragonfly_thumbnailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew White
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-08 00:00:00.000000000 Z
11
+ date: 2014-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler