Sha256: ba4991012a55895dcd1c39451a26c3bfda691b48a8078644332b93b424b61a61

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

Gem::Specification.new do |s|
  s.name    = 'http_status_exceptions'

  # Do not update the version and date values by hand.
  # This will be done automatically by the gem release script.
  s.version = "0.1.9"
  s.date    = "2009-10-01"

  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('actionpack', '>= 2.1.0')
  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'

  # Do not update the files and test_files values by hand.
  # This will be done automatically by the gem release script.
  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
http_status_exceptions-0.1.9 http_status_exceptions.gemspec