sightstone 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a05d3f035d3a0ac01cc753b4f5bb8cffa2c1608
4
- data.tar.gz: f71878adee457931d79e38ab063dafc12330e4cf
3
+ metadata.gz: 944cfc993bfe554028608929f00bbdf3bd9a5c0d
4
+ data.tar.gz: b6786fb8fbd88ab117a20cd88b9a6ea3a25aac26
5
5
  SHA512:
6
- metadata.gz: 392c096c578bb08d475b394caf6b6b97dc8d4a53aac459446db1aa23a819fb921ce51e5705b02dbaa1c19a30631007316c1aebf27bcf7eb8e7ad3222826d9992
7
- data.tar.gz: 63fdab5267b0a95dd072ef49fed9e9e666d0b5c8136525b581903d8e0849dc46d188248726ef810a008e2153139d2df67779991553a0a9279b76ece93ec4425f
6
+ metadata.gz: 899f4a7c853214ceb0c5d19cf97b69a38501bf911a4d009aa823b1830ff31f0c440e2125af77e36b57949446edbae342927c546f7560b793be24cd6cf79de435
7
+ data.tar.gz: 1add060881c6f0ae956ffb7fa8804e5483de99176781a60a10769b734010986e69d8e2b4a3e5f77fb7fb2165313e44b47ee1123aabcab06265c9af2794efe2fd
@@ -1,4 +1,3 @@
1
- require 'sightstone/stat'
2
1
 
3
2
  # match history of a summoner
4
3
  # @attr [Fixnum] summonerId ID of the summoner
@@ -88,4 +87,4 @@ class Stat
88
87
  data['count']
89
88
  end
90
89
  end
91
- end
90
+ end
@@ -11,7 +11,7 @@ class LeagueModule < SightstoneBaseModule
11
11
  # Provides league information of a summoner
12
12
  # @param [Summoner, Integer] summoner
13
13
  # @param optional [Hash] optional arguments: :region => replaces default region
14
- # @returns [Array<League>] an array of all leagues the summoner and his teams are in
14
+ # @return [Array<League>] an array of all leagues the summoner and his teams are in
15
15
  def league(summoner, optional={})
16
16
  region = optional[:region] || @sightstone.region
17
17
  id = if summoner.is_a? Summoner
@@ -33,4 +33,4 @@ class LeagueModule < SightstoneBaseModule
33
33
  }
34
34
  end
35
35
 
36
- end
36
+ end
@@ -1,4 +1,3 @@
1
- require 'sightstone/stat'
2
1
 
3
2
  # summary of player statistic
4
3
  # @attr [Fixnum] summonerId ID of the summoner
@@ -1,4 +1,3 @@
1
- require 'sightstone/stat'
2
1
  # Ranked stats of a summoner
3
2
  # @attr [Fixnum] modifyDate date of last modification
4
3
  # @attr [Fixnum] summonerId id of the summoner
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sightstone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bauer