bnet_scraper 0.7.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. data/.travis.yml +3 -1
  2. data/CHANGELOG.md +13 -0
  3. data/bnet_scraper.gemspec +3 -3
  4. data/lib/bnet_scraper/starcraft2/grandmaster_scraper.rb +1 -1
  5. data/lib/bnet_scraper/starcraft2/match_history_scraper.rb +3 -3
  6. data/spec/spec_helper.rb +1 -1
  7. data/spec/starcraft2/achievement_scraper_spec.rb +5 -5
  8. data/spec/starcraft2/grandmaster_scraper_spec.rb +6 -6
  9. data/spec/starcraft2/league_scraper_spec.rb +12 -10
  10. data/spec/starcraft2/league_spec.rb +5 -5
  11. data/spec/starcraft2/match_history_scraper_spec.rb +6 -6
  12. data/spec/starcraft2/profile_scraper_spec.rb +4 -4
  13. data/spec/starcraft2/status_scraper_spec.rb +1 -1
  14. data/spec/starcraft2_spec.rb +1 -1
  15. data/spec/support/fixtures/vcr_cassettes/demon_achievements.yml +992 -229
  16. data/spec/support/fixtures/vcr_cassettes/demon_leagues.yml +2615 -343
  17. data/spec/support/fixtures/vcr_cassettes/demon_match_history.yml +1049 -224
  18. data/spec/support/fixtures/vcr_cassettes/demon_matches.yml +1049 -223
  19. data/spec/support/fixtures/vcr_cassettes/demon_profile.yml +4345 -1207
  20. data/spec/support/fixtures/vcr_cassettes/demon_profile_leagues.yml +3569 -1238
  21. data/spec/support/fixtures/vcr_cassettes/euro_achievements.yml +903 -220
  22. data/spec/support/fixtures/vcr_cassettes/full_demon_scrape.yml +13655 -5305
  23. data/spec/support/fixtures/vcr_cassettes/grandmaster_na.yml +4125 -433
  24. data/spec/support/fixtures/vcr_cassettes/invalid_achievement.yml +589 -182
  25. data/spec/support/fixtures/vcr_cassettes/invalid_leagues.yml +589 -182
  26. data/spec/support/fixtures/vcr_cassettes/invalid_matches.yml +589 -182
  27. data/spec/support/fixtures/vcr_cassettes/invalid_profile.yml +589 -182
  28. data/spec/support/fixtures/vcr_cassettes/new_league.yml +3583 -563
  29. data/spec/support/fixtures/vcr_cassettes/profile_invalid.yml +589 -182
  30. data/spec/support/fixtures/vcr_cassettes/profile_not_laddered.yml +1555 -411
  31. data/spec/support/fixtures/vcr_cassettes/realm_status.yml +1689 -561
  32. metadata +5 -5

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.