battlenet 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,17 @@
1
+ ## v1.3.0
2
+
3
+ * Add `Battlenet::ApiException` for API error responses
4
+
5
+ ## v1.2.0
6
+
7
+ * Add recipe resource
8
+ * Internal changes
9
+
1
10
  ## v1.1.0
2
11
 
3
12
  * Added quest resource
4
13
  * Added character achievements and guild achievements data resources
14
+ * Fixed incorrect default configuration values
5
15
 
6
16
  ## v1.0.0
7
17
 
@@ -6,9 +6,11 @@ require 'battlenet/modules/guild'
6
6
  require 'battlenet/modules/realm'
7
7
  require 'battlenet/modules/auction'
8
8
  require 'battlenet/modules/item'
9
+ require 'battlenet/modules/achievement'
9
10
  require 'battlenet/modules/recipe'
10
11
  require 'battlenet/modules/quest'
11
12
  require 'battlenet/modules/arena'
13
+ require 'battlenet/modules/pvp'
12
14
  require 'battlenet/modules/data'
13
15
 
14
16
  # Battlenet exposes the Blizzard Battle.net Community Platform API via an
@@ -54,9 +56,11 @@ class Battlenet
54
56
  include Battlenet::Modules::Realm
55
57
  include Battlenet::Modules::Auction
56
58
  include Battlenet::Modules::Item
59
+ include Battlenet::Modules::Achievement
57
60
  include Battlenet::Modules::Recipe
58
61
  include Battlenet::Modules::Quest
59
62
  include Battlenet::Modules::Arena
63
+ include Battlenet::Modules::Pvp
60
64
  include Battlenet::Modules::Data
61
65
 
62
66
  class << self
@@ -0,0 +1,9 @@
1
+ class Battlenet
2
+ module Modules
3
+ module Achievement
4
+ def achievement(id, options = {})
5
+ get "/achievement/#{id}", options
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,6 +1,11 @@
1
1
  class Battlenet
2
2
  module Modules
3
3
  module Data
4
+ def battlegroups(options = {})
5
+ # URL currently requires a trailing '/'
6
+ get "/data/battlegroups/", options
7
+ end
8
+
4
9
  def character_races(options = {})
5
10
  get "/data/character/races", options
6
11
  end
@@ -4,6 +4,10 @@ class Battlenet
4
4
  def item(id, options = {})
5
5
  get "/item/#{id}", options
6
6
  end
7
+
8
+ def item_set(id, options = {})
9
+ get "/item/set/#{id}", options
10
+ end
7
11
  end
8
12
  end
9
13
  end
@@ -0,0 +1,18 @@
1
+ require 'uri'
2
+
3
+ class Battlenet
4
+ module Modules
5
+ module Pvp
6
+ def arena_ladder(battlegroup, size, options = {})
7
+ battlegroup = URI.escape battlegroup
8
+ size = URI.escape size
9
+
10
+ get "/pvp/arena/#{battlegroup}/#{size}", options
11
+ end
12
+
13
+ def rated_bg_ladder(options = {})
14
+ get "/pvp/ratedbg/ladder", options
15
+ end
16
+ end
17
+ end
18
+ end
@@ -1,3 +1,3 @@
1
1
  class Battlenet
2
- VERSION = "1.3.0"
2
+ VERSION = "1.4.0"
3
3
  end
