Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Dec 15, 2011
1 parent 72f8069 commit 2c75e93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
@@ -1,3 +1,8 @@
0.9.1 12/15/11
==============

* update mock usage to be at the connection/request level

0.9.0 12/14/11
==============

Expand Down
9 changes: 5 additions & 4 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.9.0'
s.date = '2011-12-14'
s.version = '0.9.1'
s.date = '2011-12-15'
s.rubyforge_project = 'excon'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -53,12 +53,13 @@ Gem::Specification.new do |s|
## List your development dependencies here. Development dependencies are
## those that are only needed during development
# s.add_development_dependency('DEVDEPNAME', [">= 1.1.0", "< 2.0.0"])
s.add_development_dependency('activesupport', '~>3.1.3')
s.add_development_dependency('delorean')
s.add_development_dependency('open4')
s.add_development_dependency('rake')
s.add_development_dependency('rdoc')
s.add_development_dependency('shindo', '0.2.0')
s.add_development_dependency('sinatra')
s.add_development_dependency('activesupport', '~>3.1.3')
s.add_development_dependency('delorean')

## Leave this section as-is. It will be automatically generated from the
## contents of your Git repository via the gemspec task. DO NOT REMOVE
Expand Down
2 changes: 1 addition & 1 deletion lib/excon/constants.rb
@@ -1,6 +1,6 @@
module Excon
unless const_defined?(:VERSION)
VERSION = '0.9.0'
VERSION = '0.9.1'
end

unless const_defined?(:CHUNK_SIZE)
Expand Down

0 comments on commit 2c75e93

Please sign in to comment.