capistrano-novafabrica 1.0.3 → 1.0.4

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.3
1
+ 1.0.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-novafabrica"
8
- s.version = "1.0.3"
8
+ s.version = "1.0.4"
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"]
@@ -22,10 +22,9 @@ configuration.load do
22
22
  "#{unicorn_ctrl} stop"
23
23
  end
24
24
 
25
- desc "stop and start unicorn"
25
+ desc "restart unicorn"
26
26
  task :restart do
27
- tomcat.stop
28
- tomcat.start
27
+ "#{unicorn_ctrl} restart"
29
28
  end
30
29
 
31
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.3
4
+ version: 1.0.4
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: 57371100441759937
120
+ hash: -3110284539482076783
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements: