cook 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/cookEncrypt +1 -1
  2. data/lib/cook.rb +1 -1
  3. metadata +2 -2
@@ -90,6 +90,6 @@ if File.exists?(ARGV[0]) then
90
90
  system("srm -v #{ARGV[0]}");
91
91
  else
92
92
  puts "if you had 'srm' installed then we could more securely remove the decrypted passwords in the file #{ARGV[0]}";
93
- system ("rm #{ARGV[0]");
93
+ system ("rm #{ARGV[0]}");
94
94
  end
95
95
  end
@@ -1,3 +1,3 @@
1
1
  class Cook
2
- VERSION = '2.0.5'
2
+ VERSION = '2.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cook
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-26 00:00:00.000000000 Z
12
+ date: 2014-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake