pdfmd 1.9.0 → 1.9.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df76f47dcfbeabf7402e1ae6b11198430bef7233
4
- data.tar.gz: ba937131f2b83cb52cbc9c534012397dbc986634
3
+ metadata.gz: 2c94515d5f7bcdf5e15f97f03518d29ac89133a4
4
+ data.tar.gz: 32093cb227e3b769dd15a5b2fb4772cf792bee66
5
5
  SHA512:
6
- metadata.gz: aab4cd58aacee00a636527a34929ea501f46eabbdd122a2bcb88824c54f14818fecbc559ca5a3ed1390efaaf2d4ca887b3784eb864b37ee27be2df72e29efbdf
7
- data.tar.gz: 922695d6b0a21d1c7ec539ef764fe0480f989c047c09712c31da57af9f982f44bf9d0a9378379e8e47242a9248cf4c11565550ae9f40f856df28d29619618b9b
6
+ metadata.gz: c563f440e99738cc1e027d710c8d48fa7ea1d802aebf7cfd2f1e65c8282c7722c08abd2b148fc907313b100ea624d419e319738de2c930d65153d3f1f4a31f55
7
+ data.tar.gz: 185351bb2cac681daf7f776fb60bd767733d01c8d363a7472d5f782e7b935ba96d1fa2a0e3df3d2e544377775baecadffadb06de3b61e8e10eab87f14b762f62
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Version 1.9.1
2
+ - Removed some inactive Code
3
+
1
4
  # Version 1.9.0
2
5
  - Added explain 'hiera-keys'
3
6
  - Added parameter to command 'config'
data/lib/pdfmd.rb CHANGED
@@ -37,6 +37,7 @@
37
37
  # * Keywords (optional)
38
38
  #
39
39
  # TODO: Fix broken PDF files automatically
40
+ # TODO: Implement check that exifdata has been updated
40
41
  # TODO: Read this: http://lostechies.com/derickbailey/2011/04/29/writing-a-thor-application/
41
42
  # TODO: ... and this: http://blog.paracode.com/2012/05/17/building-your-tools-with-thor/
42
43
  # gs \
@@ -57,7 +58,7 @@ require "i18n"
57
58
  require 'pathname'
58
59
  require 'logger'
59
60
 
60
- VERSION = '1.9.0'
61
+ VERSION = '1.9.1'
61
62
 
62
63
  # Include general usage methods
63
64
  require_relative('pdfmd/methods.rb')
data/lib/pdfmd/methods.rb CHANGED
@@ -18,10 +18,6 @@ def queryHiera(keyword,facts = 'UNSET')
18
18
  if !system('which hiera > /dev/null 2>&1')
19
19
  puts 'Cannot find "hiera" command in $path.'
20
20
  return eval('{}')
21
- # elsif system('which hiera > /dev/null 2>&1') and
22
- # !File.exists?('/etc/hiera.yaml')
23
- # puts 'here too'
24
- # return eval('{}')
25
21
  else
26
22
  commandreturn = ''
27
23
  commandreturn = `hiera #{keyword} #{facts} 2>/dev/null`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Roos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-03 00:00:00.000000000 Z
11
+ date: 2015-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor