capistrano_chef_solo 0.0.3 → 0.0.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 CapistranoChefSolo
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -258,7 +258,6 @@ Capistrano::Configuration.instance(:must_exist).load do
258
258
  end
259
259
  ensure_cookbooks
260
260
  default
261
- deploy.setup
262
261
  run "mkdir -p /tmp/chef"
263
262
  generate_config
264
263
  generate_attributes(run_list)
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-11 00:00:00.000000000Z
12
+ date: 2011-09-12 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
16
- requirement: &2165615400 !ruby/object:Gem::Requirement
16
+ requirement: &2165623580 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 2.8.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2165615400
24
+ version_requirements: *2165623580
25
25
  description: This gem provides Capistrano tasks to run chef-solo with Capistrano,
26
26
  with hardly any configuration needed.
27
27
  email: