mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add Travis build and Gemnasium dependency status images to the README
This commit is contained in:
parent
d13da143ca
commit
a4e28070e7
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# Puma: A Ruby Web Server Built For Concurrency
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/puma/puma.png)](http://travis-ci.org/puma/puma) [![Dependency Status](https://gemnasium.com/puma/puma.png)](https://gemnasium.com/puma/puma)
|
||||
|
||||
## Description
|
||||
|
||||
Puma is a simple, fast, and highly concurrent HTTP 1.1 server for Ruby web applications. It can be used with any application that supports Rack, and is considered the replacement for Webrick and Mongrel. It was designed to be the go-to server for [Rubinius](http://rubini.us), but also works well with JRuby and MRI. Puma is intended for use in both development and production environments.
|
||||
|
|
Loading…
Reference in a new issue