riot_games_api 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/riot_games_api/lol/constant/champions.rb +6 -0
  4. data/lib/riot_games_api/lol/constant/items.rb +97 -23
  5. data/lib/riot_games_api/version.rb +1 -1
  6. data/riot_games_api.gemspec +4 -4
  7. data/spec/lol/resource/stats_spec.rb +0 -1
  8. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_data_cdn_is_cdn_url.yml +3 -3
  9. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_static_data_of_realm.yml +3 -3
  10. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_inputed_data_version.yml +37391 -37297
  11. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_static_data_key_with_champion_name.yml +37391 -37297
  12. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_static_data_of_champions.yml +37391 -37297
  13. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_true/should_have_static_data_keys_is_champion_id.yml +37376 -37281
  14. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_true/should_have_static_data_of_champion.yml +37376 -37281
  15. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_data_key_is_shaco.yml +8 -8
  16. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_static_data_of_champion.yml +8 -8
  17. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_inputed_data_version.yml +3 -3
  18. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_of_items.yml +3 -3
  19. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_with_item_name.yml +3 -3
  20. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_data_name_is_biscuit.yml +6 -6
  21. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_static_data_of_item.yml +4 -4
  22. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_inputed_data_version.yml +3 -3
  23. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_of_masterys.yml +3 -3
  24. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_with_mastery_name.yml +3 -3
  25. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_data_name_is_sorcery.yml +4 -4
  26. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_static_data_of_mastery.yml +4 -4
  27. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_inputed_data_version.yml +3 -3
  28. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_of_runes.yml +3 -3
  29. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_with_rune_name.yml +3 -3
  30. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_data_name_is_rune_name.yml +4 -4
  31. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_static_data_of_rune.yml +4 -4
  32. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_inputed_data_version.yml +16 -16
  33. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_static_data_key_with_summoner_spell_name.yml +16 -16
  34. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_static_data_of_summoner_spell.yml +16 -16
  35. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_true/should_have_static_data_keys_is_sumoner_spell_id.yml +17 -17
  36. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_true/should_have_static_data_of_summoner_spell.yml +17 -17
  37. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_data_name_is_teleport.yml +5 -5
  38. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_static_data_of_summoner_spell.yml +5 -5
  39. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/latest_season/should_not_found_ranked_stats.yml +4 -4
  40. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_champion_stats.yml +5 -5
  41. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_modify_data_which_unixtime_milliseconds.yml +5 -5
  42. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_player_stat_summaries.yml +3 -3
  43. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_summoner_id_inputed.yml +3 -3
  44. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_player_stat_summaries.yml +5 -5
  45. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_summoner_id_inputed.yml +3 -3
  46. metadata +10 -10
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=true&locale=en_US&spellData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=true&locale=en_US&spellData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:11:53 GMT
30
+ - Mon, 21 Apr 2014 10:11:59 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -47,13 +47,13 @@ http_interactions:
47
47
  colorFF9900\\\">Enemy Turret:</span> Reduces damage dealt by 80% for 8 seconds.\",\"sanitizedTooltip\":\"Allied
48
48
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
49
49
  dealt by 80% for 8 seconds.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerOdinGarrison.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":48,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
50
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]},\"13\":{\"name\":\"Clarity\",\"description\":\"Restores
50
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]},\"13\":{\"name\":\"Clarity\",\"description\":\"Restores
51
51
  40% of your champion's maximum Mana. Also restores allies for 40% of their
52
52
  maximum Mana\",\"sanitizedDescription\":\"Restores 40% of your champion's
53
53
  maximum Mana. Also restores allies for 40% of their maximum Mana\",\"tooltip\":\"Restores
54
54
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"sanitizedTooltip\":\"Restores
55
55
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerMana.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
56
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"14\":{\"name\":\"Ignite\",\"description\":\"Ignites
56
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"14\":{\"name\":\"Ignite\",\"description\":\"Ignites
57
57
  target enemy champion, dealing 70-410 true damage (depending on champion level)
58
58
  over 5 seconds, grants you vision of the target, and reduces healing effects
59
59
  on them for the duration.\",\"sanitizedDescription\":\"Ignites target enemy
@@ -67,14 +67,14 @@ http_interactions:
67
67
  damage to target enemy champion over 5 seconds, grants you vision of the target
68
68
  and applies Grievous Wounds for the duration. (Grievous Wounds reducing incoming
69
69
  healing effects by 50%. This vision does not reveal stealthed enemies.)\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerDot.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
