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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bnet_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-04 00:00:00.000000000 Z
12
+ date: 2013-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -60,7 +60,7 @@ dependencies:
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  - !ruby/object:Gem::Dependency
63
- name: fakeweb
63
+ name: webmock
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
@@ -123,8 +123,8 @@ dependencies:
123
123
  - - ! '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
- description: BnetScraper is a Nokogiri-based scraper of Battle.net profile information.
127
- Currently this only includes Starcraft2.
126
+ description: BnetScraper is a Nokogiri-based scraper of Starcraft 2 Battle.net profile
127
+ information.
128
128
  email:
129
129
  - cadwallion@gmail.com
130
130
  executables: []