psd 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0aedda5ca28cfc042d4b1ade1edb805c8839fe7
4
- data.tar.gz: 4b40477a1bd67e4eb2f831eb90c01af7ee366635
3
+ metadata.gz: e77eb4145c66513958eb9d5c51cf3939106bcdd5
4
+ data.tar.gz: 98cabd790e222e4162813293ea261786839e182a
5
5
  SHA512:
6
- metadata.gz: 1c266acc7f5017d7e16312f9c75ec38a2b806f3ca32987105fe32e156fbc55484db2dcba41b5786c95fc3fd70df8ff032615aa8b83100ab72a03130fe7de4a3a
7
- data.tar.gz: 51a2da94d3778c56dc2feec7a7b14d8524343224515dd9a656e8a65475d5149145d4dad793331a97b0dfa814eef005aa687ae74862402f9c27d12412129d58c1
6
+ metadata.gz: c070bad2a230a570d90014ae9b477d91f8c6b2928a54502fc217b647196cb48f96c4e27416cf351baee818bb310dcf93be3cd5993e081894490a6e4c81e2f611
7
+ data.tar.gz: 54e63d06ae78fd5a87824ffa33c2f4e81acf9e73084d8d0068da10839ee9706dc366fdf8db8e1f14cd92ca895c26c30a042e9923533d668e445d118b310dbbf8
data/README.md CHANGED
@@ -11,8 +11,7 @@ A general purpose Photoshop file parser written in Ruby. It allows you to work w
11
11
  * Layer/folder visibility and opacity
12
12
  * Font data (via [psd-enginedata](https://github.com/layervault/psd-enginedata))
13
13
  * Text area contents
14
- * Font names
15
- * Font sizes
14
+ * Font names, sizes, and colors
16
15
  * Color mode and bit-depth
17
16
  * Vector mask data
18
17
  * Flattened image data
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require_relative '../layer_info'
2
3
 
3
4
  class PSD
@@ -1,3 +1,3 @@
1
1
  class PSD
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = PSD::VERSION
9
9
  gem.authors = ["Ryan LeFevre", "Kelly Sutton"]
10
10
  gem.email = ["ryan@layervault.com", "kelly@layervault.com"]
11
- gem.description = %q{Parse Photoshop save files with ease}
12
- gem.summary = %q{General purpose library for parsing Photoshop save files}
11
+ gem.description = %q{Parse Photoshop PSD files with ease}
12
+ gem.summary = %q{General purpose library for parsing Photoshop files}
13
13
  gem.homepage = "http://cosmos.layervault.com/psdrb.html"
14
14
  gem.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan LeFevre
@@ -109,7 +109,7 @@ dependencies:
109
109
  - - ~>
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0.9'
112
- description: Parse Photoshop save files with ease
112
+ description: Parse Photoshop PSD files with ease
113
113
  email:
114
114
  - ryan@layervault.com
115
115
  - kelly@layervault.com
@@ -217,7 +217,7 @@ rubyforge_project:
217
217
  rubygems_version: 2.0.3
218
218
  signing_key:
219
219
  specification_version: 4
220
- summary: General purpose library for parsing Photoshop save files
220
+ summary: General purpose library for parsing Photoshop files
221
221
  test_files:
222
222
  - spec/files/example.psd
223
223
  - spec/files/one_layer.psd