70
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"11\":{\"name\":\"Smite\",\"description\":\"Deals
70
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"11\":{\"name\":\"Smite\",\"description\":\"Deals
71
71
  390-1000 true damage (depending on champion level) to target monster or enemy
72
72
  minion.\",\"sanitizedDescription\":\"Deals 390-1000 true damage (depending
73
73
  on champion level) to target monster or enemy minion.\",\"tooltip\":\"Deals
74
74
  <span class=\\\"colorFEFCFF\\\">{{ f1 }}</span> true damage to target monster
75
75
  or enemy minion.\",\"sanitizedTooltip\":\"Deals {{ f1 }} true damage to target
76
76
  monster or enemy minion.\",\"image\":{\"full\":\"SummonerSmite.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
77
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"12\":{\"name\":\"Teleport\",\"description\":\"After
77
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"12\":{\"name\":\"Teleport\",\"description\":\"After
78
78
  channeling for 3.5 seconds, teleports your champion to target allied minion,
79
79
  turret, or ward.\",\"sanitizedDescription\":\"After channeling for 3.5 seconds,
80
80
  teleports your champion to target allied minion, turret, or ward.\",\"tooltip\":\"After
@@ -86,12 +86,12 @@ http_interactions:
86
86
  ward. Teleporting to an allied turret puts Teleport on a {{ f3 }} second cooldown
87
87
  instead. You may reactivate Teleport to cancel it, placing it on a {{ f3 }}
88
88
  second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
89
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"21\":{\"name\":\"Barrier\",\"description\":\"Shields
89
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"21\":{\"name\":\"Barrier\",\"description\":\"Shields
90
90
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"sanitizedDescription\":\"Shields
91
91
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"tooltip\":\"Temporarily
92
92
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"sanitizedTooltip\":\"Temporarily
93
93
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"image\":{\"full\":\"SummonerBarrier.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
94
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"3\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
94
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"3\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
95
95
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
96
96
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedDescription\":\"Exhausts
97
97
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
@@ -100,12 +100,12 @@ http_interactions:
100
100
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedTooltip\":\"Exhausts
101
101
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
102
102
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerExhaust.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
103
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"2\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
103
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"2\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
104
104
  a small area of the map for your team for 5 seconds.\",\"sanitizedDescription\":\"Reveals
105
105
  a small area of the map for your team for 5 seconds.\",\"tooltip\":\"Reveals
106
106
  a small area of the map for your team for {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Reveals
107
107
  a small area of the map for your team for {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerClairvoyance.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":144,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
108
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"1\":{\"name\":\"Cleanse\",\"description\":\"Removes
108
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"1\":{\"name\":\"Cleanse\",\"description\":\"Removes
109
109
  all disables and summoner spell debuffs affecting your champion and lowers
110
110
  the duration of incoming disables by 65% for 3 seconds.\",\"sanitizedDescription\":\"Removes
111
111
  all disables and summoner spell debuffs affecting your champion and lowers
@@ -114,7 +114,7 @@ http_interactions:
114
114
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Removes
115
115
  all disables and summoner spell debuffs affecting your champion and reduces
116
116
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerBoost.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":96,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
117
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"10\":{\"name\":\"Revive\",\"description\":\"Instantly
117
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"10\":{\"name\":\"Revive\",\"description\":\"Instantly
118
118
  revives your champion at your team's Summoner Platform and increases their
119
119
  Movement Speed for a short duration.\",\"sanitizedDescription\":\"Instantly
120
120
  revives your champion at your team's Summoner Platform and increases their
@@ -123,7 +123,7 @@ http_interactions:
123
123
  that decays over 12 seconds.\",\"sanitizedTooltip\":\"Instantly revives your
124
124
  champion at your team's Summoner Platform and grants +{{ f3 }}% Movement Speed
125
125
  that decays over 12 seconds.\",\"image\":{\"full\":\"SummonerRevive.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
126
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"7\":{\"name\":\"Heal\",\"description\":\"Restores
126
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"7\":{\"name\":\"Heal\",\"description\":\"Restores
127
127
  90-495 Health (depending on champion level) and Grants 30% Movement Speed
128
128
  for 2 seconds to you and target allied champion. Additionally removes any
129
129
  healing reduction effects that afflict either champion.\",\"sanitizedDescription\":\"Restores
@@ -138,19 +138,19 @@ http_interactions:
138
138
  champion, then removes any healing reduction effects that afflict either champion.
139
139
  If this spell cannot find a target, it will cast on the most wounded allied
140
140
  champion in range.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerHeal.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":432,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
141
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"6\":{\"name\":\"Ghost\",\"description\":\"Your
141
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"6\":{\"name\":\"Ghost\",\"description\":\"Your
142
142
  champion can move through units and has 27% increased Movement Speed for 10
143
143
  seconds\",\"sanitizedDescription\":\"Your champion can move through units
144
144
  and has 27% increased Movement Speed for 10 seconds\",\"tooltip\":\"Your champion
145
145
  can move through units and has {{ f1 }}% increased Movement Speed for 10 seconds.\",\"sanitizedTooltip\":\"Your
146
146
  champion can move through units and has {{ f1 }}% increased Movement Speed
147
147
  for 10 seconds.\",\"image\":{\"full\":\"SummonerHaste.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
148
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"4\":{\"name\":\"Flash\",\"description\":\"Teleports
148
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"4\":{\"name\":\"Flash\",\"description\":\"Teleports
149
149
  your champion a short distance toward your cursor's location.\",\"sanitizedDescription\":\"Teleports
150
150
  your champion a short distance toward your cursor's location.\",\"tooltip\":\"Teleports
151
151
  your champion a short distance toward your cursor's location.\",\"sanitizedTooltip\":\"Teleports
152
152
  your champion a short distance toward your cursor's location.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerFlash.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
153
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]}}}"
153
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]}}}"
154
154
  http_version:
