hc-httpclient 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
- === 3.1.1 / 2009-1-24 (TBD)
1
+ === 3.1.2 (2009-5-29)
2
+ * Use rdoc 2.4.3 and hoe 1.12.2 for build.
3
+
4
+ === 3.1.1 (2009-2-22)
5
+ * Inital release based on HttpClient 3.1
2
6
 
3
- * Inital release based on Apache HttpClient 3.1
data/README.txt CHANGED
@@ -43,7 +43,7 @@ See {org.apache.commons.HttpClient}[http://hc.apache.org/httpclient-3.x/apidocs/
43
43
 
44
44
  === hc-httpclient ruby gem
45
45
 
46
- Copyright (C) 2009 David Kellum
46
+ Copyright (c) 2009 David Kellum
47
47
 
48
48
  Licensed under the Apache License, Version 2.0 (the "License"); you
49
49
  may not use this file except in compliance with the License. You
@@ -59,7 +59,7 @@ permissions and limitations under the License.
59
59
 
60
60
  === Jakarta Commons HTTPClient (java)
61
61
 
62
- Copyright 1999-2007 The Apache Software Foundation
62
+ Copyright (c) 1999-2007 The Apache Software Foundation
63
63
 
64
64
  Licensed to the Apache Software Foundation (ASF) under one or more
65
65
  contributor license agreements. See the NOTICE file distributed with
data/Rakefile CHANGED
@@ -27,7 +27,7 @@ ASSEMBLY = "target/httpclient-1.0-bin.dir"
27
27
 
28
28
  desc "Update the Manifest with actual jars"
29
29
  task :manifest => [ ASSEMBLY ] do
30
- out = File.new( 'Manifest.txt', 'w' )
30
+ out = File.new( 'Manifest.txt', 'w' )
31
31
  begin
32
32
  out.write <<END
33
33
  History.txt
@@ -69,7 +69,7 @@ task :mvn_clean do
69
69
  sh( 'mvn clean' )
70
70
  end
71
71
 
72
- task :clean => :mvn_clean
72
+ task :clean => :mvn_clean
73
73
 
74
74
  task :tag do
75
75
  tag = "hc-httpclient-#{HC::HTTPClient::VERSION}"
@@ -84,7 +84,6 @@ end
84
84
  hoe = Hoe.new( "hc-httpclient", HC::HTTPClient::VERSION ) do |p|
85
85
  p.developer( "David Kellum", "dek-oss@gravitext.com" )
86
86
  p.extra_deps << [ 'slf4j', '~> 1.5.6.1' ]
87
- p.extra_dev_deps << [ 'logback', '>= 1.9.14' ]
87
+ p.extra_dev_deps << [ 'logback', '>= 0.9.14.1' ]
88
88
  p.rubyforge_name = "rjack"
89
- p.rdoc_pattern = /^(lib.*\.(rb|txt))|[^\/]*\.txt$/
90
89
  end
@@ -17,8 +17,8 @@
17
17
  module HC
18
18
  module HTTPClient
19
19
  HTTPCLIENT_VERSION = '3.1'
20
- VERSION = HTTPCLIENT_VERSION + '.1'
21
-
20
+ VERSION = HTTPCLIENT_VERSION + '.2'
21
+
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
23
23
  end
24
24
  end
metadata CHANGED
@@ -57,12 +57,12 @@ requirements: []
57
57
 
58
58
  authors:
59
59
  - David Kellum
60
- date: 2009-02-22 08:00:00 +00:00
60
+ date: 2009-05-29 07:00:00 +00:00
61
61
  platform: ruby
62
62
  test_files:
63
63
  - test/test_httpclient.rb
64
64
  version: !ruby/object:Gem::Version
65
- version: 3.1.1
65
+ version: 3.1.2
66
66
  require_paths:
67
67
  - lib
68
68
  dependencies:
@@ -81,7 +81,7 @@ dependencies:
81
81
  requirements:
82
82
  - - '>='
83
83
  - !ruby/object:Gem::Version
84
- version: 1.9.14
84
+ version: 0.9.14.1
85
85
  version:
86
86
  type: :development
87
87
  version_requirement:
@@ -91,7 +91,7 @@ dependencies:
91
91
  requirements:
92
92
  - - '>='
93
93
  - !ruby/object:Gem::Version
94
- version: 1.8.2
94
+ version: 1.12.2
95
95
  version:
96
96
  type: :development
97
97
  version_requirement: