Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 1, 2011
1 parent 82055b6 commit 74c8201
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 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
## the sub! line in the Rakefile
s.name = 'faraday'
s.version = '0.5.7'
s.date = '2011-02-27'
s.version = '0.6.0'
s.date = '2011-03-31'
s.rubyforge_project = 'faraday'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -52,7 +52,6 @@ Gem::Specification.new do |s|
lib/faraday/adapter/action_dispatch.rb
lib/faraday/adapter/em_synchrony.rb
lib/faraday/adapter/excon.rb
lib/faraday/adapter/logger.rb
lib/faraday/adapter/net_http.rb
lib/faraday/adapter/patron.rb
lib/faraday/adapter/test.rb
Expand All @@ -62,24 +61,23 @@ Gem::Specification.new do |s|
lib/faraday/error.rb
lib/faraday/middleware.rb
lib/faraday/request.rb
lib/faraday/request/active_support_json.rb
lib/faraday/request/yajl.rb
lib/faraday/request/json.rb
lib/faraday/request/multipart.rb
lib/faraday/request/url_encoded.rb
lib/faraday/response.rb
lib/faraday/response/active_support_json.rb
lib/faraday/response/yajl.rb
lib/faraday/response/logger.rb
lib/faraday/response/raise_error.rb
lib/faraday/upload_io.rb
lib/faraday/utils.rb
test/adapters/live_test.rb
test/adapters/logger_test.rb
test/adapters/net_http_test.rb
test/adapters/test_middleware_test.rb
test/adapters/typhoeus_test.rb
test/connection_app_test.rb
test/connection_test.rb
test/env_test.rb
test/form_post_test.rb
test/helper.rb
test/live_server.rb
test/multipart_test.rb
test/middleware_stack_test.rb
test/request_middleware_test.rb
test/response_middleware_test.rb
]
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
@@ -1,5 +1,5 @@
module Faraday
VERSION = "0.5.7"
VERSION = "0.6.0"

class << self
attr_accessor :default_adapter
Expand Down

0 comments on commit 74c8201

Please sign in to comment.