Skip to content

Commit ad99aa1

Browse files
committed
Release 0.40.0
1 parent cfcc0d0 commit ad99aa1

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* Jonathan Dance <[email protected]>
3838
* Jonathan Dance <[email protected]>
3939
* Jonathan Roes <[email protected]>
40+
* Joshua Gross <[email protected]>
4041
* Joshua Mckinney <[email protected]>
4142
* Joshua Napoli <[email protected]>
4243
* Joshua Napoli <[email protected]>

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
excon (0.39.6)
4+
excon (0.40.0)
55

66
GEM
77
remote: http://rubygems.org/

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.40.0 10/06/2014
2+
=================
3+
4+
fix support for specifying ssl_ca_path
5+
more consistent response_block/response.body behavior for mocks
6+
add support for proxies running on unix domain sockets
7+
18
0.39.6 09/22/2014
29
=================
310

excon.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
1313
## If your rubyforge_project name is different, then edit it and comment out
1414
## the sub! line in the Rakefile
1515
s.name = 'excon'
16-
s.version = '0.39.6'
17-
s.date = '2014-09-22'
16+
s.version = '0.40.0'
17+
s.date = '2014-10-06'
1818
s.rubyforge_project = 'excon'
1919

2020
## Make sure your summary is short. The description may be as long

lib/excon/constants.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Excon
22

3-
VERSION = '0.39.6'
3+
VERSION = '0.40.0'
44

55
CR_NL = "\r\n"
66

0 commit comments

Comments
 (0)