capistrano-tomcat 0.0.4 → 0.0.5
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.
- data/HISTORY.txt +5 -0
- data/lib/capistrano/tomcat.rb +1 -1
- data/lib/capistrano/tomcat/version.rb +1 -1
- metadata +4 -4
data/HISTORY.txt
CHANGED
data/lib/capistrano/tomcat.rb
CHANGED
|
@@ -14,7 +14,7 @@ configuration.load do
|
|
|
14
14
|
_cset(:tomcat_runtime_env, {})
|
|
15
15
|
|
|
16
16
|
namespace :deploy do
|
|
17
|
-
task :update_code, :roles => :app do
|
|
17
|
+
task :update_code, :roles => [:app, :worker] do
|
|
18
18
|
on_rollback { run "rm -rf -- \"#{release_path}\"" }
|
|
19
19
|
|
|
20
20
|
create_tomcat_directory_structure_under release_path
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-tomcat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70133968692460 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70133968692460
|
|
25
25
|
description: ! "Apache Tomcat, a Java servlet container, runs WARs\n\n These deployment
|
|
26
26
|
recipes help to run a Tomcat instance with your\n own WAR files from Capistrano.\n
|
|
27
27
|
\ "
|