psdlens 0.1.3 → 0.1.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 +4 -4
- data/bin/psdlens +2 -2
- 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: 90d5914c5e7c44364a3adedd1bc1d82cd2949769
|
|
4
|
+
data.tar.gz: c8b893fe04559649cde94e04702016c7572371cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01d33847fdcc4cf61973f484ffede488d42e37b7c7fc68b5d7b1661a03ce88d5edefa8cf166660e51f815eec8f3a92ef3ab3630897cf9af6badad48ac29e7890
|
|
7
|
+
data.tar.gz: c87c467018d4cfd5a1ae7b25f264bfd738b78b10bd2579e2ffd71c0b54b22ea46ce7e359330acda4e56527722999cfb644c530410791c9336dbb12f37f775a6d
|
data/bin/psdlens
CHANGED
|
@@ -163,8 +163,8 @@ Usage: #{File.basename($0)} [path] [method]
|
|
|
163
163
|
* meta Display all informations like size, color mode or used fontString
|
|
164
164
|
* text Display text content from all PSD files and return font-family, font-size and color
|
|
165
165
|
* font Display only used font
|
|
166
|
-
* content Display only text
|
|
167
|
-
* report Create a complete json report for all PSD
|
|
166
|
+
* content Display only text content
|
|
167
|
+
* report Create a complete json report for all PSD files
|
|
168
168
|
|
|
169
169
|
Example : #{File.basename($0)} . meta
|
|
170
170
|
|