stamp-it 0.0.4 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf0c623b27e29a5bcf7f49af5635f9b70aae3b45
4
- data.tar.gz: 975872b2e4e177f20a38c76412ad9894b4bb8b5c
3
+ metadata.gz: a1e9fcfc7978f23982458486e9cf23b2b5297a06
4
+ data.tar.gz: 8501bb2a0e3ca898728c5d3e90ec8d240fe5a37c
5
5
  SHA512:
6
- metadata.gz: ca852614f426365d71ded246acb705fdd6e3d87155eb2b24ef1222d2960353ffed593bba67b227e1a721e61d19ad5c8c086ca642e5cda4cedbc98dfc8e6ce292
7
- data.tar.gz: 0bb6b2c8327c1a6041cd7bb300092f57f2805c78cc820e987fcbb26027401a626b8e83c2e96e625ebefe8da7a428175056bbde664b8844cc19bdf672d828755a
6
+ metadata.gz: e7eeca7aafc7c8fdbab897557a46c2cc964f78c5d62ac08b5af63a3f69dade0f867e8769adf56a7bb9e92dc2d3d1918f06cc4c53852879cef0a41b4838a20fb4
7
+ data.tar.gz: 4edaaae00142c8ecaf8efeb0b9687aa325036a5b93adf8deba18f429d42227868aade668df655da7416317b44da39493c2a2228e8cf0c68892c42b5269dc6b74
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stamp-it (0.0.3)
4
+ stamp-it (0.0.4)
5
5
  prawn
6
6
  rails
7
7
 
@@ -10,7 +10,7 @@ class StampIt
10
10
  pdftk_cmd = StampIt.new.pdftk_cmd
11
11
 
12
12
  if password
13
- %x(#{pdftk_cmd} #{original_path} background #{watermark_path} output #{output_path} owner_pw #{password})
13
+ %x(#{pdftk_cmd} #{original_path} background #{watermark_path} output #{output_path} owner_pw '#{password}')
14
14
  else
15
15
  %x(#{pdftk_cmd} #{original_path} background #{watermark_path} output #{output_path})
16
16
  end
@@ -1,3 +1,3 @@
1
1
  class StampIt
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stamp-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Figarola