piet 0.2.1 → 0.2.2
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 +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +3 -0
- data/lib/piet/version.rb +1 -1
- data/spec/assets/png-fake.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb41a07a0fa98366aaea91ba4883972e01d2a146
|
|
4
|
+
data.tar.gz: acd5f48f32e0592e315ae7c3bc0d8b6d58202724
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
data/spec/assets/png-fake.png
CHANGED
|
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.
|
|
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-
|
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: png_quantizator
|