capistrano-tomcat 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.txt CHANGED
@@ -1,3 +1,7 @@
1
+ v0.0.6
2
+ ======
3
+ * Compatible with Bundler 1.1 (thanks Jennifer Smith)
4
+
1
5
  v0.0.5
2
6
  ======
3
7
  * Any servers with the 'worker' role will get a copy of the code, too.
@@ -1,3 +1,5 @@
1
+ require 'capistrano'
2
+
1
3
  configuration = Capistrano::Configuration.respond_to?(:instance) ?
2
4
  Capistrano::Configuration.instance(:must_exist) :
3
5
  Capistrano.configuration(:must_exist)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Tomcat
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
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-02-24 00:00:00.000000000 Z
12
+ date: 2012-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
16
- requirement: &70133968692460 !ruby/object:Gem::Requirement
16
+ requirement: &70269633614640 !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: *70133968692460
24
+ version_requirements: *70269633614640
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
  \ "