Sha256: 2d67a2b097e0294b117d1f8453eeab7195a8bf8b0f2526471ac4cd0a6c11bf1e
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
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) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) > Gem of HTTP error status code class pack ======= ## Table of Contents - [Installation](#Installation) - [Example](#Example) - [Test](#Test) - [Contribute](#Contribute) - [License](#License) ## 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 $ cd example $ bundle exec rackup -p 3000 ``` ## Test Default task in Rakefile is test ```bash $ bundle exec rake ``` ## Contribute 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.2 | README.md |