Skip to content

Commit

Permalink
Bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 11, 2011
1 parent ed6a957 commit 14ffe54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faraday.gemspec
Expand Up @@ -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.3' s.version = '0.5.4'
s.date = '2010-12-20' s.date = '2011-01-11'
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
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
@@ -1,5 +1,5 @@
module Faraday module Faraday
VERSION = "0.5.3" VERSION = "0.5.4"


class << self class << self
attr_accessor :default_adapter attr_accessor :default_adapter
Expand Down

0 comments on commit 14ffe54

Please sign in to comment.