gw2 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +5 -5
  2. data/gw2.gemspec +2 -2
  3. data/lib/gw2.rb +22 -1
  4. data/lib/gw2/characters.rb +13 -0
  5. data/lib/gw2/colors.rb +13 -0
  6. data/lib/gw2/commerce/exchange.rb +15 -0
  7. data/lib/gw2/commerce/listings.rb +16 -0
  8. data/lib/gw2/commerce/prices.rb +16 -0
  9. data/lib/gw2/commerce/transactions.rb +10 -0
  10. data/lib/gw2/event.rb +2 -2
  11. data/lib/gw2/guild.rb +1 -1
  12. data/lib/gw2/https.rb +6 -4
  13. data/lib/gw2/item.rb +2 -2
  14. data/lib/gw2/map.rb +7 -9
  15. data/lib/gw2/misc.rb +5 -5
  16. data/lib/gw2/quaggans.rb +13 -0
  17. data/lib/gw2/recipe.rb +10 -2
  18. data/lib/gw2/resource.rb +3 -2
  19. data/lib/gw2/skins.rb +13 -0
  20. data/lib/gw2/wvw.rb +1 -1
  21. data/spec/fixtures/GW2_Colors/_colors/returns_all_colors.yml +114 -0
  22. data/spec/fixtures/GW2_Event/_event_names/returns_the_names_of_all_events.yml +20 -2034
  23. data/spec/fixtures/GW2_Event/_world_names/returns_the_names_of_all_worlds.yml +18 -7
  24. data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_id.yml +19 -8
  25. data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_name.yml +19 -8
  26. data/spec/fixtures/GW2_Item/_all/returns_all_items.yml +60909 -11
  27. data/spec/fixtures/GW2_Item/_details/returns_the_details_of_the_item.yml +53 -11
  28. data/spec/fixtures/GW2_Map/_all/returns_all_maps.yml +70 -1078
  29. data/spec/fixtures/GW2_Map/_continents/returns_all_continents.yml +179 -11
  30. data/spec/fixtures/GW2_Map/_map_floor/returns_a_specific_map_floor.yml +20 -3409
  31. data/spec/fixtures/GW2_Misc/_build/returns_the_build.yml +27 -11
  32. data/spec/fixtures/GW2_Misc/_files/returns_all_files.yml +502 -11
  33. data/spec/fixtures/GW2_Quaggans/_all/returns_all_Quaggans.yml +102 -0
  34. data/spec/fixtures/GW2_Quaggans/_details/returns_the_details_of_the_quaggan.yml +67 -0
  35. data/spec/fixtures/GW2_Recipe/_all/returns_all_recipes.yml +11764 -11
  36. data/spec/fixtures/GW2_Recipe/_details/returns_the_details_of_a_recipe_by_id.yml +61 -11
  37. data/spec/fixtures/GW2_Skins/_all/returns_all_Skins.yml +5374 -0
  38. data/spec/fixtures/GW2_Skins/_details/returns_the_details_of_the_skin.yml +78 -0
  39. data/spec/fixtures/GW2_WvW/_match_details/returns_the_details_of_a_match.yml +19 -8
  40. data/spec/fixtures/GW2_WvW/_matches/returns_all_matches.yml +19 -8
  41. data/spec/fixtures/GW2_WvW/_objective_names/returns_all_objectives.yml +88 -27
  42. data/spec/gw2/colors_spec.rb +47 -0
  43. data/spec/gw2/event_spec.rb +1 -14
  44. data/spec/gw2/guild_spec.rb +2 -2
  45. data/spec/gw2/item_spec.rb +7 -7
  46. data/spec/gw2/map_spec.rb +38 -59
  47. data/spec/gw2/misc_spec.rb +3 -44
  48. data/spec/gw2/quaggan_spec.rb +31 -0
  49. data/spec/gw2/recipe_spec.rb +12 -11
  50. data/spec/gw2/skins_spec.rb +40 -0
  51. data/spec/gw2/wvw_spec.rb +9 -9
  52. metadata +42 -24
  53. data/spec/fixtures/GW2_Event/_map_names/returns_the_names_of_all_maps.yml +0 -53
  54. data/spec/fixtures/GW2_Map/_maps/returns_the_map_by_id.yml +0 -41
  55. data/spec/fixtures/GW2_Misc/_colors/returns_all_colors.yml +0 -239

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.