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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71e850702b1a69ff16b95de895257ce85269f6cb
4
- data.tar.gz: 6b3d1d7bcb74b28c972f5b10822c7f57b4bc0818
3
+ metadata.gz: !binary |-
4
+ NGY3NGJhZjFlYzE4ZDZmMzhjMjVhNjcwZDY1MGI1ZThkOTk2ZGQ4Nw==
5
+ data.tar.gz: !binary |-
6
+ NmQzMWIzYTc5MmIxNjRhMThjZWYwZmNiOGQxZDZkMWE4OGI4NzI5Nw==
5
7
  SHA512:
6
- metadata.gz: ddcc76f7281c0fdcf7fa8c5a1ad9b1db21a211470199e7d0c69b352aca63141fd69e41d15e6115ee16d94c2221a85ee3246e7c33dd5e5216f5356e670c267c04
7
- data.tar.gz: f0f1ac92e088ee63758ae209cb2807d94748fdc5320db8406826031ce3b7828e199a061193838b1141e25849722aa022775d284931c1616e84517e12bcd8a31e
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
@@ -22,5 +22,4 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ["lib"]
23
23
 
24
24
  s.add_dependency 'capistrano', '~> 3.0', '>= 3.0.1'
25
- s.add_dependency 'capistrano-bundler', '~> 1.1', '>= 1.1.1'
26
25
  end
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Capitomcat
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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: '1.1'
27
+ version: '3.0'
40
28
  - - ">="
41
29
  - !ruby/object:Gem::Version
42
- version: 1.1.1
43
- type: :runtime
30
+ version: 3.0.1
44
31
  prerelease: false
45
- version_requirements: !ruby/object:Gem::Requirement
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.0
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: []