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 CHANGED
@@ -1,3 +1,8 @@
1
+ v0.0.5
2
+ ======
3
+ * Any servers with the 'worker' role will get a copy of the code, too.
4
+ (thanks Eldon Alameda)
5
+
1
6
  v0.0.4
2
7
  ======
3
8
  * Added targets for unpacking WARs
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Tomcat
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
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
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-01-31 00:00:00.000000000 Z
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: &70239769475380 !ruby/object:Gem::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: *70239769475380
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
  \ "