mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-22 00:08:56 -05:00
Bump version to 0.5.5
This commit is contained in:
parent
9e6e0d3e62
commit
00530a1352
@ -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.5.4'
|
||||
s.date = '2011-01-11'
|
||||
s.version = '0.5.5'
|
||||
s.date = '2011-02-06'
|
||||
s.rubyforge_project = 'faraday'
|
||||
|
||||
## Make sure your summary is short. The description may be as long
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Faraday
|
||||
VERSION = "0.5.4"
|
||||
VERSION = "0.5.5"
|
||||
|
||||
class << self
|
||||
attr_accessor :default_adapter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user