Skip to content

Commit

Permalink
update documentation and gemspec description and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Olgagr committed Jan 21, 2015
1 parent 0b78282 commit 43ea816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master)](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master) [![Code Climate](https://codeclimate.com/github/Olgagr/steam-web-api/badges/gpa.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) [![Test Coverage](https://codeclimate.com/github/Olgagr/steam-web-api/badges/coverage.svg)](https://codeclimate.com/github/Olgagr/steam-web-api)

This is gem that makes trivial to use Steam Web API. It supports all methods listed here: https://developer.valvesoftware.com/wiki/Steam_Web_API and [one more](#get-list-of-all-games).
This is a gem that makes trivial interacting with the Steam Web API. It supports all methods listed here: https://developer.valvesoftware.com/wiki/Steam_Web_API and [one more](#get-list-of-all-games).

## Supported Ruby version

Expand Down
4 changes: 2 additions & 2 deletions steam_web_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = SteamWebApi::VERSION
spec.authors = ["Olga Grabek"]
spec.email = ["[email protected]"]
spec.summary = %q{This is gem that it makes trivial to use Steam Web API}
spec.description = %q{This is gem that it makes trivial to use Steam Web API}
spec.summary = %q{This is a gem that makes trivial interacting with the Steam Web API}
spec.description = %q{This is a gem that makes trivial interacting with the Steam Web API}
spec.homepage = "https://github.com/Olgagr/steam-web-api"
spec.license = "MIT"

Expand Down

0 comments on commit 43ea816

Please sign in to comment.