readme.md in cmis-ruby-0.3.8 vs readme.md in cmis-ruby-0.3.9

- old
+ new

@@ -1,18 +1,21 @@ -# cmis-ruby +# CMIS ruby -**cmis-ruby** is a [CMIS](http://chemistry.apache.org/project/cmis.html) client library, using the the CMIS browser binding ([CMIS 1.1](http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html)) for Ruby. +[![Gem Version](https://badge.fury.io/rb/cmis-ruby.png)](http://badge.fury.io/rb/cmis-ruby) +[![Code Climate](https://codeclimate.com/github/UP-nxt/cmis-ruby.png)](https://codeclimate.com/github/UP-nxt/cmis-ruby) +[![Build Status](https://travis-ci.org/UP-nxt/cmis-ruby.png?branch=master)](https://travis-ci.org/UP-nxt/cmis-ruby) +[![Dependency Status](https://gemnasium.com/UP-nxt/cmis-ruby.png)](https://gemnasium.com/UP-nxt/cmis-ruby) -## Running Test +**CMIS ruby** is a [CMIS](http://chemistry.apache.org/project/cmis.html) client library, using the the CMIS browser binding ([CMIS 1.1](http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html)) for Ruby. -Running the tests requires a running CMIS server. +## Running specs - rake +Running the tests requires a separate CMIS server. The default rake task runs the specs. ## TODO * facilitate copy between servers (make a flow) * caching ## Contributing -Write some code. Run tests. Open a pull request. +Write some code. Run the specs. Open a pull request.