public
Description: A Rails plugin to use exceptions for generating HTTP status responses.
Homepage: http://wiki.github.com/wvanbergen/http_status_exceptions
Clone URL: git://github.com/wvanbergen/http_status_exceptions.git
100644 6 lines (3 sloc) 0.129 kb
1
2
3
4
5
6
Dir[File.dirname(__FILE__) + "/tasks/*.rake"].each { |file| load(file) }
 
GithubGem::RakeTasks.new(:gem)
 
task :default => :spec