Skip to content

Commit

Permalink
updated readme, removed json require
Browse files Browse the repository at this point in the history
  • Loading branch information
intinig committed Dec 12, 2013
1 parent 013a0c1 commit e80ca69
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ruby-lol
[![Coverage Status](https://coveralls.io/repos/mikamai/ruby-lol/badge.png)](https://coveralls.io/r/mikamai/ruby-lol) [![Build Status](https://travis-ci.org/mikamai/ruby-lol.png?branch=master)](https://travis-ci.org/mikamai/ruby-lol) [![Code Climate](https://codeclimate.com/repos/52a9908c56b102320a0166a4/badges/7e5d4ea4fe9e562f8e4d/gpa.png)](https://codeclimate.com/repos/52a9908c56b102320a0166a4/feed)

ruby-lol is a wrapper to the Riot Games API.
ruby-lol is a wrapper to the [Riot Games API](https://developer.riotgames.com).

## Installation

Expand Down
1 change: 0 additions & 1 deletion spec/lol/client_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "spec_helper"
require "lol"
require "json"

include Lol

Expand Down
1 change: 0 additions & 1 deletion spec/lol/game_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "spec_helper"
require "lol"
require "json"

include Lol

Expand Down
1 change: 1 addition & 0 deletions spec/lol/league_spec.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require "spec_helper"
require "lol"

0 comments on commit e80ca69

Please sign in to comment.