fixed wrong require call in some classes

This commit is contained in:
danijoo
2014-01-01 19:43:32 +01:00
parent e3e0b8507a
commit 466d0e8f66
4 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
require 'sightstone/stat'
# match history of a summoner
# @attr [Fixnum] summonerId ID of the summoner

View File

@@ -1,4 +1,3 @@
require 'sightstone/stat'
# summary of player statistic
# @attr [Fixnum] summonerId ID of the summoner

View File

@@ -1,4 +1,3 @@
require 'sightstone/stat'
# Ranked stats of a summoner
# @attr [Fixnum] modifyDate date of last modification
# @attr [Fixnum] summonerId id of the summoner

View File

@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'sightstone'
s.version = '0.9.0'
s.version = '0.9.1'
s.date = '2014-01-01'
s.summary = 'Ruby wrapper for riots league of legends api'
s.description = s.summary