league_api 0.8.1 → 0.9.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/league_api.rb +1 -1
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f877c792471a2d2dda2db24d5ad84909240570a1
4
- data.tar.gz: 66b419449c505849b83077cd721e787d948a4a88
3
+ metadata.gz: 22563b15417f94ad0d2f0deeca4e08649b2c68c6
4
+ data.tar.gz: 5ece2a9578d30f27043e602fdee3e48a275972e3
5
5
  SHA512:
6
- metadata.gz: ad45401fda36c8711e6d8be17ec3ffc1287a5b722d1bd4d45d110f37efff7f016093debde5f211b7baff53f65656fd4ffa70fa8853a5c63c7825a93df89b22b4
7
- data.tar.gz: 42110daf16ac6c90bd9cb2c93da12b15bee364c1ba7563a65e72fccbab2f64ee2f01aa31c73972acfdc193d7b9f06841219dfff71b4a90fdb73b6f910c181771
6
+ metadata.gz: 6b63e76da089a0f4d1fdb113c8d35c594ddd784a8f2b29200c7a7d58dab4ac101ac6b43f895f02765740f6b4947469cae36a067b43940db348c9986f5764bab6
7
+ data.tar.gz: 58694b0db53bf83968ac82773d28f04f6f95d7cac8f5d96441b907a845045f132f140d82e21cce48b600902ca899ebe5ae4e6346200d0d1ee1b33231a69d48ce
data/lib/league_api.rb CHANGED
@@ -15,7 +15,7 @@ module LeagueApi
15
15
  @api_key = ENV["LOL_KEY"]
16
16
  @default_region = "na"
17
17
  # third party versioning for image cdn (static info)
18
- $DDRAGON_VERSION = "5.13.1"
18
+ $DDRAGON_VERSION = "6.2.1"
19
19
 
20
20
  extend self
21
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: league_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DanBradbury
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-13 00:00:00.000000000 Z
11
+ date: 2016-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -60,17 +60,17 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - "./lib/league_api/champion.rb"
64
+ - "./lib/league_api/current_game.rb"
65
+ - "./lib/league_api/featured_games.rb"
66
+ - "./lib/league_api/game.rb"
67
+ - "./lib/league_api/league.rb"
68
+ - "./lib/league_api/static.rb"
69
+ - "./lib/league_api/stats.rb"
70
+ - "./lib/league_api/summoner.rb"
71
+ - "./lib/league_api/team.rb"
72
+ - "./lib/league_api/util.rb"
63
73
  - lib/league_api.rb
64
- - lib/league_api/champion.rb
65
- - lib/league_api/current_game.rb
66
- - lib/league_api/featured_games.rb
67
- - lib/league_api/game.rb
68
- - lib/league_api/league.rb
69
- - lib/league_api/static.rb
70
- - lib/league_api/stats.rb
71
- - lib/league_api/summoner.rb
72
- - lib/league_api/team.rb
73
- - lib/league_api/util.rb
74
74
  homepage: http://danbradbury.github.io/LeagueApi/
75
75
  licenses:
76
76
  - MIT
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  requirements: []
93
93
  rubyforge_project:
94
- rubygems_version: 2.2.2
94
+ rubygems_version: 2.4.5.1
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Easy access to Riot Developer API