155
- recorded_at: Thu, 17 Apr 2014 19:12:27 GMT
155
+ recorded_at: Mon, 21 Apr 2014 10:12:02 GMT
156
156
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=true&locale=en_US&spellData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=true&locale=en_US&spellData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:11:53 GMT
30
+ - Mon, 21 Apr 2014 10:11:58 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -47,13 +47,13 @@ http_interactions:
47
47
  colorFF9900\\\">Enemy Turret:</span> Reduces damage dealt by 80% for 8 seconds.\",\"sanitizedTooltip\":\"Allied
48
48
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
49
49
  dealt by 80% for 8 seconds.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerOdinGarrison.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":48,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
50
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]},\"13\":{\"name\":\"Clarity\",\"description\":\"Restores
50
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]},\"13\":{\"name\":\"Clarity\",\"description\":\"Restores
51
51
  40% of your champion's maximum Mana. Also restores allies for 40% of their
52
52
  maximum Mana\",\"sanitizedDescription\":\"Restores 40% of your champion's
53
53
  maximum Mana. Also restores allies for 40% of their maximum Mana\",\"tooltip\":\"Restores
54
54
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"sanitizedTooltip\":\"Restores
55
55
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerMana.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
56
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"14\":{\"name\":\"Ignite\",\"description\":\"Ignites
56
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"14\":{\"name\":\"Ignite\",\"description\":\"Ignites
57
57
  target enemy champion, dealing 70-410 true damage (depending on champion level)
58
58
  over 5 seconds, grants you vision of the target, and reduces healing effects
59
59
  on them for the duration.\",\"sanitizedDescription\":\"Ignites target enemy
@@ -67,14 +67,14 @@ http_interactions:
67
67
  damage to target enemy champion over 5 seconds, grants you vision of the target
68
68
  and applies Grievous Wounds for the duration. (Grievous Wounds reducing incoming
69
69
  healing effects by 50%. This vision does not reveal stealthed enemies.)\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerDot.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
70
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"11\":{\"name\":\"Smite\",\"description\":\"Deals
70
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"11\":{\"name\":\"Smite\",\"description\":\"Deals
71
71
  390-1000 true damage (depending on champion level) to target monster or enemy
72
72
  minion.\",\"sanitizedDescription\":\"Deals 390-1000 true damage (depending
73
73
  on champion level) to target monster or enemy minion.\",\"tooltip\":\"Deals
74
74
  <span class=\\\"colorFEFCFF\\\">{{ f1 }}</span> true damage to target monster
75
75
  or enemy minion.\",\"sanitizedTooltip\":\"Deals {{ f1 }} true damage to target
76
76
  monster or enemy minion.\",\"image\":{\"full\":\"SummonerSmite.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
77
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"12\":{\"name\":\"Teleport\",\"description\":\"After
77
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"12\":{\"name\":\"Teleport\",\"description\":\"After
78
78
  channeling for 3.5 seconds, teleports your champion to target allied minion,
