super_mega_ultra_capistrano_extensions 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,26 +14,26 @@ Capistrano::Configuration.instance(:must_exist).load do
14
14
  namespace :deploy do
15
15
  desc <<-DESC
16
16
  Start the web application. This task currently:
17
- * starts unicorn
17
+ * starts app server
18
18
  DESC
19
19
  task :start do
20
- unicorn.start
20
+ app_server.start
21
21
  end
22
22
 
23
23
  desc <<-DESC
24
24
  Stop the web application. This task currently:
25
- * stops unicorn
25
+ * stops app server
26
26
  DESC
27
27
  task :stop do
28
- unicorn.stop
28
+ app_server.stop
29
29
  end
30
30
 
31
31
  desc <<-DESC
32
32
  Restart the web application. This task currently:
33
- * restarts unicorn
33
+ * restarts app server
34
34
  DESC
35
35
  task :restart do
36
- unicorn.restart
36
+ app_server.restart
37
37
  end
38
38
  end
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module SuperMegaUltraCapistranoExtensions
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_mega_ultra_capistrano_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: