Skip to content

Commit

Permalink
Release 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 8, 2010
1 parent 7273927 commit 4e54f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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.0.25'
s.date = '2010-06-04'
s.version = '0.0.26'
s.date = '2010-06-07'
s.rubyforge_project = 'excon'

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/excon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Excon

unless const_defined?(:VERSION)
VERSION = '0.0.25'
VERSION = '0.0.26'
end

CHUNK_SIZE = 1048576 # 1 megabyte
Expand Down

0 comments on commit 4e54f68

Please sign in to comment.