middleman-imageoptim 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -2
- data/lib/middleman-imageoptim/version.rb +1 -1
- data/middleman-imageoptim.gemspec +1 -1
- metadata +6 -5
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
## Wat.
|
4
4
|
|
5
|
-
Serving big images is
|
5
|
+
Serving big images is for numb-skulls! Compress and optimise your imagery during `middleman build` by running [image_optim](https://github.com/toy/image_optim) over it. Aww yiss!
|
6
6
|
|
7
7
|
[![Build Status](https://travis-ci.org/plasticine/middleman-imageoptim.png?branch=master)](https://travis-ci.org/plasticine/middleman-imageoptim)
|
8
8
|
[![Coverage Status](https://coveralls.io/repos/plasticine/middleman-imageoptim/badge.png)](https://coveralls.io/r/plasticine/middleman-imageoptim)
|
@@ -16,7 +16,7 @@ Serving big images is fo numb-skulls! Compress and optimise your imagery during
|
|
16
16
|
Go set up the [image_optim](https://github.com/toy/image_optim) external utilities, then;
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
gem "middleman-imageoptim", "~> 0.1.
|
19
|
+
gem "middleman-imageoptim", "~> 0.1.3"
|
20
20
|
```
|
21
21
|
|
22
22
|
## Usage
|
@@ -56,6 +56,9 @@ end
|
|
56
56
|
|
57
57
|
## Changelog
|
58
58
|
|
59
|
+
##### `0.1.3`
|
60
|
+
- fix missing license in gemspec
|
61
|
+
|
59
62
|
##### `0.1.2`
|
60
63
|
- minor bugfix
|
61
64
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.homepage = "https://github.com/plasticine/middleman-imageoptim"
|
12
12
|
gem.summary = %q{Small images are small! Compress yours during middleman build.}
|
13
13
|
gem.description = %q{Small images are small! Compress yours during middleman build.}
|
14
|
-
|
14
|
+
gem.license = 'MIT'
|
15
15
|
gem.files = `git ls-files`.split("\n")
|
16
16
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
17
17
|
gem.require_paths = ["lib"]
|
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.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: middleman-core
|
@@ -169,7 +169,8 @@ files:
|
|
169
169
|
- spec/use_coveralls.rb
|
170
170
|
- spec/use_simplecov.rb
|
171
171
|
homepage: https://github.com/plasticine/middleman-imageoptim
|
172
|
-
licenses:
|
172
|
+
licenses:
|
173
|
+
- MIT
|
173
174
|
post_install_message:
|
174
175
|
rdoc_options: []
|
175
176
|
require_paths:
|
@@ -182,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
182
183
|
version: '0'
|
183
184
|
segments:
|
184
185
|
- 0
|
185
|
-
hash:
|
186
|
+
hash: -1263835381967887750
|
186
187
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
187
188
|
none: false
|
188
189
|
requirements:
|
@@ -191,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
192
|
version: '0'
|
192
193
|
segments:
|
193
194
|
- 0
|
194
|
-
hash:
|
195
|
+
hash: -1263835381967887750
|
195
196
|
requirements: []
|
196
197
|
rubyforge_project:
|
197
198
|
rubygems_version: 1.8.23
|