Skip to content

Commit

Permalink
Release 0.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 25, 2015
1 parent a214486 commit 9602c2a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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:
excon (0.44.2)
excon (0.44.3)

GEM
remote: http://rubygems.org/
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.44.3 02/24/2015
=================

don't pass body when following GET redirects
fix error rescue case to properly reference error object

0.44.2 02/11/2015
=================

Expand Down
5 changes: 3 additions & 2 deletions excon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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 = 'excon'
s.version = '0.44.2'
s.date = '2015-02-11'
s.version = '0.44.3'
s.date = '2015-02-24'
s.rubyforge_project = 'excon'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -145,6 +145,7 @@ Gem::Specification.new do |s|
tests/rackups/deflater.ru
tests/rackups/proxy.ru
tests/rackups/query_string.ru
tests/rackups/redirecting.ru
tests/rackups/request_headers.ru
tests/rackups/request_methods.ru
tests/rackups/response_header.ru
Expand Down
2 changes: 1 addition & 1 deletion lib/excon/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Excon

VERSION = '0.44.2'
VERSION = '0.44.3'

CR_NL = "\r\n"

Expand Down

0 comments on commit 9602c2a

Please sign in to comment.