recipiez 0.2.3 → 0.2.4

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.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
data/recipes/ssl.rb CHANGED
@@ -15,7 +15,7 @@ Capistrano::Configuration.instance(true).load do
15
15
  # ignore
16
16
  end
17
17
 
18
- upload(ssl_certs_path, base_cert_path, :via => :scp, :recursive => true)
18
+ upload(ssl_certs_path, base_cert_path, :via => :sftp, :recursive => true)
19
19
  end
20
20
 
21
21
  end
data/recipiez.gemspec CHANGED
@@ -12,8 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.authors = ["Alastair Brunton"]
13
13
  s.email = ["info@simplyexcited.co.uk"]
14
14
  s.homepage = "http://github.com/pyrat/deployment_recipiez"
15
- s.summary = "Cap recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
16
- s.description = "Cap recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
15
+ s.summary = "Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
16
+ s.description = "Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx"
17
17
 
18
18
  s.add_dependency('xml-simple')
19
19
  s.add_dependency('mechanize')
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: "0"
47
47
  type: :runtime
48
48
  version_requirements: *id002
49
- description: Cap recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
49
+ description: Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
50
50
  email:
51
51
  - info@simplyexcited.co.uk
52
52
  executables: []
@@ -126,6 +126,6 @@ rubyforge_project:
126
126
  rubygems_version: 1.3.7
127
127
  signing_key:
128
128
  specification_version: 3
129
- summary: Cap recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
129
+ summary: Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
130
130
  test_files: []
131
131