ucb_deployer 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/ucb_deployer/jira_deployer.rb +2 -2
- data/ucb_deployer.gemspec +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require 'rake'
|
|
3
3
|
require 'echoe'
|
4
4
|
require 'spec/rake/spectask'
|
5
5
|
|
6
|
-
Echoe.new('ucb_deployer', '0.1.
|
6
|
+
Echoe.new('ucb_deployer', '0.1.3') do |p|
|
7
7
|
p.description = "Tool for deploying (Java/JRuby) war files to tomcat"
|
8
8
|
p.url = "http://ucbrb.rubyforge.org"
|
9
9
|
p.author = "Steven Hansen"
|
@@ -89,7 +89,7 @@ module UcbDeployer
|
|
89
89
|
end
|
90
90
|
|
91
91
|
def cas_authenticator_class()
|
92
|
-
"org.soulwing.cas.apps.atlassian.
|
92
|
+
"org.soulwing.cas.apps.atlassian.JiraCasAuthenticator"
|
93
93
|
end
|
94
94
|
|
95
95
|
def cas_logout_url()
|
@@ -173,7 +173,7 @@ module UcbDeployer
|
|
173
173
|
|
174
174
|
def reshuffle_jars()
|
175
175
|
FileUtils.mkdir_p("#{build_dir}/src/edit-webapp/WEB-INF/lib/")
|
176
|
-
FileUtils.cp(Dir["#{UcbDeployer::RESOURCES_DIR}/
|
176
|
+
FileUtils.cp(Dir["#{UcbDeployer::RESOURCES_DIR}/jotm-2.0.13/*"],
|
177
177
|
"#{build_dir}/src/edit-webapp/WEB-INF/lib/")
|
178
178
|
FileUtils.cp(Dir["#{UcbDeployer::RESOURCES_DIR}/soulwing-casclient-*"],
|
179
179
|
"#{build_dir}/src/edit-webapp/WEB-INF/lib/")
|
data/ucb_deployer.gemspec
CHANGED
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:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steven Hansen
|