ucb_deployer 0.3.2 → 0.3.3
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/Rakefile +1 -1
- data/resources/xwork.xml +1 -1
- data/ucb_deployer.gemspec +3 -5
- metadata +6 -8
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'echoe'
|
|
|
4
4
|
require 'spec/rake/spectask'
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
Echoe.new('ucb_deployer', '0.3.
|
|
7
|
+
Echoe.new('ucb_deployer', '0.3.3') do |p|
|
|
8
8
|
p.description = "Tool for deploying Confluence/JIRA war files to tomcat"
|
|
9
9
|
p.url = "http://ucbrb.rubyforge.org"
|
|
10
10
|
p.author = "Steven Hansen"
|
data/resources/xwork.xml
CHANGED
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
<action name="logout" class="com.atlassian.confluence.user.actions.LogoutAction">
|
|
204
204
|
<interceptor-ref name="defaultStack"/>
|
|
205
205
|
<result name="error" type="velocity">/logout.vm</result>
|
|
206
|
-
<!-- <result name="success" type="redirect">/login.action?logout=true</result>
|
|
206
|
+
<!-- <result name="success" type="redirect">/login.action?logout=true</result> -->
|
|
207
207
|
<result name="success" type="redirect"><%= cas_server_url %>/logout</result>
|
|
208
208
|
</action>
|
|
209
209
|
|
data/ucb_deployer.gemspec
CHANGED
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{ucb_deployer}
|
|
5
|
-
s.version = "0.3.
|
|
5
|
+
s.version = "0.3.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Steven Hansen"]
|
|
9
|
-
s.date = %q{
|
|
10
|
-
s.default_executable = %q{ucb_deploy}
|
|
9
|
+
s.date = %q{2011-04-21}
|
|
11
10
|
s.description = %q{Tool for deploying Confluence/JIRA war files to tomcat}
|
|
12
11
|
s.email = %q{runner@berkeley.edu}
|
|
13
12
|
s.executables = ["ucb_deploy"]
|
|
@@ -17,11 +16,10 @@ Gem::Specification.new do |s|
|
|
|
17
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ucb_deployer", "--main", "README.md"]
|
|
18
17
|
s.require_paths = ["lib"]
|
|
19
18
|
s.rubyforge_project = %q{ucbrb}
|
|
20
|
-
s.rubygems_version = %q{1.
|
|
19
|
+
s.rubygems_version = %q{1.7.2}
|
|
21
20
|
s.summary = %q{Tool for deploying Confluence/JIRA war files to tomcat}
|
|
22
21
|
|
|
23
22
|
if s.respond_to? :specification_version then
|
|
24
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
25
23
|
s.specification_version = 3
|
|
26
24
|
|
|
27
25
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ucb_deployer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 21
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Steven Hansen
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-04-21 00:00:00 Z
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
21
|
description: Tool for deploying Confluence/JIRA war files to tomcat
|
|
@@ -63,7 +62,6 @@ files:
|
|
|
63
62
|
- spec/ucb_deployer/jira_deployer_spec.rb
|
|
64
63
|
- spec/ucb_deployer/ucb_deployer_spec.rb
|
|
65
64
|
- ucb_deployer.gemspec
|
|
66
|
-
has_rdoc: true
|
|
67
65
|
homepage: http://ucbrb.rubyforge.org
|
|
68
66
|
licenses: []
|
|
69
67
|
|
|
@@ -99,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
97
|
requirements: []
|
|
100
98
|
|
|
101
99
|
rubyforge_project: ucbrb
|
|
102
|
-
rubygems_version: 1.
|
|
100
|
+
rubygems_version: 1.7.2
|
|
103
101
|
signing_key:
|
|
104
102
|
specification_version: 3
|
|
105
103
|
summary: Tool for deploying Confluence/JIRA war files to tomcat
|