Sha256: 2ea16e9ed64d27b3ae13ff9c7877eee45fc1cdeff1e845a9ca141203ceeaf3ff
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 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.3.0" s.date = "2010-12-17" 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('rack', '>= 1.2.1') s.add_runtime_dependency('actionpack', '>= 3') s.add_development_dependency('rake') s.add_development_dependency('rspec', '~> 2') s.authors = ['Willem van Bergen', 'Jaap van der Meer', 'Jeff Pollard'] s.email = 'willem@vanbergen.org' s.homepage = 'http://github.com/wvanbergen/http_status_exceptions/wiki' # Do not update the files and test_files values by hand. # This will be done automatically by the gem release script. s.files = %w(.gitignore Gemfile Gemfile.lock MIT-LICENSE README.rdoc Rakefile http_status_exceptions.gemspec lib/http_status_exceptions.rb spec/http_status_exception_spec.rb spec/spec_helper.rb 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.3.0 | http_status_exceptions.gemspec |