@@ -0,0 +1,82 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://us.battle.net:80/api/wow/pvp/arena/ruin/2v2
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 03 May 2012 23:21:31 GMT
15
+ server:
16
+ - Apache
17
+ x-frame-options:
18
+ - SAMEORIGIN
19
+ content-language:
20
+ - en-US
21
+ vary:
22
+ - Accept-Encoding
23
+ transfer-encoding:
24
+ - chunked
25
+ content-type:
26
+ - application/json;charset=utf-8
27
+ body: ! '{"arenateam":[{"realm":"Bleeding Hollow","ranking":1,"rating":2390,"teamsize":2,"created":"2011-11-21","name":"trolling
28
+ brigade","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":94,"sessionGamesWon":89,"sessionGamesLost":5,"lastSessionRanking":1132,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Meepins","realm":"Bleeding
29
+ Hollow","battlegroup":"Ruin","class":8,"race":7,"gender":1,"level":85,"achievementPoints":1700,"thumbnail":"bleeding-hollow/115/52646003-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000},{"character":{"name":"Bunnieslol","realm":"Bleeding
30
+ Hollow","battlegroup":"Ruin","class":9,"race":7,"gender":1,"level":85,"achievementPoints":1710,"thumbnail":"bleeding-hollow/3/56637187-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Arthas","ranking":2,"rating":2375,"teamsize":2,"created":"2011-09-19","name":"damnit
31
+ whyd i del it","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":68,"sessionGamesWon":62,"sessionGamesLost":6,"lastSessionRanking":173,"side":"horde","currentWeekRanking":1,"members":[{"character":{"name":"Skeptic","realm":"Arthas","battlegroup":"Ruin","class":5,"race":5,"gender":1,"level":85,"achievementPoints":9100,"thumbnail":"arthas/57/42793273-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":60,"sessionGamesWon":55,"sessionGamesLost":5,"personalRating":2375},{"character":{"name":"Wertyz","realm":"Arthas","battlegroup":"Ruin","class":8,"race":5,"gender":0,"level":85,"achievementPoints":5245,"thumbnail":"arthas/98/76291170-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":11,"sessionGamesWon":11,"sessionGamesLost":0,"personalRating":1875}]},{"realm":"Mannoroth","ranking":3,"rating":2356,"teamsize":2,"created":"2012-01-11","name":"rank
32
+ one twos lol","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":125,"sessionGamesWon":114,"sessionGamesLost":11,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":2,"members":[{"character":{"name":"Nayro","realm":"Mannoroth","battlegroup":"Ruin","class":6,"race":1,"gender":1,"level":85,"achievementPoints":4615,"thumbnail":"mannoroth/207/99322831-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":125,"sessionGamesWon":114,"sessionGamesLost":11,"personalRating":2353},{"character":{"name":"Brotatoz","realm":"Mannoroth","battlegroup":"Ruin","class":2,"race":1,"gender":1,"level":85,"achievementPoints":4540,"thumbnail":"mannoroth/209/99134929-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":125,"sessionGamesWon":114,"sessionGamesLost":11,"personalRating":2353}]},{"realm":"Bleeding
33
+ Hollow","ranking":4,"rating":2351,"teamsize":2,"created":"2011-12-26","name":"I
34
+ accidentally left","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":77,"sessionGamesWon":77,"sessionGamesLost":0,"lastSessionRanking":0,"side":"horde","currentWeekRanking":3,"members":[{"character":{"name":"Venrookx","realm":"Bleeding
35
+ Hollow","battlegroup":"Ruin","class":5,"race":5,"gender":0,"level":85,"achievementPoints":6125,"thumbnail":"bleeding-hollow/164/98138276-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":77,"sessionGamesWon":77,"sessionGamesLost":0,"personalRating":2351}]},{"realm":"Arthas","ranking":5,"rating":2302,"teamsize":2,"created":"2011-12-11","name":"Just
36
+ let the good flow","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":78,"sessionGamesWon":66,"sessionGamesLost":12,"lastSessionRanking":0,"side":"horde","currentWeekRanking":4,"members":[{"character":{"name":"Sølitude","realm":"Arthas","battlegroup":"Ruin","class":5,"race":5,"gender":0,"level":85,"achievementPoints":7605,"thumbnail":"arthas/245/91886069-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":78,"sessionGamesWon":66,"sessionGamesLost":12,"personalRating":2303}]},{"realm":"Lothar","ranking":6,"rating":2296,"teamsize":2,"created":"2011-12-28","name":"losing
37
+ is a profession","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":150,"sessionGamesWon":128,"sessionGamesLost":22,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":5,"members":[{"character":{"name":"Secondaryz","realm":"Lothar","battlegroup":"Ruin","class":7,"race":3,"gender":1,"level":85,"achievementPoints":8635,"thumbnail":"lothar/125/99163517-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":37,"sessionGamesWon":35,"sessionGamesLost":2,"personalRating":2197}]},{"realm":"Magtheridon","ranking":7,"rating":2291,"teamsize":2,"created":"2011-07-06","name":"twosiez","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":234,"sessionGamesWon":203,"sessionGamesLost":31,"lastSessionRanking":37,"side":"alliance","currentWeekRanking":6,"members":[{"character":{"name":"Chideca","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":4,"gender":1,"level":85,"achievementPoints":6705,"thumbnail":"magtheridon/161/50330273-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":234,"sessionGamesWon":203,"sessionGamesLost":31,"personalRating":2291},{"character":{"name":"Furchtlos","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":1,"gender":1,"level":85,"achievementPoints":3925,"thumbnail":"magtheridon/245/101072373-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":78,"sessionGamesWon":72,"sessionGamesLost":6,"personalRating":2168}]},{"realm":"Durotan","ranking":8,"rating":2288,"teamsize":2,"created":"2011-12-07","name":"durotan
38
+ gladiators","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":75,"sessionGamesWon":67,"sessionGamesLost":8,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Homerjr","realm":"Durotan","battlegroup":"Ruin","class":7,"race":3,"gender":1,"level":85,"achievementPoints":1400,"thumbnail":"durotan/131/91761539-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":5,"sessionGamesWon":5,"sessionGamesLost":0,"personalRating":1469}]},{"realm":"Skullcrusher","ranking":9,"rating":2271,"teamsize":2,"created":"2011-12-13","name":"CougarLifeDotCom","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":108,"sessionGamesWon":97,"sessionGamesLost":11,"lastSessionRanking":0,"side":"horde","currentWeekRanking":0,"members":[{"character":{"name":"Frostyaids","realm":"Skullcrusher","battlegroup":"Ruin","class":8,"race":10,"gender":1,"level":85,"achievementPoints":1610,"thumbnail":"skullcrusher/174/82069678-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Magtheridon","ranking":10,"rating":2259,"teamsize":2,"created":"2011-12-20","name":"DEEP
39
+ MISSED NO NO NO NO","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":150,"sessionGamesWon":122,"sessionGamesLost":28,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":7,"members":[{"character":{"name":"Chedica","realm":"Magtheridon","battlegroup":"Ruin","class":9,"race":3,"gender":1,"level":85,"achievementPoints":14970,"thumbnail":"magtheridon/190/94477246-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":54,"sessionGamesWon":54,"sessionGamesLost":0,"personalRating":2291}]},{"realm":"Lothar","ranking":11,"rating":2230,"teamsize":2,"created":"2011-12-08","name":"LISTEN
40
+ SCUM numba two","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":140,"sessionGamesWon":109,"sessionGamesLost":31,"lastSessionRanking":0,"side":"horde","currentWeekRanking":0,"members":[{"character":{"name":"Drburstqt","realm":"Lothar","battlegroup":"Ruin","class":2,"race":10,"gender":1,"level":85,"achievementPoints":2850,"thumbnail":"lothar/82/99901266-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":11,"sessionGamesWon":11,"sessionGamesLost":0,"personalRating":1869}]},{"realm":"Magtheridon","ranking":12,"rating":2227,"teamsize":2,"created":"2012-01-27","name":"two
41
+ bee","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":149,"sessionGamesWon":124,"sessionGamesLost":25,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":8,"members":[{"character":{"name":"Ziran","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":1,"gender":1,"level":85,"achievementPoints":5380,"thumbnail":"magtheridon/56/100291896-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":97,"sessionGamesWon":83,"sessionGamesLost":14,"personalRating":2216},{"character":{"name":"Vivaz","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":4,"gender":1,"level":85,"achievementPoints":4820,"thumbnail":"magtheridon/85/100291925-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":24,"sessionGamesWon":21,"sessionGamesLost":3,"personalRating":2050}]},{"realm":"Mannoroth","ranking":13,"rating":2222,"teamsize":2,"created":"2011-08-05","name":"Rock
42
+ Beats Paper","gamesPlayed":6,"gamesWon":6,"gamesLost":0,"sessionGamesPlayed":235,"sessionGamesWon":187,"sessionGamesLost":48,"lastSessionRanking":28,"side":"alliance","currentWeekRanking":9,"members":[{"character":{"name":"Stupidshammy","realm":"Mannoroth","battlegroup":"Ruin","class":7,"race":11,"gender":1,"level":85,"achievementPoints":4640,"thumbnail":"mannoroth/40/50611240-avatar.jpg"},"rank":0,"gamesPlayed":6,"gamesWon":6,"gamesLost":0,"sessionGamesPlayed":111,"sessionGamesWon":101,"sessionGamesLost":10,"personalRating":2325},{"character":{"name":"Drakedogplus","realm":"Mannoroth","battlegroup":"Ruin","class":9,"race":1,"gender":1,"level":85,"achievementPoints":6190,"thumbnail":"mannoroth/21/92830741-avatar.jpg"},"rank":1,"gamesPlayed":6,"gamesWon":6,"gamesLost":0,"sessionGamesPlayed":34,"sessionGamesWon":34,"sessionGamesLost":0,"personalRating":2129}]},{"realm":"Mannoroth","ranking":13,"rating":2222,"teamsize":2,"created":"2012-02-05","name":"cute
43
+ raven playin rogue","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":146,"sessionGamesWon":131,"sessionGamesLost":15,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Jungyupx","realm":"Mannoroth","battlegroup":"Ruin","class":3,"race":1,"gender":0,"level":85,"achievementPoints":3255,"thumbnail":"mannoroth/250/98089210-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Skullcrusher","ranking":15,"rating":2211,"teamsize":2,"created":"2011-12-10","name":"Design
44
+ That Yburst","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":309,"sessionGamesWon":216,"sessionGamesLost":93,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":10,"members":[{"character":{"name":"Ydad","realm":"Skullcrusher","battlegroup":"Ruin","class":4,"race":1,"gender":0,"level":85,"achievementPoints":14440,"thumbnail":"skullcrusher/207/7922895-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":254,"sessionGamesWon":173,"sessionGamesLost":81,"personalRating":2210},{"character":{"name":"Ryan","realm":"Skullcrusher","battlegroup":"Ruin","class":11,"race":22,"gender":0,"level":85,"achievementPoints":12630,"thumbnail":"skullcrusher/3/87138563-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":164,"sessionGamesWon":111,"sessionGamesLost":53,"personalRating":2209}]},{"realm":"Medivh","ranking":16,"rating":2203,"teamsize":2,"created":"2011-12-12","name":"cor
45
+ man","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":74,"sessionGamesWon":58,"sessionGamesLost":16,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Kalibadger","realm":"Medivh","battlegroup":"Ruin","class":3,"race":22,"gender":0,"level":85,"achievementPoints":380,"thumbnail":"medivh/89/93892953-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Elune","ranking":17,"rating":2200,"teamsize":2,"created":"2011-12-19","name":"so
46
+ op","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":148,"sessionGamesWon":123,"sessionGamesLost":25,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":11,"members":[{"character":{"name":"Celestisse","realm":"Elune","battlegroup":"Ruin","class":5,"race":11,"gender":1,"level":85,"achievementPoints":3230,"thumbnail":"elune/181/63209653-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":148,"sessionGamesWon":123,"sessionGamesLost":25,"personalRating":2226},{"character":{"name":"Dpssbot","realm":"Elune","battlegroup":"Ruin","class":8,"race":1,"gender":1,"level":85,"achievementPoints":4175,"thumbnail":"elune/240/87362288-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":66,"sessionGamesWon":60,"sessionGamesLost":6,"personalRating":2182},{"character":{"name":"Dpsbotqtlol","realm":"Elune","battlegroup":"Ruin","class":8,"race":1,"gender":1,"level":85,"achievementPoints":1300,"thumbnail":"elune/196/95779268-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":81,"sessionGamesWon":63,"sessionGamesLost":18,"personalRating":2106}]},{"realm":"Bleeding
47
+ Hollow","ranking":18,"rating":2196,"teamsize":2,"created":"2011-12-29","name":"Uberman
48
+ Cleave","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":52,"sessionGamesWon":38,"sessionGamesLost":14,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Supasteez","realm":"Bleeding
49
+ Hollow","battlegroup":"Ruin","class":4,"race":1,"gender":1,"level":85,"achievementPoints":2890,"thumbnail":"bleeding-hollow/107/97970283-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Arthas","ranking":19,"rating":2179,"teamsize":2,"created":"2011-07-06","name":"Get
50
+ Dunked On","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":140,"sessionGamesWon":102,"sessionGamesLost":38,"lastSessionRanking":1323,"side":"horde","currentWeekRanking":12,"members":[{"character":{"name":"Dinkane","realm":"Arthas","battlegroup":"Ruin","class":2,"race":10,"gender":0,"level":85,"achievementPoints":5855,"thumbnail":"arthas/61/16335677-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":140,"sessionGamesWon":102,"sessionGamesLost":38,"personalRating":2187}]},{"realm":"Magtheridon","ranking":20,"rating":2169,"teamsize":2,"created":"2011-12-08","name":"weeds
51
+ breh","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":107,"sessionGamesWon":76,"sessionGamesLost":31,"lastSessionRanking":0,"side":"horde","currentWeekRanking":13,"members":[{"character":{"name":"Boonqueesha","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":9,"gender":1,"level":85,"achievementPoints":10160,"thumbnail":"magtheridon/234/94243050-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":107,"sessionGamesWon":76,"sessionGamesLost":31,"personalRating":2169}]},{"realm":"Magtheridon","ranking":21,"rating":2167,"teamsize":2,"created":"2012-01-08","name":"Goat
52
+ Stomp","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":70,"sessionGamesWon":57,"sessionGamesLost":13,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":14,"members":[{"character":{"name":"Bloobungle","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":3,"gender":0,"level":85,"achievementPoints":12425,"thumbnail":"magtheridon/160/91077280-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":70,"sessionGamesWon":57,"sessionGamesLost":13,"personalRating":2159},{"character":{"name":"Poodoogie","realm":"Magtheridon","battlegroup":"Ruin","class":11,"race":4,"gender":0,"level":85,"achievementPoints":8050,"thumbnail":"magtheridon/173/99998381-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":30,"sessionGamesWon":22,"sessionGamesLost":8,"personalRating":2055},{"character":{"name":"Kaddee","realm":"Magtheridon","battlegroup":"Ruin","class":2,"race":1,"gender":1,"level":85,"achievementPoints":7370,"thumbnail":"magtheridon/196/59366340-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":2,"sessionGamesWon":1,"sessionGamesLost":1,"personalRating":1095}]},{"realm":"Magtheridon","ranking":21,"rating":2167,"teamsize":2,"created":"2011-07-25","name":"i
53
+ aim to missbehave","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":178,"sessionGamesWon":148,"sessionGamesLost":30,"lastSessionRanking":59,"side":"alliance","currentWeekRanking":14,"members":[{"character":{"name":"Excesive","realm":"Magtheridon","battlegroup":"Ruin","class":7,"race":3,"gender":1,"level":85,"achievementPoints":3665,"thumbnail":"magtheridon/61/94843965-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":177,"sessionGamesWon":148,"sessionGamesLost":29,"personalRating":2184},{"character":{"name":"Predator","realm":"Magtheridon","battlegroup":"Ruin","class":11,"race":4,"gender":0,"level":85,"achievementPoints":2670,"thumbnail":"magtheridon/179/96974259-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":5,"sessionGamesWon":5,"sessionGamesLost":0,"personalRating":1447}]},{"realm":"Mannoroth","ranking":23,"rating":2166,"teamsize":2,"created":"2011-12-31","name":"Tentacle
54
+ Weapon","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":91,"sessionGamesWon":62,"sessionGamesLost":29,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":16,"members":[{"character":{"name":"Toezz","realm":"Mannoroth","battlegroup":"Ruin","class":2,"race":1,"gender":0,"level":85,"achievementPoints":3360,"thumbnail":"mannoroth/111/99811439-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":91,"sessionGamesWon":62,"sessionGamesLost":29,"personalRating":2166}]},{"realm":"Magtheridon","ranking":24,"rating":2164,"teamsize":2,"created":"2011-09-17","name":"Dks
55
+ r ghey","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":284,"sessionGamesWon":237,"sessionGamesLost":47,"lastSessionRanking":577,"side":"horde","currentWeekRanking":17,"members":[{"character":{"name":"Hitôkori","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":5,"gender":0,"level":85,"achievementPoints":3985,"thumbnail":"magtheridon/19/93360147-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":95,"sessionGamesWon":88,"sessionGamesLost":7,"personalRating":2346}]},{"realm":"Zul''jin","ranking":25,"rating":2162,"teamsize":2,"created":"2012-01-09","name":"bullfacetwo","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":191,"sessionGamesWon":138,"sessionGamesLost":53,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":18,"members":[{"character":{"name":"Dakthree","realm":"Zul''jin","battlegroup":"Ruin","class":2,"race":1,"gender":0,"level":85,"achievementPoints":1605,"thumbnail":"zuljin/176/93589936-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":87,"sessionGamesWon":59,"sessionGamesLost":28,"personalRating":2074}]},{"realm":"Magtheridon","ranking":26,"rating":2151,"teamsize":2,"created":"2012-03-08","name":"together
56
+ at last","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":65,"sessionGamesWon":61,"sessionGamesLost":4,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":19,"members":[{"character":{"name":"Ahji","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":1,"gender":0,"level":85,"achievementPoints":5530,"thumbnail":"magtheridon/169/75073705-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":65,"sessionGamesWon":61,"sessionGamesLost":4,"personalRating":2151},{"character":{"name":"Aoiris","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":3,"gender":0,"level":85,"achievementPoints":8045,"thumbnail":"magtheridon/164/84342692-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":58,"sessionGamesWon":55,"sessionGamesLost":3,"personalRating":2151}]},{"realm":"Azgalor","ranking":27,"rating":2149,"teamsize":2,"created":"2012-03-12","name":"FlSTING","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":315,"sessionGamesWon":242,"sessionGamesLost":73,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Xolkan","realm":"Azgalor","battlegroup":"Ruin","class":3,"race":1,"gender":0,"level":85,"achievementPoints":1320,"thumbnail":"azgalor/210/100272594-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":1,"sessionGamesWon":0,"sessionGamesLost":1,"personalRating":1000}]},{"realm":"Azgalor","ranking":28,"rating":2146,"teamsize":2,"created":"2011-12-09","name":"wound
57
+ poison","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":104,"sessionGamesWon":64,"sessionGamesLost":40,"lastSessionRanking":0,"side":"horde","currentWeekRanking":20,"members":[{"character":{"name":"Ragingsteer","realm":"Azgalor","battlegroup":"Ruin","class":11,"race":6,"gender":0,"level":85,"achievementPoints":5030,"thumbnail":"azgalor/144/53112464-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":104,"sessionGamesWon":64,"sessionGamesLost":40,"personalRating":2146}]},{"realm":"Arthas","ranking":29,"rating":2141,"teamsize":2,"created":"2012-02-17","name":"two
58
+ bee","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":203,"sessionGamesWon":153,"sessionGamesLost":50,"lastSessionRanking":0,"side":"horde","currentWeekRanking":21,"members":[{"character":{"name":"Sidiouslol","realm":"Arthas","battlegroup":"Ruin","class":5,"race":5,"gender":1,"level":85,"achievementPoints":4055,"thumbnail":"arthas/217/100698841-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":53,"sessionGamesWon":49,"sessionGamesLost":4,"personalRating":2136}]},{"realm":"Lothar","ranking":30,"rating":2137,"teamsize":2,"created":"2011-12-06","name":"we
59
+ are the one percent","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":268,"sessionGamesWon":180,"sessionGamesLost":88,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":22,"members":[{"character":{"name":"Smushie","realm":"Lothar","battlegroup":"Ruin","class":8,"race":1,"gender":0,"level":85,"achievementPoints":7505,"thumbnail":"lothar/12/59383820-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":174,"sessionGamesWon":123,"sessionGamesLost":51,"personalRating":2135}]},{"realm":"Mannoroth","ranking":31,"rating":2129,"teamsize":2,"created":"2012-01-02","name":"cute
60
+ rhino playin rogue","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":99,"sessionGamesWon":79,"sessionGamesLost":20,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Gooses","realm":"Mannoroth","battlegroup":"Ruin","class":1,"race":4,"gender":1,"level":85,"achievementPoints":1800,"thumbnail":"mannoroth/53/92203829-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Bleeding
61
+ Hollow","ranking":32,"rating":2128,"teamsize":2,"created":"2012-01-06","name":"Yay
62
+ Icecream","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":86,"sessionGamesWon":69,"sessionGamesLost":17,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":23,"members":[{"character":{"name":"Tribulk","realm":"Bleeding
63
+ Hollow","battlegroup":"Ruin","class":7,"race":11,"gender":1,"level":85,"achievementPoints":2750,"thumbnail":"bleeding-hollow/5/97606917-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":84,"sessionGamesWon":68,"sessionGamesLost":16,"personalRating":2140}]},{"realm":"Durotan","ranking":33,"rating":2124,"teamsize":2,"created":"2011-09-04","name":"accidentally
64
+ disbanded","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":61,"sessionGamesWon":44,"sessionGamesLost":17,"lastSessionRanking":88,"side":"alliance","currentWeekRanking":24,"members":[{"character":{"name":"Rictèr","realm":"Durotan","battlegroup":"Ruin","class":2,"race":1,"gender":0,"level":85,"achievementPoints":3930,"thumbnail":"durotan/44/51730220-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":52,"sessionGamesWon":44,"sessionGamesLost":8,"personalRating":2151},{"character":{"name":"Blackknight","realm":"Durotan","battlegroup":"Ruin","class":1,"race":1,"gender":0,"level":85,"achievementPoints":2355,"thumbnail":"durotan/77/10760269-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":61,"sessionGamesWon":44,"sessionGamesLost":17,"personalRating":2131}]},{"realm":"Azgalor","ranking":34,"rating":2121,"teamsize":2,"created":"2012-02-12","name":"gin
65
+ and jukes","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":366,"sessionGamesWon":269,"sessionGamesLost":97,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Sholkan","realm":"Azgalor","battlegroup":"Ruin","class":7,"race":11,"gender":1,"level":85,"achievementPoints":2625,"thumbnail":"azgalor/50/81637426-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":0,"sessionGamesWon":0,"sessionGamesLost":0,"personalRating":1000}]},{"realm":"Mannoroth","ranking":35,"rating":2109,"teamsize":2,"created":"2012-03-12","name":"next
66
+ step","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":138,"sessionGamesWon":112,"sessionGamesLost":26,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":25,"members":[{"character":{"name":"Burial","realm":"Mannoroth","battlegroup":"Ruin","class":5,"race":22,"gender":1,"level":85,"achievementPoints":8635,"thumbnail":"mannoroth/146/101356690-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":129,"sessionGamesWon":103,"sessionGamesLost":26,"personalRating":2087}]},{"realm":"Skullcrusher","ranking":36,"rating":2107,"teamsize":2,"created":"2009-10-23","name":"Dont
67
+ try this at home","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":55,"sessionGamesWon":45,"sessionGamesLost":10,"lastSessionRanking":0,"side":"horde","currentWeekRanking":26,"members":[{"character":{"name":"Tygrasor","realm":"Skullcrusher","battlegroup":"Ruin","class":7,"race":9,"gender":0,"level":85,"achievementPoints":6350,"thumbnail":"skullcrusher/7/60387847-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":55,"sessionGamesWon":45,"sessionGamesLost":10,"personalRating":2129}]},{"realm":"Skullcrusher","ranking":37,"rating":2106,"teamsize":2,"created":"2011-12-07","name":"el
68
+ kungto es cantego","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":105,"sessionGamesWon":74,"sessionGamesLost":31,"lastSessionRanking":0,"side":"horde","currentWeekRanking":27,"members":[{"character":{"name":"Rollinz","realm":"Skullcrusher","battlegroup":"Ruin","class":7,"race":6,"gender":0,"level":85,"achievementPoints":8560,"thumbnail":"skullcrusher/6/8109318-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":105,"sessionGamesWon":74,"sessionGamesLost":31,"personalRating":2105}]},{"realm":"Magtheridon","ranking":38,"rating":2101,"teamsize":2,"created":"2011-12-13","name":"zan
69
+ and hype get puss","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":229,"sessionGamesWon":180,"sessionGamesLost":49,"lastSessionRanking":0,"side":"horde","currentWeekRanking":28,"members":[{"character":{"name":"Hypé","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":8,"gender":0,"level":85,"achievementPoints":2210,"thumbnail":"magtheridon/158/89545630-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":49,"sessionGamesWon":42,"sessionGamesLost":7,"personalRating":2165},{"character":{"name":"Zanixx","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":5,"gender":0,"level":85,"achievementPoints":4270,"thumbnail":"magtheridon/11/99324683-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":226,"sessionGamesWon":178,"sessionGamesLost":48,"personalRating":2095},{"character":{"name":"Hypè","realm":"Magtheridon","battlegroup":"Ruin","class":8,"race":8,"gender":1,"level":85,"achievementPoints":4025,"thumbnail":"magtheridon/228/100365028-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":37,"sessionGamesWon":29,"sessionGamesLost":8,"personalRating":2055}]},{"realm":"Argent
70
+ Dawn","ranking":39,"rating":2097,"teamsize":2,"created":"2012-03-18","name":"Russain","gamesPlayed":7,"gamesWon":6,"gamesLost":1,"sessionGamesPlayed":128,"sessionGamesWon":108,"sessionGamesLost":20,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":28,"members":[{"character":{"name":"Fente","realm":"Argent
71
+ Dawn","battlegroup":"Ruin","class":8,"race":3,"gender":1,"level":85,"achievementPoints":3945,"thumbnail":"argent-dawn/156/100511900-avatar.jpg"},"rank":0,"gamesPlayed":7,"gamesWon":6,"gamesLost":1,"sessionGamesPlayed":121,"sessionGamesWon":105,"sessionGamesLost":16,"personalRating":2119},{"character":{"name":"Talents","realm":"Argent
72
+ Dawn","battlegroup":"Ruin","class":5,"race":4,"gender":1,"level":85,"achievementPoints":5930,"thumbnail":"argent-dawn/69/99844677-avatar.jpg"},"rank":1,"gamesPlayed":7,"gamesWon":6,"gamesLost":1,"sessionGamesPlayed":33,"sessionGamesWon":32,"sessionGamesLost":1,"personalRating":2041}]},{"realm":"Stormrage","ranking":40,"rating":2080,"teamsize":2,"created":"2011-12-16","name":"thislookslikeacat","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":181,"sessionGamesWon":122,"sessionGamesLost":59,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":0,"members":[{"character":{"name":"Nixlol","realm":"Stormrage","battlegroup":"Ruin","class":8,"race":1,"gender":0,"level":85,"achievementPoints":2600,"thumbnail":"stormrage/167/99392679-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":98,"sessionGamesWon":61,"sessionGamesLost":37,"personalRating":1871}]},{"realm":"Mannoroth","ranking":41,"rating":2079,"teamsize":2,"created":"2011-12-11","name":"I
73
+ Liek Turdelz","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":161,"sessionGamesWon":118,"sessionGamesLost":43,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":30,"members":[{"character":{"name":"Chazzwalker","realm":"Mannoroth","battlegroup":"Ruin","class":2,"race":1,"gender":0,"level":85,"achievementPoints":1785,"thumbnail":"mannoroth/233/83509737-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":158,"sessionGamesWon":116,"sessionGamesLost":42,"personalRating":2102}]},{"realm":"Skullcrusher","ranking":42,"rating":2078,"teamsize":2,"created":"2011-12-30","name":"Sécksy
74
+ Ryan Cleave","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":103,"sessionGamesWon":69,"sessionGamesLost":34,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":31,"members":[{"character":{"name":"Sécksy","realm":"Skullcrusher","battlegroup":"Ruin","class":2,"race":1,"gender":1,"level":85,"achievementPoints":4605,"thumbnail":"skullcrusher/167/87138471-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":101,"sessionGamesWon":68,"sessionGamesLost":33,"personalRating":2104},{"character":{"name":"Designx","realm":"Skullcrusher","battlegroup":"Ruin","class":6,"race":1,"gender":1,"level":85,"achievementPoints":1310,"thumbnail":"skullcrusher/27/96696347-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":2,"sessionGamesWon":0,"sessionGamesLost":2,"personalRating":1000}]},{"realm":"Magtheridon","ranking":42,"rating":2078,"teamsize":2,"created":"2012-01-25","name":"big
75
+ cawks floppin","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":91,"sessionGamesWon":74,"sessionGamesLost":17,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":31,"members":[{"character":{"name":"Seryph","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":1,"gender":1,"level":85,"achievementPoints":4560,"thumbnail":"magtheridon/108/99791212-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":56,"sessionGamesWon":48,"sessionGamesLost":8,"personalRating":2141},{"character":{"name":"Brockobama","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":1,"gender":1,"level":85,"achievementPoints":2925,"thumbnail":"magtheridon/31/95899935-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":91,"sessionGamesWon":74,"sessionGamesLost":17,"personalRating":2071}]},{"realm":"Magtheridon","ranking":44,"rating":2077,"teamsize":2,"created":"2012-02-19","name":"Strafeshots
76
+ is a QT","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":121,"sessionGamesWon":98,"sessionGamesLost":23,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":33,"members":[{"character":{"name":"Strafeshots","realm":"Magtheridon","battlegroup":"Ruin","class":3,"race":1,"gender":1,"level":85,"achievementPoints":8590,"thumbnail":"magtheridon/244/94663156-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":121,"sessionGamesWon":98,"sessionGamesLost":23,"personalRating":2077},{"character":{"name":"Swagilicious","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":1,"gender":1,"level":85,"achievementPoints":8220,"thumbnail":"magtheridon/148/102455188-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":27,"sessionGamesWon":25,"sessionGamesLost":2,"personalRating":1915},{"character":{"name":"Diabetespump","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":1,"gender":0,"level":85,"achievementPoints":7380,"thumbnail":"magtheridon/182/100760502-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":38,"sessionGamesWon":28,"sessionGamesLost":10,"personalRating":1854}]},{"realm":"Skullcrusher","ranking":45,"rating":2073,"teamsize":2,"created":"2012-03-25","name":"turnover
77
+ machine","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":201,"sessionGamesWon":155,"sessionGamesLost":46,"lastSessionRanking":0,"side":"horde","currentWeekRanking":34,"members":[{"character":{"name":"Ibara","realm":"Skullcrusher","battlegroup":"Ruin","class":5,"race":5,"gender":0,"level":85,"achievementPoints":4415,"thumbnail":"skullcrusher/98/66326370-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":201,"sessionGamesWon":155,"sessionGamesLost":46,"personalRating":2073},{"character":{"name":"Tishmittenz","realm":"Skullcrusher","battlegroup":"Ruin","class":4,"race":10,"gender":1,"level":85,"achievementPoints":3810,"thumbnail":"skullcrusher/17/83997969-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":201,"sessionGamesWon":155,"sessionGamesLost":46,"personalRating":2073}]},{"realm":"Durotan","ranking":46,"rating":2072,"teamsize":2,"created":"2011-02-02","name":"Calines
78
+ team","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":107,"sessionGamesWon":83,"sessionGamesLost":24,"lastSessionRanking":50,"side":"alliance","currentWeekRanking":35,"members":[{"character":{"name":"Caline","realm":"Durotan","battlegroup":"Ruin","class":5,"race":1,"gender":1,"level":85,"achievementPoints":3690,"thumbnail":"durotan/24/4047128-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":107,"sessionGamesWon":83,"sessionGamesLost":24,"personalRating":2072}]},{"realm":"Magtheridon","ranking":47,"rating":2063,"teamsize":2,"created":"2012-03-20","name":"imperative
79
+ fan club","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":79,"sessionGamesWon":72,"sessionGamesLost":7,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":36,"members":[{"character":{"name":"Totempoke","realm":"Magtheridon","battlegroup":"Ruin","class":7,"race":11,"gender":1,"level":85,"achievementPoints":4135,"thumbnail":"magtheridon/93/101654109-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":79,"sessionGamesWon":72,"sessionGamesLost":7,"personalRating":2088},{"character":{"name":"Okay","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":1,"gender":1,"level":85,"achievementPoints":11995,"thumbnail":"magtheridon/81/101012817-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":29,"sessionGamesWon":27,"sessionGamesLost":2,"personalRating":2030}]},{"realm":"Skullcrusher","ranking":48,"rating":2059,"teamsize":2,"created":"2012-02-08","name":"Just
80
+ For Them Points","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":57,"sessionGamesWon":48,"sessionGamesLost":9,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":37,"members":[{"character":{"name":"Ixpanamaxl","realm":"Skullcrusher","battlegroup":"Ruin","class":7,"race":3,"gender":0,"level":85,"achievementPoints":6005,"thumbnail":"skullcrusher/129/98570113-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":57,"sessionGamesWon":48,"sessionGamesLost":9,"personalRating":2069},{"character":{"name":"Lilxday","realm":"Skullcrusher","battlegroup":"Ruin","class":9,"race":7,"gender":0,"level":85,"achievementPoints":5815,"thumbnail":"skullcrusher/236/98567916-avatar.jpg"},"rank":1,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":39,"sessionGamesWon":35,"sessionGamesLost":4,"personalRating":2063}]},{"realm":"Stormrage","ranking":49,"rating":2057,"teamsize":2,"created":"2011-09-14","name":"Pootarts
81
+ Plankintosh","gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":99,"sessionGamesWon":61,"sessionGamesLost":38,"lastSessionRanking":1093,"side":"alliance","currentWeekRanking":38,"members":[{"character":{"name":"Towelliee","realm":"Stormrage","battlegroup":"Ruin","class":2,"race":3,"gender":0,"level":85,"achievementPoints":11370,"thumbnail":"stormrage/194/96739522-avatar.jpg"},"rank":0,"gamesPlayed":0,"gamesWon":0,"gamesLost":0,"sessionGamesPlayed":99,"sessionGamesWon":61,"sessionGamesLost":38,"personalRating":2057}]},{"realm":"Magtheridon","ranking":50,"rating":2053,"teamsize":2,"created":"2012-04-10","name":"Clearly","gamesPlayed":16,"gamesWon":15,"gamesLost":1,"sessionGamesPlayed":123,"sessionGamesWon":106,"sessionGamesLost":17,"lastSessionRanking":0,"side":"alliance","currentWeekRanking":72,"members":[{"character":{"name":"Fruitcupz","realm":"Magtheridon","battlegroup":"Ruin","class":7,"race":11,"gender":1,"level":85,"achievementPoints":1290,"thumbnail":"magtheridon/37/102233381-avatar.jpg"},"rank":0,"gamesPlayed":16,"gamesWon":15,"gamesLost":1,"sessionGamesPlayed":122,"sessionGamesWon":106,"sessionGamesLost":16,"personalRating":2058},{"character":{"name":"Isanos","realm":"Magtheridon","battlegroup":"Ruin","class":5,"race":1,"gender":1,"level":85,"achievementPoints":2590,"thumbnail":"magtheridon/94/102115678-avatar.jpg"},"rank":1,"gamesPlayed":16,"gamesWon":15,"gamesLost":1,"sessionGamesPlayed":16,"sessionGamesWon":15,"sessionGamesLost":1,"personalRating":1844}]}]}'
82
+ http_version: '1.1'
@@ -0,0 +1,33 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://us.battle.net:80/api/wow/data/battlegroups/
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 03 May 2012 23:30:30 GMT
15
+ server:
16
+ - Apache
17
+ x-frame-options:
18
+ - SAMEORIGIN
19
+ expires:
20
+ - Sat, 02 Jun 2012 23:30:30 GMT
21
+ cache-control:
22
+ - max-age=2592000
23
+ content-language:
24
+ - en-US
25
+ content-length:
26
+ - '616'
27
+ vary:
28
+ - Accept-Encoding
29
+ content-type:
30
+ - application/json;charset=utf-8
31
+ body: ! '{"battlegroups":[{"name":"Bloodlust","slug":"bloodlust"},{"name":"Coliseum","slug":"coliseum"},{"name":"Coliseum
32
+ 1","slug":"coliseum-1"},{"name":"Cyclone","slug":"cyclone"},{"name":"Emberstorm","slug":"emberstorm"},{"name":"Nightfall","slug":"nightfall"},{"name":"Rampage","slug":"rampage"},{"name":"Reckoning","slug":"reckoning"},{"name":"Retaliation","slug":"retaliation"},{"name":"Ruin","slug":"ruin"},{"name":"Shadowburn","slug":"shadowburn"},{"name":"Stormstrike","slug":"stormstrike"},{"name":"Vengeance","slug":"vengeance"},{"name":"Vindication","slug":"vindication"},{"name":"Whirlwind","slug":"whirlwind"}]}'
33
+ http_version: '1.1'
@@ -0,0 +1,31 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://us.battle.net:80/api/wow/item/set/1060
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 03 May 2012 23:17:11 GMT
15
+ server:
16
+ - Apache
17
+ x-frame-options:
18
+ - SAMEORIGIN
19
+ content-language:
20
+ - en-US
21
+ content-length:
22
+ - '315'
23
+ vary:
24
+ - Accept-Encoding
25
+ content-type:
26
+ - application/json;charset=utf-8
27
+ body: ! '{"id":1060,"name":"Deep Earth Vestments","setBonuses":[{"description":"After
28
+ using Innervate, the mana cost of your healing spells is reduced by 25% for
29
+ 15 sec.","threshold":2},{"description":"Your Rejuvenation and Regrowth spells
30
+ have a 10% chance to Timeslip and have double the normal duration.","threshold":4}]}'
31
+ http_version: '1.1'
@@ -0,0 +1,29 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://us.battle.net:80/api/wow/achievement/4496
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 03 May 2012 23:33:46 GMT
15
+ server:
16
+ - Apache
17
+ x-frame-options:
18
+ - SAMEORIGIN
19
+ content-language:
20
+ - en-US
21
+ content-length:
22
+ - '208'
23
+ vary:
24
+ - Accept-Encoding
25
+ content-type:
26
+ - application/json;charset=utf-8
27
+ body: ! '{"id":4496,"title":"It''s Over Nine Thousand!","points":0,"description":"Earn
28
+ more than 9000 achievement points.","rewardItems":[],"icon":"ability_warrior_innerrage","criteria":[{"id":12698,"description":""}]}'
29
+ http_version: '1.1'
@@ -0,0 +1,30 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://us.battle.net:80/api/wow/pvp/ratedbg/ladder
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 03 May 2012 23:26:39 GMT
15
+ server:
16
+ - Apache
17
+ x-frame-options:
18
+ - SAMEORIGIN
19
+ content-language:
20
+ - en-US
21
+ vary:
22
+ - Accept-Encoding
23
+ transfer-encoding:
24
+ - chunked
25
+ content-type:
26
+ - application/json;charset=utf-8
27
+ body: ! '{"bgRecord":[{"rank":1,"bgRating":3021,"wins":290,"losses":32,"played":322,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Majinvenruki","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":8,"race":1,"gender":1,"level":85,"achievementPoints":5550,"thumbnail":"kelthuzad/173/130275501-avatar.jpg"},"lastModified":1335288562000},{"rank":2,"bgRating":3020,"wins":400,"losses":62,"played":462,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Sodez","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":5,"race":4,"gender":1,"level":85,"achievementPoints":4380,"thumbnail":"kelthuzad/7/130296071-avatar.jpg"},"lastModified":1335170026000},{"rank":3,"bgRating":3013,"wins":518,"losses":76,"played":594,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Karvinen","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":2,"race":1,"gender":1,"level":85,"achievementPoints":7425,"thumbnail":"kelthuzad/106/129336938-avatar.jpg"},"lastModified":1335741857000},{"rank":4,"bgRating":3006,"wins":412,"losses":44,"played":456,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Original","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":4,"race":1,"gender":1,"level":85,"achievementPoints":6085,"thumbnail":"kelthuzad/234/130274794-avatar.jpg"},"lastModified":1336040957000},{"rank":5,"bgRating":3000,"wins":410,"losses":86,"played":496,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Coachvtec","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":6,"race":1,"gender":1,"level":85,"achievementPoints":8310,"thumbnail":"kelthuzad/100/132305764-avatar.jpg"},"lastModified":1335235985000},{"rank":6,"bgRating":2978,"wins":100,"losses":7,"played":107,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Kollektor","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":7,"race":3,"gender":0,"level":85,"achievementPoints":3335,"thumbnail":"kelthuzad/189/127285181-avatar.jpg"},"lastModified":1335162764000},{"rank":7,"bgRating":2933,"wins":140,"losses":44,"played":184,"realm":{"name":"Frostmane","slug":"frostmane","battlegroup":"Reckoning"},"battlegroup":{"name":"Reckoning","slug":"reckoning"},"character":{"name":"Perryftd","realm":"Frostmane","battlegroup":"Reckoning","class":8,"race":1,"gender":1,"level":85,"achievementPoints":4440,"thumbnail":"frostmane/216/81855704-avatar.jpg"},"lastModified":1335832144000},{"rank":8,"bgRating":2927,"wins":88,"losses":23,"played":111,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Karvinen","realm":"Tichondrius","battlegroup":"Bloodlust","class":2,"race":1,"gender":1,"level":85,"achievementPoints":1630,"thumbnail":"tichondrius/251/112232443-avatar.jpg"},"lastModified":1336033463000},{"rank":9,"bgRating":2922,"wins":309,"losses":94,"played":403,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Kelarm","realm":"Tichondrius","battlegroup":"Bloodlust","class":9,"race":1,"gender":0,"level":85,"achievementPoints":5520,"thumbnail":"tichondrius/158/112234142-avatar.jpg"},"lastModified":1336034792000},{"rank":10,"bgRating":2918,"wins":382,"losses":98,"played":480,"realm":{"name":"Gorefiend","slug":"gorefiend","battlegroup":"Vindication"},"battlegroup":{"name":"Vindication","slug":"vindication"},"character":{"name":"Oneshottedjk","realm":"Gorefiend","battlegroup":"Vindication","class":1,"race":1,"gender":0,"level":85,"achievementPoints":5635,"thumbnail":"gorefiend/15/85206799-avatar.jpg"},"lastModified":1335998170000},{"rank":11,"bgRating":2908,"wins":218,"losses":69,"played":287,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Supatease","realm":"Tichondrius","battlegroup":"Bloodlust","class":11,"race":4,"gender":1,"level":85,"achievementPoints":8045,"thumbnail":"tichondrius/111/112396143-avatar.jpg"},"lastModified":1336030531000},{"rank":12,"bgRating":2898,"wins":405,"losses":69,"played":474,"realm":{"name":"Magtheridon","slug":"magtheridon","battlegroup":"Ruin"},"battlegroup":{"name":"Ruin","slug":"ruin"},"character":{"name":"Thegodofdmg","realm":"Magtheridon","battlegroup":"Ruin","class":11,"race":4,"gender":1,"level":85,"achievementPoints":4875,"thumbnail":"magtheridon/214/101458134-avatar.jpg"},"lastModified":1336023473000},{"rank":13,"bgRating":2890,"wins":280,"losses":39,"played":319,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Rzn","realm":"Tichondrius","battlegroup":"Bloodlust","class":4,"race":1,"gender":1,"level":85,"achievementPoints":7420,"thumbnail":"tichondrius/114/106098802-avatar.jpg"},"lastModified":1336049248000},{"rank":14,"bgRating":2890,"wins":127,"losses":31,"played":158,"realm":{"name":"Sargeras","slug":"sargeras","battlegroup":"Shadowburn"},"battlegroup":{"name":"Shadowburn","slug":"shadowburn"},"character":{"name":"Rawkusz","realm":"Sargeras","battlegroup":"Shadowburn","class":9,"race":1,"gender":1,"level":85,"achievementPoints":4615,"thumbnail":"sargeras/56/79936312-avatar.jpg"},"lastModified":1335897433000},{"rank":15,"bgRating":2875,"wins":169,"losses":48,"played":217,"realm":{"name":"Sargeras","slug":"sargeras","battlegroup":"Shadowburn"},"battlegroup":{"name":"Shadowburn","slug":"shadowburn"},"character":{"name":"Kaskå","realm":"Sargeras","battlegroup":"Shadowburn","class":7,"race":3,"gender":1,"level":85,"achievementPoints":5275,"thumbnail":"sargeras/242/80733170-avatar.jpg"},"lastModified":1335915443000},{"rank":16,"bgRating":2860,"wins":97,"losses":18,"played":115,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Kollektiv","realm":"Tichondrius","battlegroup":"Bloodlust","class":7,"race":3,"gender":1,"level":85,"achievementPoints":6635,"thumbnail":"tichondrius/141/106273421-avatar.jpg"},"lastModified":1335080558000},{"rank":17,"bgRating":2857,"wins":329,"losses":82,"played":411,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Lâsërgúñpèw","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":11,"race":22,"gender":0,"level":85,"achievementPoints":9115,"thumbnail":"kelthuzad/59/132471355-avatar.jpg"},"lastModified":1336018294000},{"rank":18,"bgRating":2853,"wins":448,"losses":150,"played":598,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Involk","realm":"Tichondrius","battlegroup":"Bloodlust","class":8,"race":1,"gender":0,"level":85,"achievementPoints":7495,"thumbnail":"tichondrius/37/116296229-avatar.jpg"},"lastModified":1336022560000},{"rank":19,"bgRating":2846,"wins":319,"losses":131,"played":450,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Scybear","realm":"Tichondrius","battlegroup":"Bloodlust","class":1,"race":1,"gender":1,"level":85,"achievementPoints":15215,"thumbnail":"tichondrius/235/108422123-avatar.jpg"},"lastModified":1336011765000},{"rank":20,"bgRating":2836,"wins":341,"losses":47,"played":388,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Nobadz","realm":"Tichondrius","battlegroup":"Bloodlust","class":7,"race":11,"gender":1,"level":85,"achievementPoints":11105,"thumbnail":"tichondrius/44/112205100-avatar.jpg"},"lastModified":1335943546000},{"rank":21,"bgRating":2835,"wins":234,"losses":79,"played":313,"realm":{"name":"Frostmane","slug":"frostmane","battlegroup":"Reckoning"},"battlegroup":{"name":"Reckoning","slug":"reckoning"},"character":{"name":"Rùe","realm":"Frostmane","battlegroup":"Reckoning","class":8,"race":1,"gender":1,"level":85,"achievementPoints":6245,"thumbnail":"frostmane/176/61575344-avatar.jpg"},"lastModified":1335661644000},{"rank":22,"bgRating":2833,"wins":254,"losses":101,"played":355,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Solicited","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":4,"race":1,"gender":1,"level":85,"achievementPoints":12765,"thumbnail":"kelthuzad/33/130375969-avatar.jpg"},"lastModified":1336044966000},{"rank":23,"bgRating":2833,"wins":82,"losses":26,"played":108,"realm":{"name":"Blade''s
28
+ Edge","slug":"blades-edge","battlegroup":"Retaliation"},"battlegroup":{"name":"Retaliation","slug":"retaliation"},"character":{"name":"Gràrl","realm":"Blade''s
29
+ Edge","battlegroup":"Retaliation","class":1,"race":2,"gender":0,"level":85,"achievementPoints":2010,"thumbnail":"blades-edge/193/80924865-avatar.jpg"},"lastModified":1335839550000},{"rank":23,"bgRating":2833,"wins":82,"losses":26,"played":108,"realm":{"name":"Icecrown","slug":"icecrown","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Gràrl","realm":"Icecrown","battlegroup":"Nightfall","class":1,"race":2,"gender":0,"level":85,"achievementPoints":2050,"thumbnail":"icecrown/193/80924865-avatar.jpg"},"lastModified":1335904033000},{"rank":24,"bgRating":2828,"wins":146,"losses":19,"played":165,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Mes","realm":"Tichondrius","battlegroup":"Bloodlust","class":6,"race":1,"gender":1,"level":85,"achievementPoints":6755,"thumbnail":"tichondrius/78/112211278-avatar.jpg"},"lastModified":1335761678000},{"rank":25,"bgRating":2828,"wins":40,"losses":4,"played":44,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Majinsnutz","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":9,"race":1,"gender":1,"level":85,"achievementPoints":1865,"thumbnail":"kelthuzad/23/130274839-avatar.jpg"},"lastModified":1335210630000},{"rank":26,"bgRating":2822,"wins":250,"losses":74,"played":324,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Noximi","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":5,"race":4,"gender":1,"level":85,"achievementPoints":6570,"thumbnail":"kelthuzad/170/128915114-avatar.jpg"},"lastModified":1336059027000},{"rank":27,"bgRating":2817,"wins":64,"losses":16,"played":80,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Regrettable","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":5,"race":22,"gender":0,"level":85,"achievementPoints":8580,"thumbnail":"kelthuzad/79/130745935-avatar.jpg"},"lastModified":1335153536000},{"rank":28,"bgRating":2803,"wins":297,"losses":122,"played":419,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Frat","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":9,"race":1,"gender":1,"level":85,"achievementPoints":6255,"thumbnail":"kelthuzad/57/130594105-avatar.jpg"},"lastModified":1335680732000},{"rank":29,"bgRating":2800,"wins":254,"losses":23,"played":277,"realm":{"name":"Cenarius","slug":"cenarius","battlegroup":"Whirlwind"},"battlegroup":{"name":"Whirlwind","slug":"whirlwind"},"character":{"name":"Biotoximus","realm":"Cenarius","battlegroup":"Whirlwind","class":6,"race":1,"gender":1,"level":85,"achievementPoints":5350,"thumbnail":"cenarius/185/101303481-avatar.jpg"},"lastModified":1335687582000},{"rank":30,"bgRating":2795,"wins":83,"losses":27,"played":110,"realm":{"name":"Frostmane","slug":"frostmane","battlegroup":"Reckoning"},"battlegroup":{"name":"Reckoning","slug":"reckoning"},"character":{"name":"Kaskax","realm":"Frostmane","battlegroup":"Reckoning","class":7,"race":3,"gender":1,"level":85,"achievementPoints":3190,"thumbnail":"frostmane/87/81862231-avatar.jpg"},"lastModified":1335246071000},{"rank":31,"bgRating":2795,"wins":0,"losses":0,"played":0,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Drfilomd","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":9,"race":1,"gender":1,"level":85,"achievementPoints":7740,"thumbnail":"kelthuzad/226/127269346-avatar.jpg"},"lastModified":1329784876000},{"rank":32,"bgRating":2791,"wins":64,"losses":13,"played":77,"realm":{"name":"Frostmane","slug":"frostmane","battlegroup":"Reckoning"},"battlegroup":{"name":"Reckoning","slug":"reckoning"},"character":{"name":"Roiddy","realm":"Frostmane","battlegroup":"Reckoning","class":11,"race":4,"gender":1,"level":85,"achievementPoints":2860,"thumbnail":"frostmane/18/81856018-avatar.jpg"},"lastModified":1335628159000},{"rank":33,"bgRating":2779,"wins":370,"losses":49,"played":419,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Xanaduz","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":1,"race":1,"gender":0,"level":85,"achievementPoints":11830,"thumbnail":"kelthuzad/50/127284786-avatar.jpg"},"lastModified":1336017063000},{"rank":34,"bgRating":2778,"wins":384,"losses":142,"played":526,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Muskratz","realm":"Tichondrius","battlegroup":"Bloodlust","class":1,"race":7,"gender":1,"level":85,"achievementPoints":5680,"thumbnail":"tichondrius/40/108286760-avatar.jpg"},"lastModified":1336016739000},{"rank":35,"bgRating":2772,"wins":305,"losses":68,"played":373,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Weme","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":1,"race":1,"gender":1,"level":85,"achievementPoints":7705,"thumbnail":"kelthuzad/79/129470287-avatar.jpg"},"lastModified":1335413030000},{"rank":36,"bgRating":2770,"wins":0,"losses":0,"played":0,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Deuss","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":5,"race":1,"gender":1,"level":85,"achievementPoints":12140,"thumbnail":"kelthuzad/189/127269565-avatar.jpg"},"lastModified":1329021114000},{"rank":37,"bgRating":2769,"wins":328,"losses":36,"played":364,"realm":{"name":"Tichondrius","slug":"tichondrius","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Hewty","realm":"Tichondrius","battlegroup":"Bloodlust","class":5,"race":1,"gender":1,"level":85,"achievementPoints":15000,"thumbnail":"tichondrius/165/116497317-avatar.jpg"},"lastModified":1336045031000},{"rank":38,"bgRating":2768,"wins":318,"losses":92,"played":410,"realm":{"name":"Frostmourne","slug":"frostmourne","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Lucia","realm":"Frostmourne","battlegroup":"Bloodlust","class":6,"race":10,"gender":1,"level":85,"achievementPoints":15040,"thumbnail":"frostmourne/137/117162377-avatar.jpg"},"lastModified":1336059630000},{"rank":39,"bgRating":2767,"wins":217,"losses":16,"played":233,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Ludachris","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":11,"race":4,"gender":1,"level":85,"achievementPoints":3675,"thumbnail":"kelthuzad/200/127380936-avatar.jpg"},"lastModified":1336042004000},{"rank":40,"bgRating":2766,"wins":390,"losses":116,"played":506,"realm":{"name":"Cenarius","slug":"cenarius","battlegroup":"Whirlwind"},"battlegroup":{"name":"Whirlwind","slug":"whirlwind"},"character":{"name":"Yertx","realm":"Cenarius","battlegroup":"Whirlwind","class":8,"race":1,"gender":0,"level":85,"achievementPoints":13080,"thumbnail":"cenarius/134/100828038-avatar.jpg"},"lastModified":1335770651000},{"rank":41,"bgRating":2758,"wins":0,"losses":0,"played":0,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Iceboltjones","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":8,"race":1,"gender":1,"level":85,"achievementPoints":6755,"thumbnail":"kelthuzad/237/129333997-avatar.jpg"},"lastModified":1330564086000},{"rank":42,"bgRating":2754,"wins":226,"losses":92,"played":318,"realm":{"name":"Korgath","slug":"korgath","battlegroup":"Vengeance"},"battlegroup":{"name":"Vengeance","slug":"vengeance"},"character":{"name":"Döctördöt","realm":"Korgath","battlegroup":"Vengeance","class":9,"race":2,"gender":0,"level":85,"achievementPoints":7200,"thumbnail":"korgath/203/88882379-avatar.jpg"},"lastModified":1335865764000},{"rank":43,"bgRating":2746,"wins":255,"losses":60,"played":315,"realm":{"name":"Korgath","slug":"korgath","battlegroup":"Vengeance"},"battlegroup":{"name":"Vengeance","slug":"vengeance"},"character":{"name":"Tom","realm":"Korgath","battlegroup":"Vengeance","class":2,"race":1,"gender":0,"level":85,"achievementPoints":6255,"thumbnail":"korgath/192/85674176-avatar.jpg"},"lastModified":1335860123000},{"rank":44,"bgRating":2746,"wins":243,"losses":71,"played":314,"realm":{"name":"Sargeras","slug":"sargeras","battlegroup":"Shadowburn"},"battlegroup":{"name":"Shadowburn","slug":"shadowburn"},"character":{"name":"Sytex","realm":"Sargeras","battlegroup":"Shadowburn","class":8,"race":1,"gender":1,"level":85,"achievementPoints":9555,"thumbnail":"sargeras/55/81742903-avatar.jpg"},"lastModified":1335415339000},{"rank":45,"bgRating":2745,"wins":140,"losses":22,"played":162,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Deadlyintent","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":6,"race":1,"gender":1,"level":85,"achievementPoints":7200,"thumbnail":"kelthuzad/225/123282657-avatar.jpg"},"lastModified":1336022128000},{"rank":46,"bgRating":2744,"wins":196,"losses":75,"played":271,"realm":{"name":"Darkspear","slug":"darkspear","battlegroup":"Cyclone"},"battlegroup":{"name":"Cyclone","slug":"cyclone"},"character":{"name":"Misstaylin","realm":"Darkspear","battlegroup":"Cyclone","class":4,"race":1,"gender":1,"level":85,"achievementPoints":5070,"thumbnail":"darkspear/243/70093043-avatar.jpg"},"lastModified":1335928389000},{"rank":47,"bgRating":2741,"wins":371,"losses":48,"played":419,"realm":{"name":"Magtheridon","slug":"magtheridon","battlegroup":"Ruin"},"battlegroup":{"name":"Ruin","slug":"ruin"},"character":{"name":"Audioh","realm":"Magtheridon","battlegroup":"Ruin","class":4,"race":1,"gender":1,"level":85,"achievementPoints":14240,"thumbnail":"magtheridon/145/101909393-avatar.jpg"},"lastModified":1335904953000},{"rank":48,"bgRating":2741,"wins":0,"losses":0,"played":0,"realm":{"name":"Kel''Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Djrealzx","realm":"Kel''Thuzad","battlegroup":"Nightfall","class":6,"race":3,"gender":1,"level":85,"achievementPoints":7105,"thumbnail":"kelthuzad/32/130233376-avatar.jpg"},"lastModified":1331188679000},{"rank":49,"bgRating":2740,"wins":453,"losses":48,"played":501,"realm":{"name":"Frostmourne","slug":"frostmourne","battlegroup":"Bloodlust"},"battlegroup":{"name":"Bloodlust","slug":"bloodlust"},"character":{"name":"Falauris","realm":"Frostmourne","battlegroup":"Bloodlust","class":11,"race":22,"gender":1,"level":85,"achievementPoints":11270,"thumbnail":"frostmourne/225/105803745-avatar.jpg"},"lastModified":1335958434000}]}'
30
+ http_version: '1.1'
@@ -0,0 +1,14 @@
1
+ require 'spec_helper'
2
+
3
+ describe Battlenet::Modules::Achievement do
4
+ let(:api) { Battlenet.new }
5
+
6
+ it "fetches achievement data" do
7
+ VCR.use_cassette('over_9000') do
8
+ ach = api.achievement '4496'
9
+ ach['title'].should == "It's Over Nine Thousand!"
10
+ ach['points'].should == 0
11
+ ach['criteria'][0]['id'].should == 12698
12
+ end
13
+ end
14
+ end
@@ -3,6 +3,13 @@ require 'spec_helper'
3
3
  describe Battlenet::Modules::Data do
4
4
  let(:api) { Battlenet.new }
5
5
 
6
+ it "fetches battlegroups data" do
7
+ VCR.use_cassette('battlegroups') do
8
+ battlegroups = api.battlegroups
9
+ battlegroups['battlegroups'][0]['name'].should == 'Bloodlust'
10
+ end
11
+ end
12
+
6
13
  it "fetches character races data" do
7
14
  VCR.use_cassette('character_races') do
8
15
  data = api.character_races
@@ -9,4 +9,12 @@ describe Battlenet::Modules::Item do
9
9
  item['name'].should == "Arcanite Reaper"
10
10
  end
11
11
  end
12
+
13
+ it "fetches item set data" do
14
+ VCR.use_cassette('item_set_1060') do
15
+ set = api.item_set '1060'
16
+ set['name'].should == "Deep Earth Vestments"
17
+ set['setBonuses'][0]['threshold'].should == 2
18
+ end
19
+ end
12
20
  end
@@ -0,0 +1,21 @@
1
+ require 'spec_helper'
2
+
3
+ describe Battlenet::Modules::Pvp do
4
+ let(:api) { Battlenet.new }
5
+
6
+ it "fetches arena ladder data" do
7
+ VCR.use_cassette('arena_ladder') do
8
+ ladder = api.arena_ladder 'ruin', '2v2'
9
+ ladder['arenateam'][0]['name'].should == 'trolling brigade'
10
+ ladder['arenateam'][0]['members'][0]['character']['name'].should == 'Meepins'
11
+ end
12
+ end
13
+
14
+ it "fetches rated BG ladder data" do
15
+ VCR.use_cassette('rated_bg_ladder') do
16
+ ladder = api.rated_bg_ladder
17
+ ladder['bgRecord'][0]['rank'].should == 1
18
+ ladder['bgRecord'][0]['realm']['name'].should == "Kel'Thuzad"
19
+ end
20
+ end
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: battlenet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-30 00:00:00.000000000 Z
12
+ date: 2012-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70256286926140 !ruby/object:Gem::Requirement
16
+ requirement: &70126770899560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70256286926140
24
+ version_requirements: *70126770899560
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70256286925340 !ruby/object:Gem::Requirement
27
+ requirement: &70126770897500 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70256286925340
35
+ version_requirements: *70126770897500
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: timecop
38
- requirement: &70256286924780 !ruby/object:Gem::Requirement
38
+ requirement: &70126770895380 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70256286924780
46
+ version_requirements: *70126770895380
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: vcr
49
- requirement: &70256286924040 !ruby/object:Gem::Requirement
49
+ requirement: &70126770894060 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70256286924040
57
+ version_requirements: *70126770894060
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: webmock
60
- requirement: &70256286923360 !ruby/object:Gem::Requirement
60
+ requirement: &70126770892980 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70256286923360
68
+ version_requirements: *70126770892980
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: httparty
71
- requirement: &70256286922380 !ruby/object:Gem::Requirement
71
+ requirement: &70126770891940 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ! '>='
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '0'
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *70256286922380
79
+ version_requirements: *70126770891940
80
80
  description: Easily consume Blizzard's Community Platform API.
81
81
  email:
82
82
  - brandon@brandontilley.com
@@ -96,19 +96,23 @@ files:
96
96
  - lib/battlenet/authentication.rb
97
97
  - lib/battlenet/battlenet.rb
98
98
  - lib/battlenet/exceptions/api_exception.rb
99
+ - lib/battlenet/modules/achievement.rb
99
100
  - lib/battlenet/modules/arena.rb
100
101
  - lib/battlenet/modules/auction.rb
101
102
  - lib/battlenet/modules/character.rb
102
103
  - lib/battlenet/modules/data.rb
103
104
  - lib/battlenet/modules/guild.rb
104
105
  - lib/battlenet/modules/item.rb
106
+ - lib/battlenet/modules/pvp.rb
105
107
  - lib/battlenet/modules/quest.rb
106
108
  - lib/battlenet/modules/realm.rb
107
109
  - lib/battlenet/modules/recipe.rb
108
110
  - lib/battlenet/version.rb
109
111
  - spec/fixtures/cassettes/arena_fun_and_profit.yml
112
+ - spec/fixtures/cassettes/arena_ladder.yml
110
113
  - spec/fixtures/cassettes/auction_data.yml
111
114
  - spec/fixtures/cassettes/auction_files.yml
115
+ - spec/fixtures/cassettes/battlegroups.yml
112
116
  - spec/fixtures/cassettes/character_achievements.yml
113
117
  - spec/fixtures/cassettes/character_classes.yml
114
118
  - spec/fixtures/cassettes/character_mortawa.yml
@@ -123,10 +127,14 @@ files:
123
127
  - spec/fixtures/cassettes/guild_rl_bl_members.yml
124
128
  - spec/fixtures/cassettes/item_classes.yml
125
129
  - spec/fixtures/cassettes/item_hooooooooooo.yml
130
+ - spec/fixtures/cassettes/item_set_1060.yml
126
131
  - spec/fixtures/cassettes/not_found.yml
132
+ - spec/fixtures/cassettes/over_9000.yml
127
133
  - spec/fixtures/cassettes/quest.yml
134
+ - spec/fixtures/cassettes/rated_bg_ladder.yml
128
135
  - spec/fixtures/cassettes/realm.yml
129
136
  - spec/fixtures/cassettes/recipe.yml
137
+ - spec/integration/achievement_spec.rb
130
138
  - spec/integration/arena_spec.rb
131
139
  - spec/integration/auction_spec.rb
132
140
  - spec/integration/character_spec.rb
@@ -135,6 +143,7 @@ files:
135
143
  - spec/integration/guild_spec.rb
136
144
  - spec/integration/item_spec.rb
137
145
  - spec/integration/locale_spec.rb
146
+ - spec/integration/pvp_spec.rb
138
147
  - spec/integration/quest_spec.rb
139
148
  - spec/integration/realm_spec.rb
140
149
  - spec/integration/recipe_spec.rb
@@ -156,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
165
  version: '0'
157
166
  segments:
158
167
  - 0
159
- hash: -4028223274569724096
168
+ hash: -3019649838080797262
160
169
  required_rubygems_version: !ruby/object:Gem::Requirement
161
170
  none: false
162
171
  requirements:
@@ -165,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
174
  version: '0'
166
175
  segments:
167
176
  - 0
168
- hash: -4028223274569724096
177
+ hash: -3019649838080797262
169
178
  requirements: []
170
179
  rubyforge_project:
171
180
  rubygems_version: 1.8.10
@@ -174,8 +183,10 @@ specification_version: 3
174
183
  summary: Easily consume Blizzard's Community Platform API.
175
184
  test_files:
176
185
  - spec/fixtures/cassettes/arena_fun_and_profit.yml
186
+ - spec/fixtures/cassettes/arena_ladder.yml
177
187
  - spec/fixtures/cassettes/auction_data.yml
178
188
  - spec/fixtures/cassettes/auction_files.yml
189
+ - spec/fixtures/cassettes/battlegroups.yml
179
190
  - spec/fixtures/cassettes/character_achievements.yml
180
191
  - spec/fixtures/cassettes/character_classes.yml
181
192
  - spec/fixtures/cassettes/character_mortawa.yml
@@ -190,10 +201,14 @@ test_files:
190
201
  - spec/fixtures/cassettes/guild_rl_bl_members.yml
191
202
  - spec/fixtures/cassettes/item_classes.yml
192
203
  - spec/fixtures/cassettes/item_hooooooooooo.yml
204
+ - spec/fixtures/cassettes/item_set_1060.yml
193
205
  - spec/fixtures/cassettes/not_found.yml
206
+ - spec/fixtures/cassettes/over_9000.yml
194
207
  - spec/fixtures/cassettes/quest.yml
208
+ - spec/fixtures/cassettes/rated_bg_ladder.yml
195
209
  - spec/fixtures/cassettes/realm.yml
196
210
  - spec/fixtures/cassettes/recipe.yml
211
+ - spec/integration/achievement_spec.rb
197
212
  - spec/integration/arena_spec.rb
198
213
  - spec/integration/auction_spec.rb
199
214
  - spec/integration/character_spec.rb
@@ -202,6 +217,7 @@ test_files:
202
217
  - spec/integration/guild_spec.rb
203
218
  - spec/integration/item_spec.rb
204
219
  - spec/integration/locale_spec.rb
220
+ - spec/integration/pvp_spec.rb
205
221
  - spec/integration/quest_spec.rb
206
222
  - spec/integration/realm_spec.rb
207
223
  - spec/integration/recipe_spec.rb