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
wvanbergen (author)
Mon Mar 23 23:17:44 -0700 2009
commit  30822b12690491a28c2ae7645186c08d7af99f32
tree    1b1273802ea56dfa8e21544cca3d1632e088e9d1
parent  c9d31bad5d89e3548e1e5611b20699af9dc63d7d
http_status_exceptions / http_status_exceptions.gemspec
100644 14 lines (11 sloc) 0.619 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = 'http_status_exceptions'
  s.version = '0.1.4.1'
  s.date = '2009-03-20'
  
  s.summary = "A Rails plugin to use exceptions for generating HTTP status responses"
  s.description = "Clean up your controller code by raising exceptions that generate responses with different HTTP status codes."
  
  s.authors = ['Willem van Bergen']
  s.email = ['willem@vanbergen.org']
  s.homepage = 'http://github.com/wvanbergen/http_status_exceptions/wikis'
  
  s.files = %w(MIT-LICENSE README.rdoc Rakefile init.rb lib lib/http_status_exceptions.rb tasks tasks/github-gem.rake)
end