Sha256: f7600d12ca4c61b6f2df81940b4a36793d79b15607b66e0253ee925c759be918

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

Gem::Specification.new do |s|
  s.name    = 'http_status_exceptions'
  s.version = "0.1.7"
  s.date    = "2009-09-26"

  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.add_runtime_dependency('action_controller')
  s.add_development_dependency('rspec')

  s.authors  = ['Willem van Bergen']
  s.email    = ['willem@vanbergen.org']
  s.homepage = 'http://github.com/wvanbergen/http_status_exceptions/wikis'

  s.files      = %w(spec/spec_helper.rb http_status_exceptions.gemspec .gitignore init.rb lib/http_status_exceptions.rb Rakefile MIT-LICENSE tasks/github-gem.rake README.rdoc spec/http_status_exception_spec.rb)
  s.test_files = %w(spec/http_status_exception_spec.rb)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wvanbergen-http_status_exceptions-0.1.7 http_status_exceptions.gemspec