ruby-lol 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f52ca22e44a0c4453577276a5ed991007b54492f
4
- data.tar.gz: 65e46662442d175dde5fe3f71ec0fe63fc31a6a2
3
+ metadata.gz: d17056e767536e0f3bfbe371ce621f7191732d01
4
+ data.tar.gz: fb0af2d30bb2294f97bc9308996f1bb5bf3f7e55
5
5
  SHA512:
6
- metadata.gz: 9f776f69fcc596d1332903648cdb19359fe48e97796511108ccbccf147f9a1222b91317fcb7fa265352d49de1d54078ebdf68e71fc242c6b5be49fabed60ae94
7
- data.tar.gz: 35daf8ea359b1eb2214cf25d9fec0eda6f01a2f95a3bcfbbcce80bcbb5608948dccb54b28dc33795ebe6ee7a983bf5c638bdfa8cf9830001ae1cda3d1a9d1084
6
+ metadata.gz: 0a69f39df570f284ccb11f4267195e4b8c321b6cae0709e9aea8eb01033eefb933a09352f9a2b2eeb3f6ad47de6844517843a066d04aaa43b7bdb022ec66b85b
7
+ data.tar.gz: d839651ec84a9d04d5a696ba1834ac99195c68a22553f4300fac54602744a375fce466584dad40f6c6b6ec0fd60096dd076b4dcd9530145f3625d5ff5c29d6ac
data/lib/lol/client.rb CHANGED
@@ -28,6 +28,11 @@ module Lol
28
28
  @match_request ||= MatchRequest.new(api_key, region, cache_store)
29
29
  end
30
30
 
31
+ # @return [MatchHistoryRequest]
32
+ def match_history
33
+ @match_history_request ||= MatchHistoryRequest.new(api_key, region, cache_store)
34
+ end
35
+
31
36
  # @return [StatsRequest]
32
37
  def stats
33
38
  @stats_request ||= StatsRequest.new(api_key, region, cache_store)
data/lib/lol/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lol
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-lol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Intini