Skip to content

Commit 4b7df8d

Browse files
committed
Release 0.24.0
1 parent 771e573 commit 4b7df8d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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.23.0)
4+
excon (0.24.0)
55

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

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.24.0 06/12/2013
2+
=================
3+
4+
allow passing ssl creds as strings or file paths
5+
16
0.23.0 06/10/2013
27
=================
38

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.23.0'
17-
s.date = '2013-06-10'
16+
s.version = '0.24.0'
17+
s.date = '2013-06-12'
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
@@ -77,7 +77,7 @@ module Excon
7777
:write_timeout
7878
]
7979

80-
VERSION = '0.23.0'
80+
VERSION = '0.24.0'
8181

8282
unless ::IO.const_defined?(:WaitReadable)
8383
class ::IO

0 commit comments

Comments
 (0)