piet 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f156bb74824772e7b12d94c41f0a6e16cddc35de
4
- data.tar.gz: d621ebeb34ec00912b4691dbc135de77fd5f54bc
3
+ metadata.gz: cb41a07a0fa98366aaea91ba4883972e01d2a146
4
+ data.tar.gz: acd5f48f32e0592e315ae7c3bc0d8b6d58202724
5
5
  SHA512:
6
- metadata.gz: 434517ed09c979627074dc10dc16d7834ca53eb90f26e9f26971c9688ccfbe83637c2937c8ca638002212e4878c7ebf68d76090dbd916c9d3f940f3697e86ca1
7
- data.tar.gz: 36592b89e4613eca1f2a6a79dbb956c40fa97c59e6d8cc78834ffaf657fd31080a618a05ed055d4b2f0829dc645d3ba07e48c4c0b2ca6a62d4564b3a00482f6a
6
+ metadata.gz: 35e45aa7f14d1f29d9079b509fff4ffed262a5098d42bc19d2a8dbbd290c59deac0994d1fa28cf0e477560dae9347e2e09e56f5127ec48068d9917f6dc9fc38b
7
+ data.tar.gz: cb627304dc67a4be5615aa0d5a905402c803eec122038d7c1862dc0eb090588958e3f862f0bb575efc8ff7de4de572863878d5dfeadb34264a5e7814328aa164
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- piet (0.2.0)
4
+ piet (0.2.2)
5
5
  png_quantizator
6
6
 
7
7
  GEM
@@ -30,7 +30,7 @@ GEM
30
30
  mini_magick (3.7.0)
31
31
  subexec (~> 0.2.1)
32
32
  minitest (5.3.3)
33
- png_quantizator (0.1.0)
33
+ png_quantizator (0.1.1)
34
34
  rake (10.3.2)
35
35
  rmagick (2.13.2)
36
36
  rspec (2.14.1)
data/README.md CHANGED
@@ -182,12 +182,15 @@ Thanks to [@rogercampos](http://github.com/rogercampos) for providing the awesom
182
182
  TODO
183
183
  ----
184
184
 
185
+ * Add SVG optimization
186
+ * Leave testing files out of the bundled gem
185
187
  * Binary tool for optimizing a file
186
188
  * Add some testing!
187
189
 
188
190
  Changelog
189
191
  ---------
190
192
 
193
+ * v.0.2.2 Lighter gem weight (to be improved in the future).
191
194
  * v.0.2.1 More reliable file type detection, by not using the extension but the MIME type. Thanks to @jewlofthelotus! Also, the Carrierwave
192
195
  extension is now compatible with RMagick thanks to @YoranBrondsema.
193
196
  * v.0.2.0 Users of the gem can now use piet-binary gem, and bug with filenames containing spaces, parentheses and some other characters is solved too, thanks to @loureirorg. Requiring png_quantizator when it's due, thanks to @jayzes. Finally, specifying the gem version due to @jigfox interest.
data/lib/piet/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Piet
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Bellonch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-04 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: png_quantizator