klacointe-openpgp 0.0.1.3 → 0.0.1.4

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. data/VERSION +1 -1
  2. data/lib/openpgp/engine/gnupg.rb +0 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1.2
1
+ 0.0.1.4
@@ -168,7 +168,6 @@ module OpenPGP class Engine
168
168
  def exec4(command, options = {}, &block) #:yields: pid, stdin, stdout, stderr
169
169
  require 'rubygems'
170
170
  require 'open4'
171
- p Open4.popen4(cmdline(command, options))
172
171
  block.call(*Open4.popen4(cmdline(command, options)))
173
172
  end
174
173
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klacointe-openpgp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.3
4
+ version: 0.0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arto Bendiken