README.markdown in punchblock-2.5.2 vs README.markdown in punchblock-2.5.3
- old
+ new
@@ -1,10 +1,11 @@
[![Gem Version](https://badge.fury.io/rb/punchblock.png)](https://rubygems.org/gems/punchblock)
[![Build Status](https://secure.travis-ci.org/adhearsion/punchblock.png?branch=develop)](http://travis-ci.org/adhearsion/punchblock)
[![Dependency Status](https://gemnasium.com/adhearsion/punchblock.png?travis)](https://gemnasium.com/adhearsion/punchblock)
[![Code Climate](https://codeclimate.com/github/adhearsion/punchblock.png)](https://codeclimate.com/github/adhearsion/punchblock)
[![Coverage Status](https://coveralls.io/repos/adhearsion/punchblock/badge.png?branch=develop)](https://coveralls.io/r/adhearsion/punchblock)
+[![Inline docs](http://inch-ci.org/github/adhearsion/punchblock.png?branch=develop)](http://inch-ci.org/github/adhearsion/punchblock)
# Punchblock
Punchblock is a middleware library for telephony applications. Like Rack is to Rails and Sinatra, Punchblock provides a consistent API on top of several underlying third-party call control protocols.
In the same spirit that inspired Rack, the Punchblock library is envisioned to be the single library for call control wiring. Frameworks and applications may take advantage of Punchblock's single API to write powerful code for managing calls. Punchblock is not and will not be an application framework; rather it only surfaces the various protocols and presents a consistent interface to its consumers. NB: If you're looking to develop an application, you should take a look at the [Adhearsion](http://adhearsion.com) framework first. This library is much lower level.
@@ -36,6 +37,6 @@
* If you want to have your own version, that is fine but bump version in a commit by itself so I can ignore when I pull
* Send me a pull request. Bonus points for topic branches.
## Copyright
-Copyright (c) 2013 Adhearsion Foundation Inc. MIT licence (see LICENSE for details).
+Copyright (c) 2014 Adhearsion Foundation Inc. MIT licence (see LICENSE for details).