caelum / restfulie

CRUD through HTTP is a good step forward to using resources and becoming RESTful. Another step further into it is to make use of hypermedia-based services and the Restfulie gem allows you to do it very quickly.
Other
393 stars 43 forks source link

Fix for issue #77 #78

Closed jeroenvandijk closed 13 years ago

jeroenvandijk commented 13 years ago

This fixes #77. Apparently you can't use #add_runtime_dependency anymore and have #add_development_dependency work correctly.

Weird, I would expect a warning somewhere.

guilhermesilveira commented 13 years ago

not just weird, but a bad compatibility issue decision from the responsibles :(