README.md in goatmail-1.0.0 vs README.md in goatmail-1.1.0

- old
+ new

@@ -1,18 +1,20 @@ # Goatmail [![Gem Version](https://badge.fury.io/rb/goatmail.svg)](http://badge.fury.io/rb/goatmail) [![Build Status](https://travis-ci.org/tyabe/goatmail.svg)](https://travis-ci.org/tyabe/goatmail) -[![Coverage Status](https://coveralls.io/repos/tyabe/goatmail/badge.png)](https://coveralls.io/r/tyabe/goatmail) -[![Code Climate](https://codeclimate.com/github/tyabe/goatmail.png)](https://codeclimate.com/github/tyabe/goatmail) +[![Coverage Status](https://img.shields.io/coveralls/tyabe/goatmail.svg)](https://coveralls.io/r/tyabe/goatmail?branch=master) +[![Code Climate](https://codeclimate.com/github/tyabe/goatmail/badges/gpa.svg)](https://codeclimate.com/github/tyabe/goatmail) [![Dependency Status](https://gemnasium.com/tyabe/goatmail.svg)](https://gemnasium.com/tyabe/goatmail) A Sinatra-based frontend to the [letter_opener](https://github.com/ryanb/letter_opener). This provides almost the same feature as the [letter_opener_web](https://github.com/fgrehm/letter_opener_web). letter_opener_web is Rails based application. It's very useful. But, I wanted a more simple application. +Try it out in [https://goatmail.herokuapp.com/](https://goatmail.herokuapp.com/). + ## Installation First add the gem to your development environment and run the bundle command to install it. gem 'goatmail', :group => :development @@ -83,9 +85,11 @@ map '/inbox' do run Goatmail::App.new end ``` + +See: [Sample Applications](https://github.com/tyabe/goatmail_sample) ## Contributing 1. Fork it ( https://github.com/tyabe/goatmail/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)