Skip to content

Commit

Permalink
Add badges [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 9, 2013
1 parent f4e4b01 commit 5c058a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
@@ -1,10 +1,17 @@
# 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.
# Octokit

[![Gem Version](https://badge.fury.io/rb/octokit.png)][gem]
[![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/github/pengwynn/octokit.png)][codeclimate]

[gem]: https://rubygems.org/gems/octokit
[travis]: http://travis-ci.org/pengwynn/octokit
[gemnasium]: https://gemnasium.com/pengwynn/octokit
[codeclimate]: https://codeclimate.com/github/pengwynn/octokit

Simple Ruby wrapper for the GitHub v3 API.

## Installation
gem install octokit

Expand Down

0 comments on commit 5c058a5

Please sign in to comment.