diff --git a/History b/History index 3260dae..00afc01 100644 --- a/History +++ b/History @@ -1,7 +1,9 @@ == 0.2.9 2009-01-29 -* 1 minor enhancement +* 3 minor enhancements * Added a 'headers' accessor to the response with a hash of any HTTP headers. (Don Peterson) * Add support for a ":cookies" option to be used at the class level, or as an option on any individual call. It should be passed a hash, which will be converted to the proper format and added to the request headers when the call is made. (Don Peterson) + * Refactored several specs and added a full suite of cucumber features (Don Peterson) + == 0.2.8 2009-01-28 * 1 major fix * fixed major bug with response where it wouldn't iterate or really work at all with parsed responses diff --git a/httparty.gemspec b/httparty.gemspec index 90b9962..b7b5767 100644 --- a/httparty.gemspec +++ b/httparty.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["John Nunemaker"] - s.date = %q{2009-01-28} + s.date = %q{2009-01-29} s.default_executable = %q{httparty} s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.} s.email = %q{nunemaker@gmail.com}