ultron 0.1.9 → 0.1.10

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 (33) hide show
  1. checksums.yaml +13 -5
  2. data/.rspec +2 -1
  3. data/.travis.yml +5 -4
  4. data/lib/ultron/version.rb +1 -1
  5. data/spec/cassettes/Ultron_Characters/should_find_a_character.yml +3 -3
  6. data/spec/cassettes/Ultron_Characters/should_find_a_list_of_comics_featuring_the_character.yml +107 -107
  7. data/spec/cassettes/Ultron_Comics/should_find_a_comic.yml +3 -3
  8. data/spec/cassettes/Ultron_Creators/should_find_a_list_of_series_by_the_creator.yml +134 -134
  9. data/spec/cassettes/Ultron_Events/should_find_a_list_of_stories_for_the_event.yml +11 -11
  10. data/spec/cassettes/Ultron_Series/should_give_a_default_set_of_series.yml +22 -22
  11. data/spec/cassettes/Ultron_Series/should_give_us_a_larger_set_of_series.yml +413 -413
  12. data/spec/cassettes/equality/should_be_equal_if_its_URL_minus_the_auth_bit_is_equal.yml +5632 -5632
  13. data/spec/cassettes/exceptions/should_throw_a_404_wrapped_in_a_Marvel_exception_on_a_404.yml +3 -3
  14. data/spec/cassettes/exceptions/should_throw_a_No_Idea_What_This_Param_Is_exception.yml +3 -3
  15. data/spec/cassettes/exceptions/should_throw_a_Resource_Not_Found_exception_when_we_search_for_something_nonsensical.yml +4 -4
  16. data/spec/cassettes/exceptions/should_throw_a_Resource_Throttled_Exception_when_we_hit_our_limit.yml +4621 -7
  17. data/spec/cassettes/exceptions/should_throw_an_Ultron_exception_when_we_do_something_dumb.yml +3 -3
  18. data/spec/cassettes/sample/let_us_pick_a_random_item/should_get_a_count_of_items_for_a_lookup.yml +329 -329
  19. data/spec/cassettes/sample/let_us_pick_a_random_item/should_give_us_a_random_comic.yml +100 -100
  20. data/spec/cassettes/sample/let_us_pick_a_random_item/should_give_us_a_random_comic_for_a_more_complex_search.yml +42 -42
  21. data/spec/cassettes/sample/let_us_pick_a_random_item/should_give_us_a_random_offset_into_the_result_set.yml +97 -97
  22. data/spec/cassettes/searching/pre-baked_searches/should_give_us_just_regular_comics.yml +857 -844
  23. data/spec/cassettes/searching/pre-baked_searches/should_give_us_regular_comics_filtered_by_character.yml +1820 -1821
  24. data/spec/cassettes/searching/should_accept_with_as_a_synonym_for_where.yml +674 -674
  25. data/spec/cassettes/searching/should_let_us_get_a_comic.yml +3 -3
  26. data/spec/cassettes/searching/should_let_us_get_comics_by_a_creator.yml +1023 -1024
  27. data/spec/cassettes/searching/should_let_us_get_comics_by_a_creator_with_params_.yml +45 -1603
  28. data/spec/cassettes/searching/should_let_us_get_more_than_the_default_20_results.yml +2119 -2120
  29. data/spec/cassettes/searching/should_let_us_search_with_multiple_parameters.yml +21 -21
  30. data/spec/cassettes/searching/should_let_us_search_with_parameters.yml +1012 -1009
  31. data/spec/ultron/exceptions_spec.rb +20 -27
  32. data/spec/ultron/searches/searches_spec.rb +4 -4
  33. metadata +42 -42

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.