From 6a4ac722a1c748e09df4ff67494c573c1403a3de Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Wed, 24 Aug 2011 18:10:20 +0200 Subject: [PATCH] 1.6.7 because of a rubygem issue --- history.md | 6 +++++- rest-client.gemspec | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/history.md b/history.md index e035bd73..900e3a8f 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,10 @@ +# 1.6.7 + +- rebuild with 1.8.7 to avoid https://github.com/rubygems/rubygems/pull/57 + # 1.6.6 -- 1.6.6 was yanked +- 1.6.5 was yanked # 1.6.5 diff --git a/rest-client.gemspec b/rest-client.gemspec index 30107cd9..8e1e4cb6 100644 --- a/rest-client.gemspec +++ b/rest-client.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{rest-client} - s.version = "1.6.6" + s.version = "1.6.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Adam Wiggins}, %q{Julien Kirch}] - s.date = %q{2011-08-22} + s.date = %q{2011-08-24} s.description = %q{A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.} s.email = %q{rest.client@librelist.com} s.executables = [%q{restclient}]