middleman-dragonfly_thumbnailer 1.0.0 → 1.0.1

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: 99888cd3370da2921862490f89a42b838f11e823
4
- data.tar.gz: 299790fcde5c14787cc94285b26f6fcb199fbc3e
3
+ metadata.gz: f369a04b7adf39d039be71f4d000fcaa4e5ca37a
4
+ data.tar.gz: b8854aefeedc40f732b8c67554b6f765ee4c7228
5
5
  SHA512:
6
- metadata.gz: 2e322b5874f8880a307be58ead5ad53c04273d310464f8b3ce07939b6fe3894360ad2f3e034ef5ecc59aff5003ebe1ffebba6db8919303c15f6e499a5ced6cca
7
- data.tar.gz: 3527d3b1caf240b43d669f8427573a9d78b1a8589b5b26e8131142b080120aeb591a824a81faba7246b35f77035931f22dc8b75798da78315f9f53eafb3baa1f
6
+ metadata.gz: ce6a4c78e78c47b244d3c274c52bd04339d2a1777ea5a44617911e5db6f4baec9261e0ff34d653828e724cb3c160cdf9bae9ccf4a0a19b3be6ff0df0f2f45147
7
+ data.tar.gz: d0a369cd4b8ac4c18e05c71c56012200fa238c3045b9a1103e82b88024904c033506463f9cb706d0984c13dc1977a6170f77ffd75642c14fb43a8bfc35822770
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module DragonflyThumbnailer
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['andrew@vohm.com']
11
11
  spec.summary = 'Thumbnail generation with Dragonfly'
12
12
  spec.description = "Middleman Dragonfly Thumbnailer is a Middleman extension that lets you easily create thumbnails using Dragonfly's thumb processor."
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/scarypine/middleman-dragonfly_thumbnailer'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-dragonfly_thumbnailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew White
@@ -83,7 +83,7 @@ files:
83
83
  - lib/middleman/dragonfly_thumbnailer/extension.rb
84
84
  - lib/middleman/dragonfly_thumbnailer/version.rb
85
85
  - middleman-dragonfly_thumbnailer.gemspec
86
- homepage: ''
86
+ homepage: https://github.com/scarypine/middleman-dragonfly_thumbnailer
87
87
  licenses:
88
88
  - MIT
89
89
  metadata: {}