mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-08 00:03:41 -04:00
Release 0.7.3
This commit is contained in:
parent
f87ea6e636
commit
0efca1c878
@ -12,8 +12,8 @@ Gem::Specification.new do |s|
|
|||||||
## If your rubyforge_project name is different, then edit it and comment out
|
## If your rubyforge_project name is different, then edit it and comment out
|
||||||
## the sub! line in the Rakefile
|
## the sub! line in the Rakefile
|
||||||
s.name = 'faraday'
|
s.name = 'faraday'
|
||||||
s.version = '0.7.2'
|
s.version = '0.7.3'
|
||||||
s.date = '2011-06-12'
|
s.date = '2011-06-27'
|
||||||
s.rubyforge_project = 'faraday'
|
s.rubyforge_project = 'faraday'
|
||||||
|
|
||||||
## Make sure your summary is short. The description may be as long
|
## Make sure your summary is short. The description may be as long
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module Faraday
|
module Faraday
|
||||||
VERSION = "0.7.2"
|
VERSION = "0.7.3"
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
attr_accessor :default_adapter
|
attr_accessor :default_adapter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user