79
79
  turret, or ward.\",\"sanitizedDescription\":\"After channeling for 3.5 seconds,
80
80
  teleports your champion to target allied minion, turret, or ward.\",\"tooltip\":\"After
@@ -86,12 +86,12 @@ http_interactions:
86
86
  ward. Teleporting to an allied turret puts Teleport on a {{ f3 }} second cooldown
87
87
  instead. You may reactivate Teleport to cancel it, placing it on a {{ f3 }}
88
88
  second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
89
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"21\":{\"name\":\"Barrier\",\"description\":\"Shields
89
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"21\":{\"name\":\"Barrier\",\"description\":\"Shields
90
90
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"sanitizedDescription\":\"Shields
91
91
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"tooltip\":\"Temporarily
92
92
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"sanitizedTooltip\":\"Temporarily
93
93
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"image\":{\"full\":\"SummonerBarrier.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
94
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"3\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
94
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"3\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
95
95
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
96
96
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedDescription\":\"Exhausts
97
97
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
@@ -100,12 +100,12 @@ http_interactions:
100
100
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedTooltip\":\"Exhausts
101
101
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
102
102
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerExhaust.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
103
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"2\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
103
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"2\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
104
104
  a small area of the map for your team for 5 seconds.\",\"sanitizedDescription\":\"Reveals
105
105
  a small area of the map for your team for 5 seconds.\",\"tooltip\":\"Reveals
106
106
  a small area of the map for your team for {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Reveals
107
107
  a small area of the map for your team for {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerClairvoyance.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":144,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
108
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"1\":{\"name\":\"Cleanse\",\"description\":\"Removes
108
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"1\":{\"name\":\"Cleanse\",\"description\":\"Removes
109
109
  all disables and summoner spell debuffs affecting your champion and lowers
110
110
  the duration of incoming disables by 65% for 3 seconds.\",\"sanitizedDescription\":\"Removes
111
111
  all disables and summoner spell debuffs affecting your champion and lowers
@@ -114,7 +114,7 @@ http_interactions:
114
114
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Removes
115
115
  all disables and summoner spell debuffs affecting your champion and reduces
116
116
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerBoost.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":96,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
117
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"10\":{\"name\":\"Revive\",\"description\":\"Instantly
117
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"10\":{\"name\":\"Revive\",\"description\":\"Instantly
118
118
  revives your champion at your team's Summoner Platform and increases their
119
119
  Movement Speed for a short duration.\",\"sanitizedDescription\":\"Instantly
120
120
  revives your champion at your team's Summoner Platform and increases their
@@ -123,7 +123,7 @@ http_interactions:
123
123
  that decays over 12 seconds.\",\"sanitizedTooltip\":\"Instantly revives your
124
124
  champion at your team's Summoner Platform and grants +{{ f3 }}% Movement Speed
125
125
  that decays over 12 seconds.\",\"image\":{\"full\":\"SummonerRevive.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
126
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"7\":{\"name\":\"Heal\",\"description\":\"Restores
126
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"7\":{\"name\":\"Heal\",\"description\":\"Restores
127
127
  90-495 Health (depending on champion level) and Grants 30% Movement Speed
128
128
  for 2 seconds to you and target allied champion. Additionally removes any
129
129
  healing reduction effects that afflict either champion.\",\"sanitizedDescription\":\"Restores
@@ -138,19 +138,19 @@ http_interactions:
138
138
  champion, then removes any healing reduction effects that afflict either champion.
139
139
  If this spell cannot find a target, it will cast on the most wounded allied
140
140
  champion in range.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerHeal.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":432,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
141
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"6\":{\"name\":\"Ghost\",\"description\":\"Your
141
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"6\":{\"name\":\"Ghost\",\"description\":\"Your
142
142
  champion can move through units and has 27% increased Movement Speed for 10
143
143
  seconds\",\"sanitizedDescription\":\"Your champion can move through units
144
144
  and has 27% increased Movement Speed for 10 seconds\",\"tooltip\":\"Your champion
145
145
  can move through units and has {{ f1 }}% increased Movement Speed for 10 seconds.\",\"sanitizedTooltip\":\"Your
146
146
  champion can move through units and has {{ f1 }}% increased Movement Speed
147
147
  for 10 seconds.\",\"image\":{\"full\":\"SummonerHaste.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
148
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"4\":{\"name\":\"Flash\",\"description\":\"Teleports
148
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"4\":{\"name\":\"Flash\",\"description\":\"Teleports
149
149
  your champion a short distance toward your cursor's location.\",\"sanitizedDescription\":\"Teleports
150
150
  your champion a short distance toward your cursor's location.\",\"tooltip\":\"Teleports
151
151
  your champion a short distance toward your cursor's location.\",\"sanitizedTooltip\":\"Teleports
152
152
  your champion a short distance toward your cursor's location.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerFlash.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
153
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]}}}"
153
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]}}}"
154
154
  http_version:
155
- recorded_at: Thu, 17 Apr 2014 19:12:27 GMT
155
+ recorded_at: Mon, 21 Apr 2014 10:12:02 GMT
156
156
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell/12?api_key=test_key&locale=en_US&spellData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell/12?api_key=test_key&locale=en_US&spellData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:16 GMT
30
+ - Mon, 21 Apr 2014 10:11:59 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  minion or ward. Teleporting to an allied turret puts Teleport on a {{ f3 }}
50
50
  second cooldown instead. You may reactivate Teleport to cancel it, placing
51
51
  it on a {{ f3 }} second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
52
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]}"
52
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]}"
53
53
  http_version:
54
- recorded_at: Thu, 17 Apr 2014 19:08:50 GMT
54
+ recorded_at: Mon, 21 Apr 2014 10:12:03 GMT
55
55
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell/12?api_key=test_key&locale=en_US&spellData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell/12?api_key=test_key&locale=en_US&spellData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:15 GMT
30
+ - Mon, 21 Apr 2014 10:11:59 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  minion or ward. Teleporting to an allied turret puts Teleport on a {{ f3 }}
50
50
  second cooldown instead. You may reactivate Teleport to cancel it, placing
51
51
  it on a {{ f3 }} second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
52
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]}"
52
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]}"
53
53
  http_version:
54
- recorded_at: Thu, 17 Apr 2014 19:08:50 GMT
54
+ recorded_at: Mon, 21 Apr 2014 10:12:03 GMT
55
55
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/na/v1.3/stats/by-summoner/42139310/ranked?api_key=test_key&locale=en_US&season
5
+ uri: http://prod.api.pvp.net/api/lol/na/v1.3/stats/by-summoner/42139310/ranked?api_key=test_key&locale=en_US&season=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -29,7 +29,7 @@ http_interactions:
29
29
  Content-Type:
30
30
  - text/html; charset=UTF-8
31
31
  Date:
32
- - Fri, 18 Apr 2014 14:29:20 GMT
32
+ - Mon, 21 Apr 2014 10:10:09 GMT
33
33
  Server:
34
34
  - Jetty(9.1.1.v20140108)
35
35
  Content-Length:
@@ -53,5 +53,5 @@ http_interactions:
53
53
  \ \n<br/> \n<br/>
54
54
  \ \n\n</body>\n</html>\n"
55
55
  http_version:
56
- recorded_at: Fri, 18 Apr 2014 14:29:56 GMT
56
+ recorded_at: Mon, 21 Apr 2014 10:10:13 GMT
57
57
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,18 +27,18 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Fri, 18 Apr 2014 14:29:20 GMT
30
+ - Mon, 21 Apr 2014 10:10:09 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
34
34
  - Accept-Encoding, User-Agent
35
- Transfer-Encoding:
36
- - chunked
35
+ Content-Length:
36
+ - '753'
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: "{\"summonerId\":42139310,\"modifyDate\":1378635320000,\"champions\":[{\"id\":111,\"stats\":{\"totalSessionsPlayed\":1,\"totalSessionsLost\":1,\"totalSessionsWon\":0,\"totalChampionKills\":1,\"totalDamageDealt\":50005,\"totalDamageTaken\":20883,\"mostChampionKillsPerSession\":1,\"totalMinionKills\":49,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":4,\"totalGoldEarned\":5645,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":13901,\"totalMagicDamageDealt\":30453,\"totalFirstBlood\":0,\"totalAssists\":6,\"maxChampionsKilled\":1,\"maxNumDeaths\":4}},{\"id\":5,\"stats\":{\"totalSessionsPlayed\":3,\"totalSessionsLost\":1,\"totalSessionsWon\":2,\"totalChampionKills\":7,\"totalDamageDealt\":99989,\"totalDamageTaken\":34273,\"mostChampionKillsPerSession\":3,\"totalMinionKills\":55,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":9,\"totalGoldEarned\":16223,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":56188,\"totalMagicDamageDealt\":30054,\"totalFirstBlood\":0,\"totalAssists\":15,\"maxChampionsKilled\":3,\"maxNumDeaths\":6}},{\"id\":154,\"stats\":{\"totalSessionsPlayed\":3,\"totalSessionsLost\":1,\"totalSessionsWon\":2,\"totalChampionKills\":5,\"totalDamageDealt\":179020,\"totalDamageTaken\":57800,\"mostChampionKillsPerSession\":4,\"totalMinionKills\":85,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":4,\"totalGoldEarned\":20819,\"mostSpellsCast\":0,\"totalTurretsKilled\":2,\"totalPhysicalDamageDealt\":47172,\"totalMagicDamageDealt\":111176,\"totalFirstBlood\":0,\"totalAssists\":25,\"maxChampionsKilled\":4,\"maxNumDeaths\":4}},{\"id\":113,\"stats\":{\"totalSessionsPlayed\":7,\"totalSessionsLost\":4,\"totalSessionsWon\":3,\"totalChampionKills\":20,\"totalDamageDealt\":538859,\"totalDamageTaken\":185344,\"mostChampionKillsPerSession\":8,\"totalMinionKills\":258,\"totalDoubleKills\":1,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":35,\"totalGoldEarned\":57002,\"mostSpellsCast\":0,\"totalTurretsKilled\":3,\"totalPhysicalDamageDealt\":109394,\"totalMagicDamageDealt\":383281,\"totalFirstBlood\":0,\"totalAssists\":75,\"maxChampionsKilled\":8,\"maxNumDeaths\":9}},{\"id\":254,\"stats\":{\"totalSessionsPlayed\":1,\"totalSessionsLost\":1,\"totalSessionsWon\":0,\"totalChampionKills\":0,\"totalDamageDealt\":47091,\"totalDamageTaken\":23991,\"mostChampionKillsPerSession\":0,\"totalMinionKills\":13,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":12,\"totalGoldEarned\":4585,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":40969,\"totalMagicDamageDealt\":1748,\"totalFirstBlood\":0,\"totalAssists\":3,\"maxChampionsKilled\":0,\"maxNumDeaths\":12}},{\"id\":0,\"stats\":{\"totalSessionsPlayed\":15,\"totalSessionsLost\":8,\"totalSessionsWon\":7,\"totalChampionKills\":33,\"killingSpree\":14,\"totalDamageDealt\":914964,\"totalDamageTaken\":322291,\"mostChampionKillsPerSession\":8,\"totalMinionKills\":460,\"totalDoubleKills\":1,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":64,\"totalGoldEarned\":104274,\"mostSpellsCast\":0,\"totalTurretsKilled\":5,\"totalPhysicalDamageDealt\":267624,\"totalMagicDamageDealt\":556712,\"totalNeutralMinionsKilled\":521,\"totalFirstBlood\":0,\"totalAssists\":124,\"totalHeal\":31010,\"maxLargestKillingSpree\":4,\"maxLargestCriticalStrike\":6,\"maxChampionsKilled\":8,\"maxNumDeaths\":12,\"maxTimePlayed\":3295,\"maxTimeSpentLiving\":1032,\"normalGamesPlayed\":0,\"rankedSoloGamesPlayed\":0,\"rankedPremadeGamesPlayed\":0,\"botGamesPlayed\":0}}]}"
42
42
  http_version:
43
- recorded_at: Fri, 18 Apr 2014 14:29:56 GMT
43
+ recorded_at: Mon, 21 Apr 2014 10:10:12 GMT
44
44
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,18 +27,18 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Fri, 18 Apr 2014 14:29:20 GMT
30
+ - Mon, 21 Apr 2014 10:10:08 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
34
34
  - Accept-Encoding, User-Agent
35
- Content-Length:
36
- - '753'
35
+ Transfer-Encoding:
36
+ - chunked
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: "{\"summonerId\":42139310,\"modifyDate\":1378635320000,\"champions\":[{\"id\":111,\"stats\":{\"totalSessionsPlayed\":1,\"totalSessionsLost\":1,\"totalSessionsWon\":0,\"totalChampionKills\":1,\"totalDamageDealt\":50005,\"totalDamageTaken\":20883,\"mostChampionKillsPerSession\":1,\"totalMinionKills\":49,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":4,\"totalGoldEarned\":5645,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":13901,\"totalMagicDamageDealt\":30453,\"totalFirstBlood\":0,\"totalAssists\":6,\"maxChampionsKilled\":1,\"maxNumDeaths\":4}},{\"id\":5,\"stats\":{\"totalSessionsPlayed\":3,\"totalSessionsLost\":1,\"totalSessionsWon\":2,\"totalChampionKills\":7,\"totalDamageDealt\":99989,\"totalDamageTaken\":34273,\"mostChampionKillsPerSession\":3,\"totalMinionKills\":55,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":9,\"totalGoldEarned\":16223,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":56188,\"totalMagicDamageDealt\":30054,\"totalFirstBlood\":0,\"totalAssists\":15,\"maxChampionsKilled\":3,\"maxNumDeaths\":6}},{\"id\":154,\"stats\":{\"totalSessionsPlayed\":3,\"totalSessionsLost\":1,\"totalSessionsWon\":2,\"totalChampionKills\":5,\"totalDamageDealt\":179020,\"totalDamageTaken\":57800,\"mostChampionKillsPerSession\":4,\"totalMinionKills\":85,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":4,\"totalGoldEarned\":20819,\"mostSpellsCast\":0,\"totalTurretsKilled\":2,\"totalPhysicalDamageDealt\":47172,\"totalMagicDamageDealt\":111176,\"totalFirstBlood\":0,\"totalAssists\":25,\"maxChampionsKilled\":4,\"maxNumDeaths\":4}},{\"id\":113,\"stats\":{\"totalSessionsPlayed\":7,\"totalSessionsLost\":4,\"totalSessionsWon\":3,\"totalChampionKills\":20,\"totalDamageDealt\":538859,\"totalDamageTaken\":185344,\"mostChampionKillsPerSession\":8,\"totalMinionKills\":258,\"totalDoubleKills\":1,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":35,\"totalGoldEarned\":57002,\"mostSpellsCast\":0,\"totalTurretsKilled\":3,\"totalPhysicalDamageDealt\":109394,\"totalMagicDamageDealt\":383281,\"totalFirstBlood\":0,\"totalAssists\":75,\"maxChampionsKilled\":8,\"maxNumDeaths\":9}},{\"id\":254,\"stats\":{\"totalSessionsPlayed\":1,\"totalSessionsLost\":1,\"totalSessionsWon\":0,\"totalChampionKills\":0,\"totalDamageDealt\":47091,\"totalDamageTaken\":23991,\"mostChampionKillsPerSession\":0,\"totalMinionKills\":13,\"totalDoubleKills\":0,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":12,\"totalGoldEarned\":4585,\"mostSpellsCast\":0,\"totalTurretsKilled\":0,\"totalPhysicalDamageDealt\":40969,\"totalMagicDamageDealt\":1748,\"totalFirstBlood\":0,\"totalAssists\":3,\"maxChampionsKilled\":0,\"maxNumDeaths\":12}},{\"id\":0,\"stats\":{\"totalSessionsPlayed\":15,\"totalSessionsLost\":8,\"totalSessionsWon\":7,\"totalChampionKills\":33,\"killingSpree\":14,\"totalDamageDealt\":914964,\"totalDamageTaken\":322291,\"mostChampionKillsPerSession\":8,\"totalMinionKills\":460,\"totalDoubleKills\":1,\"totalTripleKills\":0,\"totalQuadraKills\":0,\"totalPentaKills\":0,\"totalUnrealKills\":0,\"totalDeathsPerSession\":64,\"totalGoldEarned\":104274,\"mostSpellsCast\":0,\"totalTurretsKilled\":5,\"totalPhysicalDamageDealt\":267624,\"totalMagicDamageDealt\":556712,\"totalNeutralMinionsKilled\":521,\"totalFirstBlood\":0,\"totalAssists\":124,\"totalHeal\":31010,\"maxLargestKillingSpree\":4,\"maxLargestCriticalStrike\":6,\"maxChampionsKilled\":8,\"maxNumDeaths\":12,\"maxTimePlayed\":3295,\"maxTimeSpentLiving\":1032,\"normalGamesPlayed\":0,\"rankedSoloGamesPlayed\":0,\"rankedPremadeGamesPlayed\":0,\"botGamesPlayed\":0}}]}"
42
42
  http_version:
