Skip to content

Commit

Permalink
Add anchors [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 13, 2011
1 parent 26d9ccc commit 95ec698
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Gems
====
Ruby wrapper for the RubyGems.org API.

Installation
<a name="installation">Installation</a>
------------
gem install gems

Documentation
<a name="documentation">Documentation</a>
-------------
[http://rdoc.info/gems/gems](http://rdoc.info/gems/gems)

Continuous Integration
<a name="ci">Continuous Integration</a>
----------------------
[![Build Status](https://secure.travis-ci.org/rubygems/gems.png)](http://travis-ci.org/rubygems/gems)

Usage Examples
<a name="examples">Usage Examples</a>
--------------
require 'rubygems'
require 'gems'
Expand Down Expand Up @@ -92,7 +92,7 @@ Usage Examples
# Defaults to the latest version if no version is specified.
Gems.unyank 'bills', '0.0.1'

Contributing
<a name="contributing">Contributing</a>
------------
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.

Expand All @@ -108,7 +108,7 @@ Here are some ways *you* can contribute:
* by closing [issues](https://github.com/rubygems/gems/issues)
* by reviewing patches

Submitting an Issue
<a name="issues">Submitting an Issue</a>
-------------------
We use the [GitHub issue tracker](https://github.com/rubygems/gems/issues) to track bugs and
features. Before submitting a bug report or feature request, check to make sure it hasn't already
Expand All @@ -117,7 +117,7 @@ bug report, please include a [Gist](https://gist.github.com/) that includes a st
details that may be necessary to reproduce the bug, including your gem version, Ruby version, and
operating system. Ideally, a bug report should include a pull request with failing specs.

Submitting a Pull Request
<a name="pulls">Submitting a Pull Request</a>
-------------------------
1. Fork the project.
2. Create a topic branch.
Expand All @@ -129,7 +129,7 @@ Submitting a Pull Request
8. Commit and push your changes.
9. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)

Supported Rubies
<a name="rubies">Supported Rubies</a>
----------------
This library aims to support and is [tested
against](http://travis-ci.org/rubygems/gems) the following Ruby
Expand All @@ -152,7 +152,7 @@ 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.

Copyright
<a name="copyright">Copyright</a>
---------
Copyright (c) 2011 Erik Michaels-Ober.
See [LICENSE](https://github.com/rubygems/gems/blob/master/LICENSE.md) for details.

0 comments on commit 95ec698

Please sign in to comment.