mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-18 00:02:44 -04:00
Bump version to 0.5.2
This commit is contained in:
parent
07e898f26b
commit
66e15342bd
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
faraday (0.5.1)
|
faraday (0.5.2)
|
||||||
addressable (~> 2.2.2)
|
addressable (~> 2.2.2)
|
||||||
multipart-post (~> 1.0.1)
|
multipart-post (~> 1.0.1)
|
||||||
rack (>= 1.1.0, < 2)
|
rack (>= 1.1.0, < 2)
|
||||||
|
@ -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.5.1'
|
s.version = '0.5.2'
|
||||||
s.date = '2010-10-15'
|
s.date = '2010-10-29'
|
||||||
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.5.1"
|
VERSION = "0.5.2"
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
attr_accessor :default_adapter
|
attr_accessor :default_adapter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user