recipiez 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
data/recipes/apache.rb CHANGED
@@ -81,7 +81,7 @@ Capistrano::Configuration.instance(true).load do
81
81
  # Upload to /etc/apache2/ssl
82
82
  upload(ssl_certs_archive, "certs.tar.gz", :via => :scp)
83
83
  sudo "mv certs.tar.gz /etc/apache2/ssl/"
84
- sudo "tar zxvf /etc/apache2/ssl/certs.tar.gz"
84
+ sudo "cd /etc/apache2/ssl/ && tar zxvf certs.tar.gz"
85
85
  puts "All done!"
86
86
  end
87
87
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 0
9
- version: 0.6.0
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2014-02-05 00:00:00 +01:00
17
+ date: 2014-02-06 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency