ruby-lol 0.9.14 → 0.9.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lol/static_request.rb +7 -2
- data/lib/lol/version.rb +1 -1
- data/spec/api_version_spec.rb +1 -1
- data/spec/fixtures/v1.2/get-champion-by-id.json +6 -0
- data/spec/fixtures/v1.2/get-item-by-id.json +6 -0
- data/spec/fixtures/v1.2/get-item.json +1563 -0
- data/spec/fixtures/v1.2/get-mastery-by-id.json +9 -0
- data/spec/fixtures/v1.2/get-mastery.json +389 -0
- data/spec/fixtures/v1.2/get-realm.json +1 -0
- data/spec/fixtures/v1.2/get-rune-by-id.json +26 -0
- data/spec/fixtures/v1.2/get-rune.json +2966 -0
- data/spec/fixtures/v1.2/get-static-champion.json +714 -0
- data/spec/fixtures/v1.2/get-summoner-spell-by-id.json +39 -0
- data/spec/fixtures/v1.2/get-summoner-spell.json +97 -0
- data/spec/fixtures/v1.2/get-versions.json +1 -0
- data/spec/lol/static_request_spec.rb +24 -4
- metadata +26 -24
- data/spec/fixtures/v1/get-champion-by-id.json +0 -952
- data/spec/fixtures/v1/get-champion.json +0 -708
- data/spec/fixtures/v1/get-item-by-id.json +0 -5
- data/spec/fixtures/v1/get-item.json +0 -982
- data/spec/fixtures/v1/get-mastery-by-id.json +0 -9
- data/spec/fixtures/v1/get-mastery.json +0 -1359
- data/spec/fixtures/v1/get-realm.json +0 -18
- data/spec/fixtures/v1/get-rune-by-id.json +0 -22
- data/spec/fixtures/v1/get-rune.json +0 -6465
- data/spec/fixtures/v1/get-summoner-spell-by-id.json +0 -64
- data/spec/fixtures/v1/get-summoner-spell.json +0 -657
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"css": "0.152.55",
|
3
|
-
"dd": "4.1.13",
|
4
|
-
"l": "en_US",
|
5
|
-
"n": {
|
6
|
-
"item": "4.1.13",
|
7
|
-
"rune": "4.1.13",
|
8
|
-
"mastery": "4.1.2",
|
9
|
-
"summoner": "4.1.13",
|
10
|
-
"champion": "4.1.13",
|
11
|
-
"profileicon": "4.1.2",
|
12
|
-
"language": "3.14.41"
|
13
|
-
},
|
14
|
-
"profileiconmax": 28,
|
15
|
-
"v": "4.1.13",
|
16
|
-
"lg": "0.152.55",
|
17
|
-
"cdn": "http://ddragon.leagueoflegends.com/cdn"
|
18
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "Greater Quintessence of Studio Rumble",
|
3
|
-
"description": "+1.5% movement speed",
|
4
|
-
"image": {
|
5
|
-
"full": "8035.png",
|
6
|
-
"sprite": "rune0.png",
|
7
|
-
"group": "rune",
|
8
|
-
"x": 0,
|
9
|
-
"y": 384,
|
10
|
-
"w": 48,
|
11
|
-
"h": 48
|
12
|
-
},
|
13
|
-
"stats": {
|
14
|
-
"PercentMovementSpeedMod": 0.015
|
15
|
-
},
|
16
|
-
"tags": [
|
17
|
-
"utility",
|
18
|
-
"percent",
|
19
|
-
"quintessence"
|
20
|
-
],
|
21
|
-
"colloq": ";"
|
22
|
-
}
|