capistrano-novafabrica 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-novafabrica"
8
- s.version = "1.0.4"
8
+ s.version = "1.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matthew Bergman", "Kevin Skoglund"]
@@ -14,17 +14,17 @@ configuration.load do
14
14
 
15
15
  desc "start unicorn"
16
16
  task :start do
17
- "#{unicorn_ctrl} start"
17
+ run "#{unicorn_ctrl} start"
18
18
  end
19
19
 
20
20
  desc "stop unicorn"
21
21
  task :stop do
22
- "#{unicorn_ctrl} stop"
22
+ run "#{unicorn_ctrl} stop"
23
23
  end
24
24
 
25
25
  desc "restart unicorn"
26
26
  task :restart do
27
- "#{unicorn_ctrl} restart"
27
+ run "#{unicorn_ctrl} restart"
28
28
  end
29
29
 
30
30
  desc "tail :current_path/log/unicorn.stderr.log"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-novafabrica
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: -3110284539482076783
120
+ hash: -3047776176843789477
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements: