denis-capone 0.0.2 → 0.0.3

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 (2) hide show
  1. data/recipes/deploy.rb +1 -1
  2. metadata +4 -4
@@ -14,7 +14,7 @@ namespace :capone do
14
14
  Install gems needed by application.
15
15
  DESC
16
16
  task :install_gems, :roles => :app do
17
- sudo "rake gems:install -f #{release_path}/Rakefile"
17
+ run "rake gems:install -f #{release_path}/Rakefile"
18
18
  end
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: denis-capone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Barushev
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-10 00:00:00 -07:00
12
+ date: 2009-07-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -41,7 +41,7 @@ files:
41
41
  - templates/config/monitrc
42
42
  - templates/lib/tasks/chores.rake
43
43
  - templates/system/nginx.conf
44
- has_rdoc: true
44
+ has_rdoc: false
45
45
  homepage: http://github.com/denis/capone
46
46
  post_install_message:
47
47
  rdoc_options:
@@ -65,7 +65,7 @@ requirements: []
65
65
  rubyforge_project:
66
66
  rubygems_version: 1.2.0
67
67
  signing_key:
68
- specification_version: 2
68
+ specification_version: 3
69
69
  summary: Capone is the set of rake tasks and capistrano recipes.
70
70
  test_files: []
71
71