fixed wrong require call in some classes
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
require 'sightstone/stat'
|
|
||||||
|
|
||||||
# match history of a summoner
|
# match history of a summoner
|
||||||
# @attr [Fixnum] summonerId ID of the summoner
|
# @attr [Fixnum] summonerId ID of the summoner
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
require 'sightstone/stat'
|
|
||||||
|
|
||||||
# summary of player statistic
|
# summary of player statistic
|
||||||
# @attr [Fixnum] summonerId ID of the summoner
|
# @attr [Fixnum] summonerId ID of the summoner
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
require 'sightstone/stat'
|
|
||||||
# Ranked stats of a summoner
|
# Ranked stats of a summoner
|
||||||
# @attr [Fixnum] modifyDate date of last modification
|
# @attr [Fixnum] modifyDate date of last modification
|
||||||
# @attr [Fixnum] summonerId id of the summoner
|
# @attr [Fixnum] summonerId id of the summoner
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'sightstone'
|
s.name = 'sightstone'
|
||||||
s.version = '0.9.0'
|
s.version = '0.9.1'
|
||||||
s.date = '2014-01-01'
|
s.date = '2014-01-01'
|
||||||
s.summary = 'Ruby wrapper for riots league of legends api'
|
s.summary = 'Ruby wrapper for riots league of legends api'
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
|
|||||||
Reference in New Issue
Block a user