capitomcat 1.0.0 → 1.0.1
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.
- checksums.yaml +12 -4
- data/capitomcat.gemspec +0 -1
- data/examples/native/lib/native/application.rb +0 -5
- data/lib/capitomcat/version.rb +1 -1
- metadata +9 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NGY3NGJhZjFlYzE4ZDZmMzhjMjVhNjcwZDY1MGI1ZThkOTk2ZGQ4Nw==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NmQzMWIzYTc5MmIxNjRhMThjZWYwZmNiOGQxZDZkMWE4OGI4NzI5Nw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
Yzc3OWZjNjcxYjgwZDcwNGY3MTIwNmEyMmRiOWZmNWZmNjViOTdjMjgxZWMw
|
|
10
|
+
YjA4YTg4ZDViNWFkMmQwMjc3MjM5MjhlNzViOTZlOTljOGJmM2Q2YmFmNTQx
|
|
11
|
+
YzdhYjIxNDQ5MzAxYzhjMDRkZGI2MDU0NDhhYTYwYjRmZTEwMzc=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NDAzODAzNjYyZDAxMmRjMmQzODY2NDI0OWI0ODEyZmJjMGM3ZTI2YTU2YWM4
|
|
14
|
+
MjE0MjQ3NDI3YmRjMTBhZWE2OTYxZGE4ZDU2MjI2NDk1NDI1OWVmZTkyOTFm
|
|
15
|
+
MmNhNmMwNTgzNzM2ZmY3ZGQyOGRhYTBkNjk2NGRlYjQ3ODY2MjA=
|
data/capitomcat.gemspec
CHANGED
|
@@ -37,11 +37,6 @@ class Application
|
|
|
37
37
|
capistrano = Capistrano::Application.new
|
|
38
38
|
require 'capitomcat'
|
|
39
39
|
capistrano.invoke('capitomcat:deploy')
|
|
40
|
-
|
|
41
|
-
capistrano = Capistrano::Application.new
|
|
42
|
-
capistrano.add_import('../lib/native/tasks/tomcat_webapp.cap')
|
|
43
|
-
capistrano.load_imports
|
|
44
|
-
capistrano.invoke('tomcat:deploy')
|
|
45
40
|
end
|
|
46
41
|
|
|
47
42
|
def self.do_customized_cap
|
data/lib/capitomcat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capitomcat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sunggun Yu
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '3.0'
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.0.1
|
|
23
|
-
type: :runtime
|
|
24
|
-
prerelease: false
|
|
25
15
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
16
|
requirements:
|
|
27
17
|
- - "~>"
|
|
@@ -30,26 +20,16 @@ dependencies:
|
|
|
30
20
|
- - ">="
|
|
31
21
|
- !ruby/object:Gem::Version
|
|
32
22
|
version: 3.0.1
|
|
33
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: capistrano-bundler
|
|
35
23
|
requirement: !ruby/object:Gem::Requirement
|
|
36
24
|
requirements:
|
|
37
25
|
- - "~>"
|
|
38
26
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
27
|
+
version: '3.0'
|
|
40
28
|
- - ">="
|
|
41
29
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
43
|
-
type: :runtime
|
|
30
|
+
version: 3.0.1
|
|
44
31
|
prerelease: false
|
|
45
|
-
|
|
46
|
-
requirements:
|
|
47
|
-
- - "~>"
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: '1.1'
|
|
50
|
-
- - ">="
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: 1.1.1
|
|
32
|
+
type: :runtime
|
|
53
33
|
description: Capitomcat is the Capistrano 3 recipe for Tomcat web application deployment.
|
|
54
34
|
email:
|
|
55
35
|
- sunggun.dev@gmail.com
|
|
@@ -97,7 +77,7 @@ homepage: http://sunggun-yu.github.io/capitomcat/
|
|
|
97
77
|
licenses:
|
|
98
78
|
- Apache 2.0
|
|
99
79
|
metadata: {}
|
|
100
|
-
post_install_message:
|
|
80
|
+
post_install_message:
|
|
101
81
|
rdoc_options: []
|
|
102
82
|
require_paths:
|
|
103
83
|
- lib
|
|
@@ -112,9 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
92
|
- !ruby/object:Gem::Version
|
|
113
93
|
version: '0'
|
|
114
94
|
requirements: []
|
|
115
|
-
rubyforge_project:
|
|
116
|
-
rubygems_version: 2.2.
|
|
117
|
-
signing_key:
|
|
95
|
+
rubyforge_project:
|
|
96
|
+
rubygems_version: 2.2.1
|
|
97
|
+
signing_key:
|
|
118
98
|
specification_version: 4
|
|
119
99
|
summary: Capistrano 3 recipe for Tomcat web application deployment
|
|
120
100
|
test_files: []
|