43
- recorded_at: Fri, 18 Apr 2014 14:29:56 GMT
43
+ recorded_at: Mon, 21 Apr 2014 10:10:12 GMT
44
44
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Fri, 18 Apr 2014 14:29:21 GMT
30
+ - Mon, 21 Apr 2014 10:10:10 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -40,5 +40,5 @@ http_interactions:
40
40
  encoding: UTF-8
41
41
  string: "{\"summonerId\":42139310,\"playerStatSummaries\":[{\"playerStatSummaryType\":\"AramUnranked5x5\",\"wins\":5,\"modifyDate\":1380961387000,\"aggregatedStats\":{\"totalChampionKills\":44,\"totalTurretsKilled\":3,\"totalAssists\":131}},{\"playerStatSummaryType\":\"CAP5x5\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"CoopVsAI\",\"wins\":3,\"modifyDate\":1366429253000,\"aggregatedStats\":{\"totalChampionKills\":4,\"totalMinionKills\":293,\"totalTurretsKilled\":5,\"totalNeutralMinionsKilled\":0,\"totalAssists\":14}},{\"playerStatSummaryType\":\"FirstBlood1x1\",\"wins\":2,\"modifyDate\":1388567148000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"FirstBlood2x2\",\"wins\":1,\"modifyDate\":1388567148000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"OdinUnranked\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"RankedSolo5x5\",\"wins\":7,\"losses\":8,\"modifyDate\":1378635320000,\"aggregatedStats\":{\"totalChampionKills\":33,\"totalMinionKills\":460,\"totalTurretsKilled\":5,\"totalNeutralMinionsKilled\":521,\"totalAssists\":124}},{\"playerStatSummaryType\":\"Unranked\",\"wins\":183,\"modifyDate\":1388877115000,\"aggregatedStats\":{\"totalChampionKills\":1511,\"totalMinionKills\":45930,\"totalTurretsKilled\":357,\"totalNeutralMinionsKilled\":8524,\"totalAssists\":2772}},{\"playerStatSummaryType\":\"Unranked3x3\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}}]}"
42
42
  http_version:
43
- recorded_at: Fri, 18 Apr 2014 14:29:57 GMT
43
+ recorded_at: Mon, 21 Apr 2014 10:10:14 GMT
44
44
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Fri, 18 Apr 2014 14:29:21 GMT
30
+ - Mon, 21 Apr 2014 10:10:10 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -40,5 +40,5 @@ http_interactions:
40
40
  encoding: UTF-8
41
41
  string: "{\"summonerId\":42139310,\"playerStatSummaries\":[{\"playerStatSummaryType\":\"AramUnranked5x5\",\"wins\":5,\"modifyDate\":1380961387000,\"aggregatedStats\":{\"totalChampionKills\":44,\"totalTurretsKilled\":3,\"totalAssists\":131}},{\"playerStatSummaryType\":\"CAP5x5\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"CoopVsAI\",\"wins\":3,\"modifyDate\":1366429253000,\"aggregatedStats\":{\"totalChampionKills\":4,\"totalMinionKills\":293,\"totalTurretsKilled\":5,\"totalNeutralMinionsKilled\":0,\"totalAssists\":14}},{\"playerStatSummaryType\":\"FirstBlood1x1\",\"wins\":2,\"modifyDate\":1388567148000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"FirstBlood2x2\",\"wins\":1,\"modifyDate\":1388567148000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"OdinUnranked\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}},{\"playerStatSummaryType\":\"RankedSolo5x5\",\"wins\":7,\"losses\":8,\"modifyDate\":1378635320000,\"aggregatedStats\":{\"totalChampionKills\":33,\"totalMinionKills\":460,\"totalTurretsKilled\":5,\"totalNeutralMinionsKilled\":521,\"totalAssists\":124}},{\"playerStatSummaryType\":\"Unranked\",\"wins\":183,\"modifyDate\":1388877115000,\"aggregatedStats\":{\"totalChampionKills\":1511,\"totalMinionKills\":45930,\"totalTurretsKilled\":357,\"totalNeutralMinionsKilled\":8524,\"totalAssists\":2772}},{\"playerStatSummaryType\":\"Unranked3x3\",\"wins\":0,\"modifyDate\":1375430552000,\"aggregatedStats\":{}}]}"
42
42
  http_version:
43
- recorded_at: Fri, 18 Apr 2014 14:29:57 GMT
43
+ recorded_at: Mon, 21 Apr 2014 10:10:13 GMT
44
44
  recorded_with: VCR 2.9.0