rultor 0.3.2 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,6 +61,7 @@ module Rultor
61
61
  exit -1
62
62
  fi
63
63
  cd #{Shellwords.escape(@dir)}
64
+ gpg --version
64
65
  gpg --symmetric --armor --verbose --batch --no-tty \
65
66
  --passphrase #{Shellwords.escape(@key)} \
66
67
  -o \"${enc}\" \"${file}\"
@@ -33,5 +33,5 @@
33
33
  # Copyright:: Copyright (c) 2014 Yegor Bugayenko
34
34
  # License:: BSD
35
35
  module Rultor
36
- VERSION = '0.3.2'
36
+ VERSION = '0.4'
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rultor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: '0.4'
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: 2015-05-10 00:00:00.000000000 Z
12
+ date: 2015-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake