Readme.markdown in totter-0.3.2 vs Readme.markdown in totter-0.3.3
- old
+ new
@@ -4,14 +4,10 @@
All networking is done with Net::HTTP so you don't have to worry about version conflicts with whatever networking library you may be using.
Read the [documentation](http://rubydoc.info/github/seesawco/totter-rb/master/frames) online.
-[![Build Status](https://travis-ci.org/seesawco/totter-rb.png?branch=master)](https://travis-ci.org/seesawco/totter-rb)
-
-[![Code Climate](https://codeclimate.com/github/seesawco/totter-rb.png)](https://codeclimate.com/github/seesawco/totter-rb)
-
## Installation
Add this line to your application's Gemfile:
``` ruby
@@ -43,9 +39,15 @@
#=> "Which lamp for the new apartment?"
> slug = client.slug('d/3I0n0g')
> slug.decision.user.username
#=> "soffes"
```
+
+## Supported Ruby Versions
+
+Totter is tested under 1.8.7, 1.9.2, 1.9.3, 2.0.0, JRuby 1.7.2 (1.9 mode), and Rubinius 2.0.0 (1.9 mode).
+
+[![Build Status](https://travis-ci.org/seesawco/totter-rb.png?branch=master)](https://travis-ci.org/seesawco/totter-rb)
## Contributing
See the [contributing guide](Contributing.markdown).