Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 9, 2010
1 parent 161acde commit 0522003
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faraday (0.5.2)
faraday (0.5.3)
addressable (~> 2.2.2)
multipart-post (~> 1.0.1)
rack (>= 1.1.0, < 2)
Expand Down
6 changes: 3 additions & 3 deletions faraday.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
s.date = '2010-10-29'
s.version = '0.5.3'
s.date = '2010-11-09'
s.rubyforge_project = 'faraday'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -51,11 +51,11 @@ Gem::Specification.new do |s|
lib/faraday.rb
lib/faraday/adapter.rb
lib/faraday/adapter/action_dispatch.rb
lib/faraday/adapter/em_synchrony.rb
lib/faraday/adapter/net_http.rb
lib/faraday/adapter/patron.rb
lib/faraday/adapter/test.rb
lib/faraday/adapter/typhoeus.rb
lib/faraday/adapter/em_synchrony.rb
lib/faraday/builder.rb
lib/faraday/connection.rb
lib/faraday/error.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faraday
VERSION = "0.5.2"
VERSION = "0.5.3"

class << self
attr_accessor :default_adapter
Expand Down

0 comments on commit 0522003

Please sign in to comment.