middleman-imageoptim 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,7 +9,7 @@ Compress and optimise your imagery during `middleman build` by running [image_op
9
9
  Go set up the [image_optim](https://github.com/toy/image_optim) external utilities, then;
10
10
 
11
11
  ```ruby
12
- gem "middleman-imageoptim", "0.0.2"
12
+ gem "middleman-imageoptim", "0.0.3"
13
13
  ```
14
14
 
15
15
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module MiddlemanImageoptim
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -4,7 +4,7 @@ require File.expand_path('../lib/middleman-imageoptim/version', __FILE__)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "middleman-imageoptim"
7
- gem.version = MiddlemanImageoptim::VERSION
7
+ gem.version = MiddlemanImageoptim::VERSION
8
8
  gem.platform = Gem::Platform::RUBY
9
9
  gem.authors = ["Justin Morris"]
10
10
  gem.email = ["desk@pixelbloom.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-imageoptim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: