Navigation Menu

Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 18, 2012
1 parent f3b4e58 commit aa7b720
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
@@ -1,3 +1,9 @@
0.12.0 03/18/12
===============

* use params to set ssl (so each connection could differ)
* bundle a default cert

0.11.0 03/15/12
===============

Expand Down
5 changes: 3 additions & 2 deletions excon.gemspec
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.11.0'
s.date = '2012-03-15'
s.version = '0.12.0'
s.date = '2012-03-18'
s.rubyforge_project = 'excon'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -88,6 +88,7 @@ Gem::Specification.new do |s|
benchmarks/strip_newline.rb
benchmarks/vs_stdlib.rb
changelog.txt
data/cacert.pem
excon.gemspec
lib/excon.rb
lib/excon/connection.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/excon/constants.rb
@@ -1,6 +1,6 @@
module Excon
unless const_defined?(:VERSION)
VERSION = '0.11.0'
VERSION = '0.12.0'
end

unless const_defined?(:CHUNK_SIZE)
Expand Down

0 comments on commit aa7b720

Please sign in to comment.