chrismoos / fastr

Event-based web framework for Ruby.
http://chrismoos.com
MIT License
83 stars 6 forks source link

fastr depends on mime-types >= 1.16 #2

Closed halostatue closed 10 years ago

halostatue commented 10 years ago

I'm preparing mime-types 2.0 for release, and it has some breaking API changes (not for most uses, but some esoteric features). The most important API change is that mime-types 2.0 no longer supports Ruby 1.8.

If this matters, the gemspec needs to be changed from >= 1.16 to ~> 1.16.

chrismoos commented 10 years ago

Thanks!