celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Reel 0.3.0 crashing with HTTP gem 0.5.0 #107

Closed tpitale closed 10 years ago

tpitale commented 10 years ago

gems/reel-0.3.0/lib/reel/request.rb:12:in `class:Request': uninitialized constant HTTP::METHODS (NameError)

This may be fixed in master … will try to test shortly.

tpitale commented 10 years ago

HTTP gem 0.4.0 works with reel 0.3.0, so I'll just leave it downgraded until a new reel version is released.

Perhaps switching to the ~> syntax in the gemspec would be good.

tarcieri commented 10 years ago

Yeah, it's an issue of 0.x being a moving target and not semantically versioned :(

We'll keep reaching for the 1.0 Rainbow! I think we're through with most of the backwards incompatible API changes and do really intend to Ship 1.0 Soon!

tpitale commented 10 years ago

Absolutely! Thank you for all your work!

I just wanted to document something here in case somebody else googled for it.

On Oct 3, 2013, at 4:05 PM, Tony Arcieri notifications@github.com wrote:

Yeah, it's an issue of 0.x being a moving target and not semantically versioned :(

We'll keep reaching for the 1.0 Rainbow! I think we're through with most of the backwards incompatible API changes and do really intend to Ship 1.0 Soon!

— Reply to this email directly or view it on GitHub.