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

Gem file dependencies #41

Closed josedonizetti closed 13 years ago

josedonizetti commented 13 years ago

When installing restfulie a some dependencies were not been installed. I've moved the dependencies to the restfulie.gemspec, and to the Rakefile to correct it. And added gemspec on the Gemfile to remove duplication and still keep the bundler installing dependencies when asked.