capistrano-provisioning 0.0.7 → 0.0.8

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano-provisioning}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sam Phillips"]
@@ -33,6 +33,7 @@ Gem::Specification.new do |s|
33
33
  "pkg/capistrano-provisioning-0.0.3.gem",
34
34
  "pkg/capistrano-provisioning-0.0.4.gem",
35
35
  "pkg/capistrano-provisioning-0.0.6.gem",
36
+ "pkg/capistrano-provisioning-0.0.7.gem",
36
37
  "spec/cluster_spec.rb",
37
38
  "spec/namespaces_spec.rb",
38
39
  "spec/recipes_spec.rb",
@@ -71,7 +71,7 @@ module CapistranoProvisioning
71
71
 
72
72
  def update_authorized_keys(server = self.server)
73
73
  tmp_location = "/tmp/#{self.name}.pub"
74
- put key, tmp_location
74
+ put key, tmp_location, :hosts => server
75
75
  run "#{sudo} mv #{tmp_location} #{authorized_keys_file_path}", :pty => true, :hosts => server
76
76
  end
77
77
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Phillips
@@ -71,6 +71,7 @@ files:
71
71
  - pkg/capistrano-provisioning-0.0.3.gem
72
72
  - pkg/capistrano-provisioning-0.0.4.gem
73
73
  - pkg/capistrano-provisioning-0.0.6.gem
74
+ - pkg/capistrano-provisioning-0.0.7.gem
74
75
  - spec/cluster_spec.rb
75
76
  - spec/namespaces_spec.rb
76
77
  - spec/recipes_spec.rb