ucb_deployer 0.1.2 → 0.1.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 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.2') do |p|
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.ConfluenceCasAuthenticator"
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}/lib/jotm-2.0.13/lib/*"],
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ucb_deployer}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.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"]
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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Hansen