From 0efca1c878e3e902ee5a11b820c69cef778366c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Mon, 27 Jun 2011 17:39:10 +0200 Subject: [PATCH] Release 0.7.3 --- faraday.gemspec | 4 ++-- lib/faraday.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/faraday.gemspec b/faraday.gemspec index 7342c9a9..9eae6f53 100644 --- a/faraday.gemspec +++ b/faraday.gemspec @@ -12,8 +12,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'faraday' - s.version = '0.7.2' - s.date = '2011-06-12' + s.version = '0.7.3' + s.date = '2011-06-27' s.rubyforge_project = 'faraday' ## Make sure your summary is short. The description may be as long diff --git a/lib/faraday.rb b/lib/faraday.rb index b0d58bf7..c6a9a47a 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -1,5 +1,5 @@ module Faraday - VERSION = "0.7.2" + VERSION = "0.7.3" class << self attr_accessor :default_adapter