Skip to content

Commit

Permalink
Write some document
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Dec 31, 2013
1 parent 0abd604 commit 045f0e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Ruby::Slashdot
# ruby-slashdot
[![Build Status](https://travis-ci.org/dtan4/ruby-slashdot.png?branch=master)](https://travis-ci.org/dtan4/ruby-slashdot)
[![Coverage Status](https://coveralls.io/repos/dtan4/ruby-slashdot/badge.png?branch=master)](https://coveralls.io/r/dtan4/ruby-slashdot?branch=master)

Ruby Client for Slashdot

TODO: Write a gem description

## Installation

Expand All @@ -18,7 +21,6 @@ Or install it yourself as:

## Usage

TODO: Write usage instructions here

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions ruby-slashdot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Slashdot::VERSION
spec.authors = ["dtan4"]
spec.email = ["dtanshi45@gmail.com"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ""
spec.summary = %q{Ruby Client for Slashdot}
spec.description = %q{Ruby Client for Slashdot}
spec.homepage = "https://github.com/dtan4/ruby-slashdot"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 045f0e4

Please sign in to comment.