psdlens 0.1.5 → 0.1.6
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/bin/psdlens +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dc1252c2424cb51ddafec16bea39b62d5e62ae8
|
|
4
|
+
data.tar.gz: a1eedf0b3958d598027b23b28c31aa9998c572d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6fa57fa84550ba8b65e517680235a43bd4344c91cd492d90eeb36eff9b1db823148a59919f1a99fd60e0001ee956c70a1ba46b3f53d81189c6ee0f65280ff47
|
|
7
|
+
data.tar.gz: b7eab6cac2bdc93fd4e83619abb6f8e211a3788e8c7081eafc7095c211902980990a30742e688467097e0f3492ba502499804958665b156356d188d2a3710ad3
|
data/bin/psdlens
CHANGED
|
@@ -201,6 +201,7 @@ Usage: #{File.basename($0)} [path] [method]
|
|
|
201
201
|
* meta Display all informations like size, color mode or used fontString
|
|
202
202
|
* text Display text content from all PSD files and return font-family, font-size and color
|
|
203
203
|
* font Display only used font
|
|
204
|
+
* style Display font typologies
|
|
204
205
|
* content Display only text content
|
|
205
206
|
* report Create a complete json report for all PSD files
|
|
206
207
|
|