capistrano_chef_solo 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = CapistranoChefSolo::VERSION
|
8
8
|
s.authors = ["iain"]
|
9
9
|
s.email = ["iain@iain.nl"]
|
10
|
-
s.homepage = ""
|
10
|
+
s.homepage = "https://github.com/iain/capistrano_chef_solo"
|
11
11
|
s.summary = %q{Combining the awesome powers of Capistrano and chef-solo}
|
12
12
|
s.description = %q{This gem provides Capistrano tasks to run chef-solo with Capistrano, with hardly any configuration needed.}
|
13
13
|
|
data/lib/capistrano_chef_solo.rb
CHANGED
@@ -111,7 +111,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
111
111
|
task :default, :except => { :no_release => true } do
|
112
112
|
unless installed?("chef-solo")
|
113
113
|
logger.info "Bootstrapping host to install chef-solo"
|
114
|
-
install
|
114
|
+
install.default
|
115
115
|
end
|
116
116
|
end
|
117
117
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano_chef_solo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-09-
|
12
|
+
date: 2011-09-11 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|
@@ -38,7 +38,7 @@ files:
|
|
38
38
|
- capistrano_chef_solo.gemspec
|
39
39
|
- lib/capistrano_chef_solo.rb
|
40
40
|
- lib/capistrano_chef_solo/version.rb
|
41
|
-
homepage:
|
41
|
+
homepage: https://github.com/iain/capistrano_chef_solo
|
42
42
|
licenses: []
|
43
43
|
post_install_message:
|
44
44
|
rdoc_options: []
|