Sha256: 0993f9e5e5f76a92012088b88ee86ef29078ac5e24116f606465d1e1e89dd226
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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.2.1" s.date = "2010-09-24" 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') s.add_development_dependency('rake') 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 spec/http_status_exception_spec.rb http_status_exceptions.gemspec .gitignore MIT-LICENSE lib/http_status_exceptions.rb Gemfile init.rb Rakefile README.rdoc Gemfile.lock tasks/github-gem.rake) 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.2.1 | http_status_exceptions.gemspec |