README.md in ruby_rides-0.0.2 vs README.md in ruby_rides-0.0.3
- old
+ new
@@ -1,7 +1,10 @@
+[![Gem Version](https://badge.fury.io/rb/ruby_rides.png)](http://badge.fury.io/rb/ruby_rides)
+[![Build Status](https://travis-ci.org/darkmoves/ruby_rides.png)](https://travis-ci.org/darkmoves/ruby_rides)
+[![Coverage Status](https://coveralls.io/repos/darkmoves/ruby_rides/badge.png)](https://coveralls.io/r/darkmoves/ruby_rides)
+[![Dependency Status](https://gemnasium.com/darkmoves/ruby_rides.png)](https://gemnasium.com/darkmoves/ruby_rides)
#ruby_rides
----
A Ruby gem to interface with Hubway's API.
## Installation
```ruby
gem install ruby_rides
@@ -42,6 +45,6 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
\ No newline at end of file
+5. Create new Pull Request