taric 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/taric/operation/lol_static_data.rb +2 -2
- data/lib/taric/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d6fda0d0bbb65da941d649a044b5843ee1aaab3
|
|
4
|
+
data.tar.gz: b300b3a7f39f27126ff9a2c6fa9062bb0fd5119a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 492f73aa1c7c74b659265cd1b3f3ccc7dffb8397b3cdc9ee49acbaa27143071e868d14b488563dc4fe025f00ce6236af0cd8d15150e6d1087816d4d0a6adfaea
|
|
7
|
+
data.tar.gz: d9f32f6d95578101a31f6638e53adf7b25840e139aa3eb0c2a3d14716975c3c31347e5c82dfd3bf7d87793c14e7fc1f0a3e30e2fddb2c5428a9d3ba5d49a3d14
|
|
@@ -6,7 +6,7 @@ module Taric
|
|
|
6
6
|
VERSION = 'v1.2'
|
|
7
7
|
BASE_STATIC_URL = "https://global.api.pvp.net/api/lol/static-data/{region}/#{VERSION}"
|
|
8
8
|
|
|
9
|
-
STATIC_CHAMPIONS = Addressable::Template.new "#{BASE_STATIC_URL}/champion{?api_key,dataById,locale,version}"
|
|
9
|
+
STATIC_CHAMPIONS = Addressable::Template.new "#{BASE_STATIC_URL}/champion{?api_key,dataById,champData,locale,version}"
|
|
10
10
|
STATIC_CHAMPION = Addressable::Template.new "#{BASE_STATIC_URL}/champion/{id}{?api_key,locale,version}"
|
|
11
11
|
STATIC_ITEMS = Addressable::Template.new "#{BASE_STATIC_URL}/item{?api_key,itemListData,locale,version}"
|
|
12
12
|
STATIC_ITEM = Addressable::Template.new "#{BASE_STATIC_URL}/item/{id}{?api_key,itemData,locale,version}"
|
|
@@ -271,4 +271,4 @@ module Taric
|
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
273
|
end
|
|
274
|
-
end
|
|
274
|
+
end
|
data/lib/taric/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Yi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
217
|
rubyforge_project:
|
|
218
|
-
rubygems_version: 2.4.
|
|
218
|
+
rubygems_version: 2.4.3
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
221
|
summary: An outrageous Riot Games LoL API Client
|