Sha256: d9d296494b41cf9cbfa789b594073ffda94e64fb4b61af19b1083cbdc1cd68b4
Contents?: true
Size: 1019 Bytes
Versions: 1
Compression:
Stored size: 1019 Bytes
Contents
# Sinatra::Errorcodes [![Gem Version](https://badge.fury.io/rb/sinatra-errorcodes.svg)](https://badge.fury.io/rb/sinatra-errorcodes) [![CircleCI](https://circleci.com/gh/IzumiSy/sinatra-errorcodes.svg?style=shield)](https://circleci.com/gh/IzumiSy/sinatra-errorcodes) > Gem of HTTP error status code class pack ## Installation Add this line to your application's Gemfile: ```ruby gem 'sinatra-errorcodes' ``` Or install it yourself as: ```bash $ gem install sinatra-errorcodes ``` ## Example Install gems ```bash $ bundle install ``` and run it ```bash $ rackup -p 3000 ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/IzumiSy/sinatra-errorcodes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinatra-errorcodes-0.1.1 | README.md |