From 05a9db204745f10c715c7d2a4d917a137d3720f3 Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Fri, 1 Aug 2008 11:50:15 -0700 Subject: [PATCH] gem version 0.6.2 --- Rakefile | 2 +- rest-client.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 62f773b4..e69cfc4d 100644 --- a/Rakefile +++ b/Rakefile @@ -31,7 +31,7 @@ require 'rake/gempackagetask' require 'rake/rdoctask' require 'fileutils' -version = "0.6.1" +version = "0.6.2" name = "rest-client" spec = Gem::Specification.new do |s| diff --git a/rest-client.gemspec b/rest-client.gemspec index 2b2a6d5a..1a255bf9 100644 --- a/rest-client.gemspec +++ b/rest-client.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "rest-client" - s.version = "0.6.1" + s.version = "0.6.2" s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions." s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete." s.author = "Adam Wiggins"