league_api 0.7.1 → 0.7.2

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 +4 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18217a74f76c41b060c7688bf1524934870d2388
4
- data.tar.gz: bd8ef468d7533a98196dab6d953d74b39d7c8a71
3
+ metadata.gz: ca5e201863a57dbd47ef48358b34b0f8e28530e8
4
+ data.tar.gz: 8e5ac6adb17cfbaa50a43da4f022afd2af9caee7
5
5
  SHA512:
6
- metadata.gz: 752a42551c6c8ac93648029a102805fa74c5d203edbfd8d5e01034cf41b710bd194c803204a0f64c49fdd8ebbe95436f31a4efdc6e3116901b7ca0343861d1cc
7
- data.tar.gz: 015924d395838a551b680c0cf29b7481ccc41067694577dd5bfd97de74daa2d6fc98e3d992eb17f078b69c97a08c20d504f3f274172dac9f7f43e7b53ec10851
6
+ metadata.gz: 4329e8c95b6fe9e49b9282a2bca05f63054c5cfd3fa5f5a90056cbdeeb93cbc4cad140840af5eda4634c64b5cdb9454958fd54abe09cf76fa7505fe84509a77e
7
+ data.tar.gz: a6bf01700126f3234129d7575c322cfbd2adffc78d7e58dd6e1ba281a461a163811f9dc87eb51fcdb1728f1d200ba748e6b99610901ca1830532d52051f4f3b4
data/lib/league_api.rb CHANGED
@@ -14,7 +14,7 @@ module LeagueApi
14
14
 
15
15
  @api_key = ENV["LOL_KEY"]
16
16
  #XXX: Would rather have this generated by Static.get_versions
17
- $version = "4.21.5"
17
+ $version = "5.5.3"
18
18
 
19
19
  @@default_region = "na"
20
20
 
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DanBradbury
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-31 00:00:00.000000000 Z
11
+ date: 2015-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -52,10 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.9'
55
- description: Gem to access Riot Developer APIs. Mapping is returned as a <Hash> for
56
- convenience. Additional methods have been / will be continuously added in order
57
- to support ease of use across a variety of use cases. The restriction is only to
58
- properly use the rate limit and submit a PR with tests.
55
+ description: Gem to access Riot Developer APIs.
59
56
  email:
60
57
  - dan.luckydaisy@gmail.com
61
58
  executables: []
@@ -94,6 +91,6 @@ rubyforge_project:
94
91
  rubygems_version: 2.2.0
95
92
  signing_key:
96
93
  specification_version: 4
97
- summary: Requests to Riot Developer API with Additional Utilities
94
+ summary: Mapping of Riot Developer API with additional helper methods
98
95
  test_files: []
99
96
  has_rdoc: