Release 0.7.5

This commit is contained in:
Erik Michaels-Ober 2011-10-04 09:11:30 -07:00
parent 16257218d3
commit faee9997e8
2 changed files with 5 additions and 5 deletions

View File

@ -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.4'
s.date = '2011-07-08'
s.version = '0.7.5'
s.date = '2011-10-04'
s.rubyforge_project = 'faraday'
## Make sure your summary is short. The description may be as long
@ -33,10 +33,10 @@ Gem::Specification.new do |s|
s.require_paths = %w[lib]
s.add_dependency 'addressable', '~> 2.2.6'
s.add_dependency 'multipart-post', '~> 1.1.0'
s.add_dependency 'multipart-post', '~> 1.1.3'
s.add_dependency 'rack', ['>= 1.1.0', '< 2']
s.add_development_dependency 'rake', '~> 0.9'
s.add_development_dependency 'test-unit', '~> 2.3'
s.add_development_dependency 'test-unit', '~> 2.4'
s.add_development_dependency 'webmock', '~> 1.7'
## Leave this section as-is. It will be automatically generated from the

View File

@ -1,5 +1,5 @@
module Faraday
VERSION = "0.7.4"
VERSION = "0.7.5"
class << self
attr_accessor :default_adapter