Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Bump version to 0.4.0.pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 11, 2013
1 parent db24f16 commit 470e33d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.0.pre6
0.4.0.pre7
----------
* Rack adapter moved to the reel-rack project
* Pipelining support
Expand Down
2 changes: 1 addition & 1 deletion lib/reel/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Reel
VERSION = "0.4.0.pre6"
VERSION = "0.4.0.pre7"
CODENAME = "Garbo"
end
2 changes: 1 addition & 1 deletion reel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'celluloid', '>= 0.15.0'
gem.add_runtime_dependency 'celluloid-io', '>= 0.15.0'
gem.add_runtime_dependency 'http', '>= 0.5.0.pre'
gem.add_runtime_dependency 'http', '>= 0.5.0.pre2'
gem.add_runtime_dependency 'http_parser.rb', '>= 0.6.0.beta.2'
gem.add_runtime_dependency 'websocket_parser', '>= 0.1.4'

Expand Down

0 comments on commit 470e33d

Please sign in to comment.