recipiez 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/recipiez/version.rb +1 -1
  2. data/recipes/ssl.rb +3 -2
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
3
3
  end
data/recipes/ssl.rb CHANGED
@@ -14,7 +14,8 @@ Capistrano::Configuration.instance(true).load do
14
14
  rescue
15
15
  # ignore
16
16
  end
17
-
17
+
18
+ run "mkdir cap_certs"
18
19
  upload(ssl_certs_path, "cap_certs", :via => :scp, :recursive => true)
19
20
  sudo "cp -R cap_certs/* #{base_cert_path}"
20
21
  # Clean up the cap_certs temp dir
@@ -23,4 +24,4 @@ Capistrano::Configuration.instance(true).load do
23
24
 
24
25
  end
25
26
 
26
- end
27
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-27 00:00:00 +01:00
18
+ date: 2012-11-28 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21