cap-recipes 0.3.37 → 0.3.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
- :minor: 3
3
- :patch: 37
4
2
  :major: 0
3
+ :minor: 3
4
+ :patch: 38
5
5
  :build:
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{cap-recipes}
8
- s.version = "0.3.37"
7
+ s.name = "cap-recipes"
8
+ s.version = "0.3.38"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Esquenazi"]
12
- s.date = %q{2011-12-20}
13
- s.description = %q{Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more}
14
- s.email = %q{nesquena@gmail.com}
12
+ s.date = "2012-01-09"
13
+ s.description = "Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more"
14
+ s.email = "nesquena@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.textile"
@@ -74,11 +74,11 @@ Gem::Specification.new do |s|
74
74
  "spec/cap_recipes_spec.rb",
75
75
  "spec/spec_helper.rb"
76
76
  ]
77
- s.homepage = %q{http://github.com/nesquena/cap-recipes}
77
+ s.homepage = "http://github.com/nesquena/cap-recipes"
78
78
  s.require_paths = ["lib"]
79
- s.rubyforge_project = %q{cap-recipes}
80
- s.rubygems_version = %q{1.6.2}
81
- s.summary = %q{Battle-tested capistrano recipes for passenger, delayed_job, and more}
79
+ s.rubyforge_project = "cap-recipes"
80
+ s.rubygems_version = "1.8.12"
81
+ s.summary = "Battle-tested capistrano recipes for passenger, delayed_job, and more"
82
82
 
83
83
  if s.respond_to? :specification_version then
84
84
  s.specification_version = 3
@@ -38,13 +38,13 @@ Capistrano::Configuration.instance(true).load do
38
38
  desc "Clear file-based fragment and action caching"
39
39
  task :log, :roles => :app do
40
40
  puts "Sweeping all the log files"
41
- run "cd #{current_path} && #{try_sudo} rake log:clear RAILS_ENV=production"
41
+ run "cd #{current_path} && #{try_sudo} bundle exec rake log:clear RAILS_ENV=production"
42
42
  end
43
43
 
44
44
  desc "Clear file-based fragment and action caching"
45
45
  task :cache, :roles => :app do
46
46
  puts "Sweeping the fragment and action cache stores"
47
- run "cd #{release_path} && #{try_sudo} rake tmp:cache:clear RAILS_ENV=production"
47
+ run "cd #{release_path} && #{try_sudo} bundle exec rake tmp:cache:clear RAILS_ENV=production"
48
48
  end
49
49
  end
50
50
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 89
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 3
9
- - 37
10
- version: 0.3.37
5
+ version: 0.3.38
11
6
  platform: ruby
12
7
  authors:
13
8
  - Nathan Esquenazi
@@ -15,8 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-12-20 00:00:00 -08:00
19
- default_executable:
13
+ date: 2012-01-09 00:00:00 Z
20
14
  dependencies: []
21
15
 
22
16
  description: Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more
@@ -85,7 +79,6 @@ files:
85
79
  - spec/cap/helper.rb
86
80
  - spec/cap_recipes_spec.rb
87
81
  - spec/spec_helper.rb
88
- has_rdoc: true
89
82
  homepage: http://github.com/nesquena/cap-recipes
90
83
  licenses: []
91
84
 
@@ -99,23 +92,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
92
  requirements:
100
93
  - - ">="
101
94
  - !ruby/object:Gem::Version
102
- hash: 3
103
- segments:
104
- - 0
105
95
  version: "0"
106
96
  required_rubygems_version: !ruby/object:Gem::Requirement
107
97
  none: false
108
98
  requirements:
109
99
  - - ">="
110
100
  - !ruby/object:Gem::Version
111
- hash: 3
112
- segments:
113
- - 0
114
101
  version: "0"
115
102
  requirements: []
116
103
 
117
104
  rubyforge_project: cap-recipes
118
- rubygems_version: 1.6.2
105
+ rubygems_version: 1.8.12
119
106
  signing_key:
120
107
  specification_version: 3
121
108
  summary: Battle-tested capistrano recipes for passenger, delayed_job, and more