pdfinfo 1.3.4 → 1.3.5

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 +8 -8
  2. data/lib/pdfinfo/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWE5OGUxYjJmMWRjYjZhM2FjZjdlN2RiNDU0YWI0MGMyYzhhZGM2OQ==
4
+ NjYzOTVmYjA5Y2UzMGM1NGJhMTg5ZWIyZDdiMTEyNmY1NDE2NWMzZA==
5
5
  data.tar.gz: !binary |-
6
- NThkMTcwNjNiNDkxZGY1NTIwMWZiNDlhZjMyMTZkNWNhY2Y3Njg5Zg==
6
+ NzRjNjBhZmVhYWU2NDE3ZGI0NTBlM2RkYjkwYTAwZGU3ZjU1OTE5MQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2JmMGQ2MjcwNzA4NjU2YTdiODIwNTg5YjI0NDY0YzI3NDkzYjU1ZmVjMThh
10
- NGFiNmY5YjliYzlhZGEwNGQ3MjgyNjhjZTY1ZmVmYTAyODVhN2Q0MWRlMjg0
11
- NTA0YTg2ZjZjZDg0MTVlYWU2ZmU2Njk1NGE5M2ZiNjA1MWMzMDg=
9
+ YWQxMTRlNGEyNzY1OGZhMjA1Mjg4YWMzZDk4M2NmYjRiZmQ4NTBmMWI4MTlh
10
+ Yzc5ZWMyMzU0NjQ0MDk4MTA2YThmOWQ1NTdjMjc0MzNjMGVjNjJmZDliZjJh
11
+ ZjYyOWZjYWQ5ZWYwNGY3ODQ2YTUxMjU2YmRmODdmZDViOTk5MmI=
12
12
  data.tar.gz: !binary |-
13
- YzNiYTUzMDc0NmRkNTY4ZTI4MTY0ZjgwMWEwNWJhOWRhMTBhMWZkODdhZWEz
14
- ZTU0MDlhOWZiODJjZjc4ODI5MTE5ODVlM2EwMGFmZDYwMDNjMzM1MGI1MDIw
15
- NGQxOGMzMmM4NzhhYWY4MmFhOTI5MTgyOWFiMjAzMWFkN2I2Y2I=
13
+ N2NlZDAwNjQ5NjVhMzk4NWE3N2IwZTM0MDM2Yzc0MmFjN2I3N2I3Yzg3MDZj
14
+ YzdkZjIwODQ0Y2I3N2Q4MTBmZDg3MWJhNzEyZTU4NWI5ZGQxZWRiNDFlMTMw
15
+ YzU2MzU0N2NjZmJlMDA0MWRmYzAyMDBmNzRhYmMxYmE0ODg5NTQ=
@@ -1,3 +1,3 @@
1
1
  class Pdfinfo
2
- VERSION = '1.3.4'
2
+ VERSION = '1.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Venegas
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Object oriented ruby wrapper around the pdfinfo
55
+ description: Simple object oriented ruby wrapper around the pdfinfo command line utility
56
56
  email: rvenegas2@gmail.com
57
57
  executables: []
58
58
  extensions: []