spriteful 0.3.3 → 0.3.4

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: 37caeb78f09e8d45f76564bc68356c1bf0de6f83
4
- data.tar.gz: f8e228145e647b532029ccea9cdf694027727d29
3
+ metadata.gz: 6dbb975a187da41ca0ec3982309968a719bd42b2
4
+ data.tar.gz: 16ec82319c55b8bf226ab24ab5d2e09f3d8ba2af
5
5
  SHA512:
6
- metadata.gz: ff682d4e50ae6bdb93e542c2e64ecd5b16f4f6761456bb3d67d022eef36fa1976c30b7e28d47e46501c4a71442f08f39cdad76f9aaaffe49e848320d922d3aef
7
- data.tar.gz: d6b98c35ca983cd7ba9511b9f3127fb90320858e23d2ccad6db3f26750a87184aee89496807c86c1e0be87f4971ca1b1c1217b01ecb0034258db07aae7897718
6
+ metadata.gz: 94f1c45a8f4cead897156af3af8ae060e62bbf78dd61b9eeecafc6c3e7f0254b2cb26a53e5ec3dfea8c210b3f3e7c648d2b87859424361d4dc6d788f05f51f5a
7
+ data.tar.gz: 59a3cc972c10356fe9fc2fc9cd3d945d0a361c4df0129bbc96e293c09a0ab64bb52cf59c4f9b08f9f8d080d5039d258417b2170beeb4b8a3290386a4054b31a0
data/README.md CHANGED
@@ -171,7 +171,7 @@ Future versions of Spriteful could have support for generating composed images a
171
171
 
172
172
  Spriteful supports PNG optimization through the [image_optim](https://github.com/toy/image_optim)
173
173
  gem. You should have one of the following utilities present on your system: `pngcrush`, `pngout`,
174
- `optipng` or `advpng`. If none can be found, the optimization will be skipped.
174
+ `optipng`, `advpng` or `pngquant`. If none can be found, the optimization will be skipped.
175
175
 
176
176
  If you are using SVG images, the embedded SVG as data URI will be optimized with the
177
177
  [svg_optimizer](https://github.com/fnando/svg_optimizer) gem.
@@ -28,7 +28,7 @@ module Spriteful
28
28
 
29
29
  # Public: Gets a list of supported optimizers.
30
30
  def optimizers
31
- %w(pngcrush pngout optipng advpng)
31
+ %w(pngcrush pngout optipng advpng pngquant)
32
32
  end
33
33
 
34
34
  private
@@ -1,3 +1,3 @@
1
1
  module Spriteful
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spriteful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Mazza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-17 00:00:00.000000000 Z
11
+ date: 2014-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -76,16 +76,16 @@ dependencies:
76
76
  name: rspec
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - '='
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: 3.0.0.beta2
81
+ version: 3.0.0
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - '='
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: 3.0.0.beta2
88
+ version: 3.0.0
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: bundler
91
91
  requirement: !ruby/object:Gem::Requirement