README.md in gems-0.7.1 vs README.md in gems-0.8.0
- old
+ new
@@ -1,13 +1,18 @@
# Gems
+
[![Gem Version](https://badge.fury.io/rb/gems.png)][gem]
[![Build Status](https://secure.travis-ci.org/rubygems/gems.png?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/rubygems/gems.png?travis)][gemnasium]
+[![Code Climate](https://codeclimate.com/github/rubygems/gems.png)][codeclimate]
+[![Coverage Status](https://coveralls.io/repos/rubygems/gems/badge.png?branch=master)][coveralls]
[gem]: https://rubygems.org/gems/gems
[travis]: http://travis-ci.org/rubygems/gems
[gemnasium]: https://gemnasium.com/rubygems/gems
+[codeclimate]: https://codeclimate.com/github/rubygems/gems
+[coveralls]: https://coveralls.io/r/rubygems/gems
Ruby wrapper for the RubyGems.org API.
## Installation
gem install gems
@@ -125,29 +130,29 @@
implementations:
* Ruby 1.8.7
* Ruby 1.9.2
* Ruby 1.9.3
+* Ruby 2.0.0
* [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.
+If something doesn't work on one of these interpreters, it's 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.
If you would like this library to support another Ruby version, you may
volunteer to be a maintainer. Being a maintainer entails making sure all tests
run and pass on that implementation. When something breaks on your
-implementation, you will be personally responsible for providing patches in a
-timely fashion. If critical issues for a particular implementation exist at the
-time of a major release, support for that Ruby version may be dropped.
+implementation, you will be responsible for providing patches in a timely
+fashion. If critical issues for a particular implementation exist at the time
+of a major release, support for that Ruby version may be dropped.
## Copyright
-Copyright (c) 2011 Erik Michaels-Ober. See [LICENSE][] for details.
+Copyright (c) 2011-2013 Erik Michaels-Ober. See [LICENSE][] for details.
-[license]: https://github.com/rubygems/gems/blob/master/LICENSE.md
+[license]: LICENSE.md