[gem]: https://rubygems.org/gems/dry-web [travis]: https://travis-ci.org/dry-rb/dry-web [codeclimate]: https://codeclimate.com/github/dry-rb/dry-web [inchpages]: http://inch-ci.org/github/dry-rb/dry-web/ # dry-web [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gem Version](https://badge.fury.io/rb/dry-web.svg)][gem] [![Build Status](https://travis-ci.org/dry-rb/dry-web.svg?branch=master)][travis] [![Code Climate](https://codeclimate.com/github/dry-rb/dry-web/badges/gpa.svg)][codeclimate] [![Test Coverage](https://codeclimate.com/github/dry-rb/dry-web/badges/coverage.svg)][codeclimate] [![Inline docs](http://inch-ci.org/github/dry-rb/dry-web.svg?branch=master&style=flat)][inchpages] ## Examples See [icelab/berg](https://github.com/icelab/berg) for a working dry-web app, using [dry-web-roda](https://github.com/dry-rb/dry-web-roda). ## LICENSE See `LICENSE` file. ## Development After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake spec` to run the tests. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/dry-rb/dry-web.