README.md in octokit-1.9.3 vs README.md in octokit-1.9.4

- old
+ new

@@ -1,10 +1,11 @@ -# Octokit [![Build Status](https://secure.travis-ci.org/pengwynn/octokit.png?branch=master)][travis] [![Dependency Status](https://gemnasium.com/pengwynn/octokit.png?travis)][gemnasium] +# Octokit [![Build Status](https://secure.travis-ci.org/pengwynn/octokit.png?branch=master)][travis] [![Dependency Status](https://gemnasium.com/pengwynn/octokit.png?travis)][gemnasium] [![Code Climate](https://codeclimate.com/badge.png)][codeclimate] Simple Ruby wrapper for the GitHub v3 API. [travis]: http://travis-ci.org/pengwynn/octokit [gemnasium]: https://gemnasium.com/pengwynn/octokit +[codeclimate]: https://codeclimate.com/github/pengwynn/octokit ## Installation gem install octokit ## Documentation @@ -96,22 +97,14 @@ [branch]: http://learn.github.com/p/branching.html [pr]: http://help.github.com/send-pull-requests/ ## Supported Ruby Versions This library aims to support and is [tested against][travis] the following Ruby -implementations: +versions: * Ruby 1.8.7 * Ruby 1.9.2 * Ruby 1.9.3 -* [JRuby][] -* [Rubinius][] - -[jruby]: http://www.jruby.org/ -[rubinius]: http://rubini.us/ - -If something doesn't work on one of these interpreters, it should be considered -a bug. This library may inadvertently work (or seem to work) on other Ruby implementations, however support will only be provided for the versions listed above.