stamp-it 0.0.6 → 0.0.7

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: c3302162daac2800e60c91aa588ef8f900d91131
4
- data.tar.gz: ac58f40f5739c163b9f9856197c695b97e1aa352
3
+ metadata.gz: a288f03be257c31bce2e2324ec8708e8b3fdc85f
4
+ data.tar.gz: d434d3f9c4fe68334181a3d592cbb40ddc997487
5
5
  SHA512:
6
- metadata.gz: 43003a2a41df1db8df12884b3523d6decfccda2ac935d72c719a458792ba6117045c24c0f97c5fcc06329cbe8752cd24cf7446de10f9556eedcdfa4dd0983b9e
7
- data.tar.gz: d3d2b95119791a22cf419e86a66d98914c724b8ca0cb2d80cad90bde27dc07fdd4fa78ae79757df3fd6b66cd3411bf0e4d3c3f74ca5f8f5d3d5b3b2027cdf8fc
6
+ metadata.gz: f2c75cc0fc19193bcb0d5e11eafc5971a26ec3aaf9f127b4fe2f095f7fa835233e04b07b97fb8755565bab17ce2d51270015a6eade33a9d76c8906c5c5730389
7
+ data.tar.gz: 7f2c8b23188aa7e7797898a5a75ce9a35ad19021f6e849b998ed6b82ab1a18229c858027cff0143f903afb5f4679d9c58cf1f0930225f1bcb318016e113fc5d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stamp-it (0.0.5)
4
+ stamp-it (0.0.6)
5
5
  prawn
6
6
  rails
7
7
 
@@ -10,9 +10,9 @@ 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
- %x(#{pdftk_cmd} #{original_path} background #{watermark_path} output #{output_path})
15
+ %x(#{pdftk_cmd} '#{original_path}' background '#{watermark_path}' output '#{output_path}')
16
16
  end
17
17
 
18
18
  $?.success?
@@ -1,3 +1,3 @@
1
1
  class StampIt
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stamp-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Figarola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-27 00:00:00.000000000 Z
11
+ date: 2015-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails