From 49420a0a48842d1dfaf4f5cf96b9e37bcafbf2d6 Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Sat, 13 Mar 2010 19:04:04 +0100 Subject: [PATCH] 1.4.2 --- VERSION | 2 +- history.md | 3 ++- rest-client.gemspec | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 347f5833..9df886c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +1.4.2 diff --git a/history.md b/history.md index e81e407d..718a5992 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,7 @@ -# 1.5.0 +# 1.4.2 - fixed RestClient.add_before_execution_proc (patch provided by Nicholas Wieland) +- fixed error when an exception is raised without a response (patch provided by Caleb Land) # 1.4.1 diff --git a/rest-client.gemspec b/rest-client.gemspec index f2ad69a0..e9bcdeca 100644 --- a/rest-client.gemspec +++ b/rest-client.gemspec @@ -2,10 +2,10 @@ Gem::Specification.new do |s| s.name = %q{rest-client} - s.version = "1.4.1" + s.version = "1.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Wiggins", "Julien Kirch"] - s.date = %q{2010-03-05} + s.date = %q{2010-03-13} s.default_executable = %q{restclient} s.description = %q{A simple 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}