couchrest / couchrest_extended_document

Extends CouchRest with helpers and such
Apache License 2.0
24 stars 5 forks source link

couchrest_extended_document depends on mime-types >= 1.15 #11

Closed halostatue closed 10 years ago

halostatue commented 11 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.15 to ~> 1.16.