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 +1 -1
- data/lib/middleman-imageoptim/version.rb +1 -1
- data/middleman-imageoptim.gemspec +1 -1
- metadata +1 -1
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.
|
12
|
+
gem "middleman-imageoptim", "0.0.3"
|
13
13
|
```
|
14
14
|
|
15
15
|
## Usage
|
@@ -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
|
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"]
|