teamsnap_rb 2.0.0.beta11 → 2.0.0.beta12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -1
  3. data/lib/teamsnap.rb +3 -5
  4. data/lib/teamsnap/version.rb +1 -1
  5. data/spec/cassettes/apiv3-init.yml +220 -186
  6. data/spec/cassettes/teamsnap__client/when_calling_via_s_on_the_client/does_not_raise_an_error_when_the_HTTP_actions_are_called.yml +9 -9
  7. data/spec/cassettes/teamsnap__client/when_calling_via_s_on_the_client/passes_them_to_the_faraday_client_using_method_missing.yml +9 -9
  8. data/spec/cassettes/teamsnap__collection/adds_find_if_search_is_available.yml +19 -15
  9. data/spec/cassettes/teamsnap__collection/adds_href_to_items.yml +21 -15
  10. data/spec/cassettes/teamsnap__collection/can_follow_plural_links.yml +60 -50
  11. data/spec/cassettes/teamsnap__collection/can_follow_singular_links.yml +40 -30
  12. data/spec/cassettes/teamsnap__collection/can_handle_links_with_no_data.yml +37 -26
  13. data/spec/cassettes/teamsnap__collection/handles_executing_an_action_via_commands.yml +21 -15
  14. data/spec/cassettes/teamsnap__collection/handles_executing_an_action_via_commands_with_multiple_params.yml +18 -14
  15. data/spec/cassettes/teamsnap__collection/handles_fetching_data_via_queries.yml +19 -15
  16. data/spec/cassettes/teamsnap__collection/handles_queries_with_no_data.yml +16 -12
  17. data/spec/cassettes/teamsnap__collection/raises_an_exception_if_find_returns_nothing.yml +16 -12
  18. data/spec/cassettes/teamsnap__collection/supports_relations_with_expected_behaviors/when_a_plural_relation_is_called/responds_with_an_array_of_objects_when_successful.yml +23 -23
  19. data/spec/cassettes/teamsnap__collection/supports_relations_with_expected_behaviors/when_a_plural_relation_is_called/responds_with_an_empty_array_when_no_objects_exist.yml +26 -21
  20. data/spec/cassettes/teamsnap__collection/supports_relations_with_expected_behaviors/when_a_singular_relation_is_called/responds_with_nil_if_it_does_NOT_exist.yml +19 -19
  21. data/spec/cassettes/teamsnap__collection/supports_relations_with_expected_behaviors/when_a_singular_relation_is_called/responds_with_the_object_if_it_exists.yml +30 -26
  22. data/spec/cassettes/teamsnap__structure/_create_collection_class/registers_new_classes_via_introspection_of_the_root_collection.yml +16 -12
  23. data/spec/cassettes/teamsnap__structure/_create_collection_class/sets_the_href_attribute_on_the_new_class.yml +16 -12
  24. data/spec/cassettes/teamsnap__structure/_init/has_all_classes_in_schema_loaded_except_for_exceptions_list_endpoints.yml +9 -9
  25. data/spec/cassettes/teamsnap_rb/_bulk_load/can_handle_an_empty_bulk_load.yml +8 -8
  26. data/spec/cassettes/teamsnap_rb/_bulk_load/can_handle_an_error_with_bulk_load_without_a_team_id.yml +6 -6
  27. data/spec/cassettes/teamsnap_rb/_bulk_load/can_use_bulk_load.yml +33 -33
  28. data/spec/cassettes/teamsnap_rb/_client_send/when_sent_a_known_via_/accepts_test_file_arg_when_creating_HMAC.yml +2644 -9
  29. data/spec/cassettes/teamsnap_rb/_client_send/when_sent_a_known_via_/calls_DELETE_on_the_given_client.yml +160 -56
  30. data/spec/cassettes/teamsnap_rb/_client_send/when_sent_a_known_via_/calls_GET_on_the_given_client.yml +9 -9
  31. data/spec/cassettes/teamsnap_rb/_client_send/when_sent_a_known_via_/calls_PATCH_on_the_given_client.yml +159 -55
  32. data/spec/cassettes/teamsnap_rb/_client_send/when_sent_a_known_via_/calls_POST_on_the_given_client.yml +159 -55
  33. data/spec/cassettes/teamsnap_rb/_run/processes_the_response.yml +36 -36
  34. data/spec/cassettes/uploading_files/uploads_a_file.yml +16 -10
  35. data/spec/cassettes/uploading_files/uploads_a_tempfile.yml +16 -10
  36. data/spec/teamsnap/collection_spec.rb +1 -1
  37. data/spec/teamsnap_spec.rb +1 -25
  38. metadata +2 -6
  39. data/spec/cassettes/apiv3-error.yml +0 -841
  40. data/spec/cassettes/teamsnap_rb/_server_error/Specifies_call_and_endpoint_that_was_unsuccessful.yml +0 -4989

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.