psdlens 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/psdlens +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 617429ddca11369366150fa699a580719323600d
4
- data.tar.gz: 3d145cfcb3bfe71ceaf00d02e043819bfc2bac88
3
+ metadata.gz: 6dc1252c2424cb51ddafec16bea39b62d5e62ae8
4
+ data.tar.gz: a1eedf0b3958d598027b23b28c31aa9998c572d5
5
5
  SHA512:
6
- metadata.gz: e19b9a000eb0bd6ca1101b8b1c2bfcd1043c3166d9f7d6e5b98874460d4f9c0f42900ccb3c412a17fe5855b851a9036147b768d6c6080076320eefa708a6dfa3
7
- data.tar.gz: 48dd3a7a34a4adb8324f464a67a0f25a7f9b1ed8d4b67b4291c3a222d41550202da47dd50afb70097c0ef633c105577310107706896ca893c4228b3d96ba0a16
6
+ metadata.gz: c6fa57fa84550ba8b65e517680235a43bd4344c91cd492d90eeb36eff9b1db823148a59919f1a99fd60e0001ee956c70a1ba46b3f53d81189c6ee0f65280ff47
7
+ data.tar.gz: b7eab6cac2bdc93fd4e83619abb6f8e211a3788e8c7081eafc7095c211902980990a30742e688467097e0f3492ba502499804958665b156356d188d2a3710ad3
@@ -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
 
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yann Gouffon