Debmirror-API
Documentation of methods is done in rspec - simply run bundle exec rspec -f d to see supported methods.
You can also do bundle exec rackup -p 9292 and open http://localhost:9292 in your browser.
For a todo list, see TODO.md
Continously built on ruby 1.8.7 and ruby 1.9.3 on Travis-CI: 
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request