pdf_meta 0.1.2 → 0.1.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: 069a696b9d4f30f367782a5b9d0ab5120307f863
4
- data.tar.gz: 822f4e887beca4949ac9157e5c59b5a831b6f851
3
+ metadata.gz: ccc7da406d14d554f70703e9e9296bf9d654eaed
4
+ data.tar.gz: be9c1cfdaf61e07e4b657a1b55d10c5422167d8d
5
5
  SHA512:
6
- metadata.gz: 0a83ca43d466c626edb30a6b0d9dcb7f6c3cc4a94094f63504f270d94c5a0c6dffb62be874118f926f2605dcdf86c695e17b551f69428851266e2a493598db5d
7
- data.tar.gz: bf08bb91b68c440d134ae29013a0adcd25196381cd64041534e6ebb78dcf6c1681d16af20cae7260203f27506a74f711369e3c9e43e4f3465366ee8269d1c5ab
6
+ metadata.gz: 4f8f9209b307308b8b1935275c6fad9d9e317257987f17e42c4824e64e3a70a3ffe1bf3c1ad54987e5ab7f2aecc2793359ee8412284d62e3b625a04ce37d9a42
7
+ data.tar.gz: cbc57b94c41db36fc4730fab5661c4106b472f6867a507beebac94c0f0cd956af4deec8cd1d728342549a88043e9d46b39a355cc80ae291868b67d9717189fb9
@@ -12,7 +12,7 @@ module PDFMeta
12
12
  private
13
13
 
14
14
  def parsed_output
15
- out = @output.split("\n").map {|x| x.split(':', 2)}
15
+ out = @output.split("\n").map {|x| x.split(':', 2)}.reject(&:empty?)
16
16
  hash = {}
17
17
  out = out.each do |row|
18
18
  hash[row.first.underscore.parameterize.underscore.to_sym] = row.last.strip
@@ -1,3 +1,3 @@
1
1
  module PDFMeta
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf_meta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Carlile
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-01 00:00:00.000000000 Z
11
+ date: 2015-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport