access 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/access/error.rb +2 -0
  3. data/lib/access/request.rb +4 -1
  4. data/lib/access/response.rb +2 -0
  5. data/lib/access/version.rb +1 -1
  6. data/test/fixtures/autocomplete_search.yml +19 -18
  7. data/test/fixtures/autocomplete_search_categories.yml +10 -10
  8. data/test/fixtures/autocomplete_search_locations.yml +4 -4
  9. data/test/fixtures/autocomplete_search_offers.yml +9 -9
  10. data/test/fixtures/autocomplete_search_stores.yml +11 -11
  11. data/test/fixtures/category_find.yml +4 -4
  12. data/test/fixtures/category_search.yml +8 -8
  13. data/test/fixtures/category_search_fail_member_key.yml +4 -4
  14. data/test/fixtures/filter_find.yml +67 -0
  15. data/test/fixtures/filter_search.yml +12 -12
  16. data/test/fixtures/location_find.yml +432 -388
  17. data/test/fixtures/location_search.yml +34 -34
  18. data/test/fixtures/location_search_fail_member_key.yml +4 -4
  19. data/test/fixtures/national_stores.yml +4 -4
  20. data/test/fixtures/oauth_application_find.yml +4 -4
  21. data/test/fixtures/oauth_application_search.yml +7 -7
  22. data/test/fixtures/oauth_application_token_find.yml +4 -4
  23. data/test/fixtures/oauth_application_token_search.yml +4 -4
  24. data/test/fixtures/offer_find.yml +125 -119
  25. data/test/fixtures/offer_search.yml +68 -66
  26. data/test/fixtures/offer_search_fail_member_key.yml +4 -4
  27. data/test/fixtures/redeem_offer_no_redeem_type.yml +18 -18
  28. data/test/fixtures/store_find.yml +166 -0
  29. data/test/fixtures/store_search.yml +19 -19
  30. data/test/fixtures/store_search_fail_member_key.yml +6 -6
  31. data/test/fixtures/subcategory_find.yml +4 -4
  32. data/test/fixtures/token_find.yml +90 -0
  33. data/test/fixtures/token_search.yml +29 -31
  34. data/test/fixtures/verify_filter.yml +15 -15
  35. data/test/fixtures/verify_token.yml +12 -12
  36. metadata +1 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: access
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett