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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/psdlens +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce679257970a4ba369e6ae0f282b11ea74829467
4
- data.tar.gz: b3f3ce44330c1ff023ddfbedb0d75eecb020b722
3
+ metadata.gz: 90d5914c5e7c44364a3adedd1bc1d82cd2949769
4
+ data.tar.gz: c8b893fe04559649cde94e04702016c7572371cd
5
5
  SHA512:
6
- metadata.gz: dc9410034328b7cb67e8144f082f3225c4a08c401419726cdf5bfea2d94e0e52e345a7a80a0eccd69e6d62bd5a97cfabdf75f89ef6d33822e18d8bc23bbe7640
7
- data.tar.gz: 06f5c51094f69b9b4e24a0dfbd98d863ab3801b826b19951d2038ac89e0d7b80e520e1496c57d5dfa11465c76a2fb67003e43cfc3558f26df50c7093d6497f5c
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 conent
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psdlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yann Gouffon