recipiez 0.2.9 → 0.2.10

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/lib/recipiez/version.rb +1 -1
  2. data/recipes/ssl.rb +1 -1
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.10'
3
3
  end
data/recipes/ssl.rb CHANGED
@@ -16,7 +16,7 @@ Capistrano::Configuration.instance(true).load do
16
16
  end
17
17
 
18
18
  upload(ssl_certs_path, "cap_certs", :via => :scp, :recursive => true)
19
- sudo "cp -R cap_certs/certs* #{base_cert_path}"
19
+ sudo "cp -R cap_certs/* #{base_cert_path}"
20
20
  # Clean up the cap_certs temp dir
21
21
  sudo "rm -fr cap_certs"
22
22
  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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 9
10
- version: 0.2.9
9
+ - 10
10
+ version: 0.2.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton