Skip to content

Commit

Permalink
* Version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Jul 4, 2007
1 parent 7cf13a2 commit 4d039f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.txt
Expand Up @@ -58,6 +58,13 @@ thanks to Maehashi-san.

- Changes

Jul 4, 2007 - version 2.0.9
* bug fix
* fix the BasicAuth regression problem in 2.0.8. A server may return
"BASIC" as an authenticate scheme label instead of "Basic". It must be
treated as a case-insensitive token according to RFC2617 section 1.2.
Thanks to mwedeme for contributing the patch. (#159)

Jun 30, 2007 - version 2.0.8

* HTTP
Expand Down
4 changes: 2 additions & 2 deletions http-access2.gemspec
@@ -1,8 +1,8 @@
require 'rubygems'
SPEC = Gem::Specification.new do |s|
s.name = "http-access"
s.version = "2.0.8"
s.date = "2007-06-30"
s.version = "2.0.9"
s.date = "2007-07-04"
s.author = "NAKAMURA, Hiroshi"
s.email = "nahi@ruby-lang.org"
s.homepage = "http://dev.ctor.org/http-access2"
Expand Down
2 changes: 1 addition & 1 deletion lib/http-access2.rb
Expand Up @@ -23,7 +23,7 @@


module HTTPAccess2
VERSION = '2.0.8'
VERSION = '2.0.9'
RUBY_VERSION_STRING = "ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
s = %w$Id$
RCS_FILE, RCS_REVISION = s[1][/.*(?=,v$)/], s[2]
Expand Down

0 comments on commit 4d039f9

Please sign in to comment.