From 42a023886c065b166090ce69193d447ea6325a64 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Fri, 22 Aug 2008 21:53:58 -0400 Subject: [PATCH] Prepped gemspec for release. --- httparty.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httparty.gemspec b/httparty.gemspec index fbcb161..af066b7 100644 --- a/httparty.gemspec +++ b/httparty.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Nunemaker"] - s.date = %q{2008-08-11} + s.date = %q{2008-08-22} s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.} s.email = ["nunemaker@gmail.com"] s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt"]