tomcap 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ pkg/*
2
+ tomcap-*.gem
3
+ github-test.rb
data/README.txt CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -48,7 +48,7 @@ Capistrano::Configuration.instance(:must_exist).load do
48
48
  timestamp = nil
49
49
  build_number = nil
50
50
  uri = URI.parse("#{war_path}/maven-metadata.xml")
51
- Net::HTTP.start(uri.host, Net::HTTP.http_default_port) do |http|
51
+ Net::HTTP.start(uri.host,uri.port) do |http|
52
52
  req = Net::HTTP::Get.new(uri.path)
53
53
  req.basic_auth(mvn_repo_user, mvn_repo_pass)
54
54
  response = http.request(req)
File without changes
@@ -1,35 +1,36 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tomcap}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ian Enders"]
12
- s.date = %q{2010-11-29}
12
+ s.date = %q{2011-04-15}
13
13
  s.description = %q{Capistrano tasks which allow you to quickly and easily deploy Java WAR files located in remote repositories (currently Artifactory repos) to a running Tomcat container.}
14
14
  s.email = %q{ian.enders@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "README.txt"
17
17
  ]
18
18
  s.files = [
19
- "README.txt",
20
- "Rakefile",
21
- "VERSION",
22
- "lib/tomcap/recipes.rb",
23
- "lib/tomcap/recipes7.rb",
24
- "tomcap.gemspec"
19
+ ".gitignore",
20
+ "README.txt",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "lib/tomcap/recipes.rb",
24
+ "lib/tomcap/recipes7.rb",
25
+ "tomcap.gemspec"
25
26
  ]
26
27
  s.homepage = %q{http://github.com/ienders/tomcap}
28
+ s.rdoc_options = ["--charset=UTF-8"]
27
29
  s.require_paths = ["lib"]
28
- s.rubygems_version = %q{1.3.7}
30
+ s.rubygems_version = %q{1.4.2}
29
31
  s.summary = %q{Tomcat deployment with Capistrano}
30
32
 
31
33
  if s.respond_to? :specification_version then
32
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
33
34
  s.specification_version = 3
34
35
 
35
36
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -38,4 +39,3 @@ Gem::Specification.new do |s|
38
39
  else
39
40
  end
40
41
  end
41
-
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomcap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
5
- prerelease: false
4
+ hash: 29
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 0
10
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ian Enders
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-29 00:00:00 -05:00
18
+ date: 2011-04-15 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -28,6 +28,7 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README.txt
30
30
  files:
31
+ - .gitignore
31
32
  - README.txt
32
33
  - Rakefile
33
34
  - VERSION
@@ -39,8 +40,8 @@ homepage: http://github.com/ienders/tomcap
39
40
  licenses: []
40
41
 
41
42
  post_install_message:
42
- rdoc_options: []
43
-
43
+ rdoc_options:
44
+ - --charset=UTF-8
44
45
  require_paths:
45
46
  - lib
46
47
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -64,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
65
  requirements: []
65
66
 
66
67
  rubyforge_project:
67
- rubygems_version: 1.3.7
68
+ rubygems_version: 1.4.2
68
69
  signing_key:
69
70
  specification_version: 3
70
71
  summary: Tomcat deployment with Capistrano