scorm_engine 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/lib/scorm_engine/api/endpoints/configuration.rb +31 -1
  3. data/lib/scorm_engine/version.rb +1 -1
  4. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/is_successful.yml +6 -6
  5. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_platform.yml +6 -6
  6. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_version.yml +6 -6
  7. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_before_option.yml +7 -7
  8. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_since_option.yml +8 -8
  9. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/is_successful.yml +7 -7
  10. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_combined_counts.yml +7 -7
  11. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_per_tenantcounts.yml +7 -7
  12. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_delete_app_configuration/fails_when_settings_are_invalid.yml +46 -0
  13. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_delete_app_configuration/is_successful.yml +42 -0
  14. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/includeMetadata/is_successful.yml +931 -0
  15. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/includeMetadata/returns_metadata_in_raw_response_when_included_in_options.yml +931 -0
  16. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/is_successful.yml +16 -16
  17. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/returns_settings_and_values.yml +16 -16
  18. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/fails_when_settings_are_invalid.yml +6 -6
  19. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/is_successful.yml +6 -6
  20. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/persists_the_settings.yml +44 -44
  21. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/fails_when_id_is_invalid.yml +5 -5
  22. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/works.yml +5 -5
  23. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/fails_when_id_is_invalid.yml +5 -5
  24. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/is_successful.yml +6 -6
  25. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/results/sucessfully_creates_the_Course_attributes.yml +6 -6
  26. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/fails_when_id_is_invalid.yml +5 -5
  27. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/is_successful.yml +7 -7
  28. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string.yml +7 -7
  29. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/fetches_a_single_course_but_perhaps_multiple_versions.yml +6 -6
  30. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/returns_404_when_ID_is_invalid.yml +5 -5
  31. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_all_the_courses.yml +35 -80
  32. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +16 -16
  33. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/fails_when_passed_an_invalid_value.yml +5 -5
  34. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/works.yml +26 -23
  35. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/is_successful.yml +16 -16
  36. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/is_an_enumerator_of_Course_models.yml +16 -16
  37. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/sucessfully_creates_the_Course_attributes.yml +16 -16
  38. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/fails_when_id_is_invalid.yml +5 -5
  39. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/is_successful.yml +7 -7
  40. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/results/makes_settings_available_as_key/value_pairs.yml +7 -7
  41. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_course_id_is_invalid.yml +5 -5
  42. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
  43. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/is_successful.yml +10 -10
  44. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/results/returns_the_value_as_a_string.yml +10 -10
  45. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_id_is_invalid.yml +5 -5
  46. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_settings_are_invalid.yml +5 -5
  47. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/is_successful.yml +5 -5
  48. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/persists_the_settings.yml +25 -25
  49. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_course_id_is_invalid.yml +5 -5
  50. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
  51. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/is_successful.yml +13 -13
  52. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/results/persists_the_changes.yml +20 -20
  53. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/successful_imports/works.yml +31 -31
  54. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/unsuccessful_imports/fails_to_import_given_an_invalid_url.yml +20 -63
  55. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_post_course_import/unsuccessful_imports/fails_to_import_a_previously_existing_course.yml +5 -5
  56. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/returns_success_even_when_id_is_invalid.yml +5 -5
  57. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/works.yml +5 -5
  58. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/fails_when_id_is_invalid.yml +5 -5
  59. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/is_successful.yml +5 -5
  60. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/results/sucessfully_creates_the_destination_attributes.yml +5 -5
  61. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/fails_when_invalid.yml +5 -5
  62. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/works.yml +5 -5
  63. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_all_the_destinations.yml +14 -14
  64. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +7 -7
  65. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/fails_when_passed_an_invalid_value.yml +5 -5
  66. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/works.yml +7 -6
  67. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/is_successful.yml +7 -7
  68. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/is_an_enumerator_of_Destination_models.yml +7 -7
  69. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/sucessfully_creates_the_Destination_attributes.yml +51 -7
  70. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful.yml +10 -10
  71. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful_even_if_the_destination_id_is_not_unique.yml +5 -5
  72. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/fails_when_invalid.yml +5 -5
  73. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_false.yml +5 -5
  74. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_true.yml +4 -4
  75. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/fails_when_invalid.yml +5 -5
  76. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_false.yml +5 -5
  77. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_true.yml +5 -5
  78. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/is_successful.yml +5 -5
  79. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/results/sucessfully_creates_the_destination_attributes.yml +10 -10
  80. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/returns_success_even_when_id_is_invalid.yml +5 -5
  81. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/works.yml +5 -5
  82. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/is_successful.yml +5 -5
  83. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/succeeds_even_when_id_is_invalid.yml +5 -5
  84. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/fails_when_id_is_invalid.yml +5 -5
  85. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/is_successful.yml +7 -7
  86. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +6 -6
  87. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_false_when_disabled.yml +10 -10
  88. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_true_when_enabled.yml +10 -10
  89. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/fails_when_id_is_invalid.yml +10 -10
  90. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/is_successful.yml +11 -11
  91. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/results/sucessfully_creates_the_dispatch_attributes.yml +11 -11
  92. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_id.yml +5 -5
  93. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_type.yml +5 -5
  94. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works.yml +8 -8
  95. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_AICC.yml +7 -7
  96. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM12.yml +6 -6
  97. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM2004-3RD.yml +8 -8
  98. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_all_the_dispatches.yml +17 -17
  99. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +7 -7
  100. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/fails_when_passed_an_invalid_value.yml +4 -4
  101. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/works.yml +7 -7
  102. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/is_successful.yml +7 -7
  103. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/is_an_enumerator_of_dispatch_models.yml +6 -6
  104. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/sucessfully_creates_the_dispatch_attributes.yml +8 -8
  105. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/is_successful.yml +10 -10
  106. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/updates_if_same_dispatch_id.yml +19 -19
  107. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/is_successful.yml +5 -5
  108. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +11 -11
  109. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/fails_when_invalid.yml +5 -5
  110. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_false.yml +5 -5
  111. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_true.yml +5 -5
  112. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/is_successful.yml +6 -6
  113. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/reports_the_api_is_up.yml +6 -6
  114. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/is_unsuccessful.yml +5 -5
  115. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/returns_status_403.yml +4 -4
  116. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_failure_when_registration_does_not_exist.yml +5 -5
  117. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_successful_when_registration_exists.yml +5 -5
  118. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_false_when_registration_does_not_exist.yml +5 -5
  119. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_true_when_registration_exists.yml +5 -5
  120. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/includes_results_we_expect.yml +7 -7
  121. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/is_successful.yml +7 -7
  122. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/returns_an_array_of_registrations.yml +7 -7
  123. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/fails_when_id_is_invalid.yml +5 -5
  124. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/is_successful.yml +5 -5
  125. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/results/returns_a_URL_string.yml +5 -5
  126. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/does_not_return_activity_details_by_default.yml +7 -7
  127. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/returns_activity_details_if_requested.yml +7 -7
  128. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/fails_when_registration_does_not_exist.yml +5 -5
  129. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/returns_a_registration_when_it_exists.yml +7 -7
  130. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/excludes_results.yml +5 -5
  131. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/includes_results.yml +7 -7
  132. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/excludes_results.yml +5 -5
  133. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/includes_results.yml +7 -7
  134. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/includes_results_we_expect.yml +7 -7
  135. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/is_successful.yml +7 -7
  136. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/returns_an_array_of_registrations.yml +7 -7
  137. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_course_id_is_invalid.yml +5 -5
  138. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_registration_id_already_exists.yml +5 -5
  139. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful.yml +10 -10
  140. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful_even_when_given_a_UTF8/slashed_username.yml +10 -10
  141. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/fails_when_id_is_invalid.yml +5 -5
  142. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/is_successful.yml +8 -8
  143. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/results/makes_settings_available_as_key/value_pairs.yml +7 -7
  144. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +5 -5
  145. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
  146. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/is_successful.yml +10 -10
  147. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/results/returns_the_value_as_a_string.yml +10 -10
  148. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_id_is_invalid.yml +5 -5
  149. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_settings_are_invalid.yml +5 -5
  150. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/is_successful.yml +5 -5
  151. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/persists_the_settings.yml +24 -24
  152. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +5 -5
  153. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
  154. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/is_successful.yml +12 -12
  155. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/results/persists_the_changes.yml +18 -18
  156. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/fails_when_registration_does_not_exist.yml +5 -5
  157. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/is_successful.yml +5 -5
  158. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/returns_an_array_of_registration_launch_histories.yml +5 -5
  159. data/spec/scorm_engine/api/endpoints/about_spec.rb +1 -1
  160. data/spec/scorm_engine/api/endpoints/configuration_spec.rb +32 -1
  161. data/spec/scorm_engine/api/endpoints/courses_spec.rb +2 -3
  162. metadata +6 -3
  163. data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string_containing_a_signed_jwt.yml +0 -46
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  response:
@@ -19,11 +19,11 @@ http_interactions:
19
19
  content-type:
20
20
  - application/json
21
21
  content-length:
22
- - '304'
22
+ - '325'
23
23
  connection:
24
24
  - close
25
25
  date:
26
- - Fri, 25 Sep 2020 23:05:42 GMT
26
+ - Tue, 10 Nov 2020 22:59:20 GMT
27
27
  p3p:
28
28
  - CP="NOI"
29
29
  server:
@@ -33,16 +33,16 @@ http_interactions:
33
33
  x-cache:
34
34
  - Miss from cloudfront
35
35
  via:
36
- - 1.1 93602184543f38c8cb58276d2ff471a9.cloudfront.net (CloudFront)
36
+ - 1.1 3917d15f2f5fbcd37ae2fb2846d0022e.cloudfront.net (CloudFront)
37
37
  x-amz-cf-pop:
38
38
  - SLC50-C1
39
39
  x-amz-cf-id:
40
- - 7F2lh1R3Pk6MiRblRmyrb42JTdvQWtGdyZHKxXvLk_E87Qml2VeQEQ==
40
+ - nPdkuXLv3V4yNCeuA8VuMWAehUb_MEWaGHG6nYKEIo5IsNQjj5FGDg==
41
41
  body:
42
42
  encoding: UTF-8
43
- string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"none"}'
43
+ string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":false,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:19.000Z"}'
44
44
  http_version:
45
- recorded_at: Fri, 25 Sep 2020 23:05:43 GMT
45
+ recorded_at: Tue, 10 Nov 2020 22:59:20 GMT
46
46
  - request:
47
47
  method: post
48
48
  uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches
@@ -51,7 +51,7 @@ http_interactions:
51
51
  string: '{"dispatches":[{"id":"testing-dispatch-id-2","data":{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01","externalConfig":null}}]}'
52
52
  headers:
53
53
  User-Agent:
54
- - ScormEngine Ruby Gem 0.8.1
54
+ - ScormEngine Ruby Gem 0.8.2
55
55
  Authorization:
56
56
  - Basic <BASIC_AUTH>
57
57
  Content-Type:
@@ -64,7 +64,7 @@ http_interactions:
64
64
  connection:
65
65
  - close
66
66
  date:
67
- - Fri, 25 Sep 2020 23:05:43 GMT
67
+ - Tue, 10 Nov 2020 22:59:20 GMT
68
68
  p3p:
69
69
  - CP="NOI"
70
70
  server:
@@ -74,16 +74,16 @@ http_interactions:
74
74
  x-cache:
75
75
  - Miss from cloudfront
76
76
  via:
77
- - 1.1 bd6dc6ff7ea2e7a0c6202fdae4d38e80.cloudfront.net (CloudFront)
77
+ - 1.1 8bb5b74069e9505becb1d7e84c9b94e8.cloudfront.net (CloudFront)
78
78
  x-amz-cf-pop:
79
79
  - SLC50-C1
80
80
  x-amz-cf-id:
81
- - 0jg1xfXXycLD9__S1ZtPu0m8ziSNTzqzy5b90UXwk-f39WlT70HMlw==
81
+ - m2A5G5hgOtccglNkiaOxVivQDDbYTW3zy42Uzg7-uedsXVTgbGGByA==
82
82
  body:
83
83
  encoding: UTF-8
84
84
  string: ''
85
85
  http_version:
86
- recorded_at: Fri, 25 Sep 2020 23:05:43 GMT
86
+ recorded_at: Tue, 10 Nov 2020 22:59:20 GMT
87
87
  - request:
88
88
  method: get
89
89
  uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches/testing-dispatch-id-2
@@ -92,7 +92,7 @@ http_interactions:
92
92
  string: ''
93
93
  headers:
94
94
  User-Agent:
95
- - ScormEngine Ruby Gem 0.8.1
95
+ - ScormEngine Ruby Gem 0.8.2
96
96
  Authorization:
97
97
  - Basic <BASIC_AUTH>
98
98
  response:
@@ -103,11 +103,11 @@ http_interactions:
103
103
  content-type:
104
104
  - application/json
105
105
  content-length:
106
- - '304'
106
+ - '325'
107
107
  connection:
108
108
  - close
109
109
  date:
110
- - Fri, 25 Sep 2020 23:05:43 GMT
110
+ - Tue, 10 Nov 2020 22:59:21 GMT
111
111
  p3p:
112
112
  - CP="NOI"
113
113
  server:
@@ -117,14 +117,14 @@ http_interactions:
117
117
  x-cache:
118
118
  - Miss from cloudfront
119
119
  via:
120
- - 1.1 dc1008da8748ae0c60c93323ff766e49.cloudfront.net (CloudFront)
120
+ - 1.1 ec99de6a8df96b4e008b942ab98e6595.cloudfront.net (CloudFront)
121
121
  x-amz-cf-pop:
122
122
  - SLC50-C1
123
123
  x-amz-cf-id:
124
- - ecbvvd1MyGSqJWvlvAzrFTjdIl9s_soX0LdqwvlO8wThMp6BepzbhQ==
124
+ - TQwFHwU2F4BhPNaS-pSb7OiwdaCg9tbgkHVqcfr2eLrDASwhnlRwbA==
125
125
  body:
126
126
  encoding: UTF-8
127
- string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"none"}'
127
+ string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":false,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:19.000Z"}'
128
128
  http_version:
129
- recorded_at: Fri, 25 Sep 2020 23:05:43 GMT
129
+ recorded_at: Tue, 10 Nov 2020 22:59:21 GMT
130
130
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01","externalConfig":null}'
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  Content-Type:
@@ -21,7 +21,7 @@ http_interactions:
21
21
  connection:
22
22
  - close
23
23
  date:
24
- - Fri, 25 Sep 2020 23:06:08 GMT
24
+ - Tue, 10 Nov 2020 22:59:31 GMT
25
25
  p3p:
26
26
  - CP="NOI"
27
27
  server:
@@ -31,14 +31,14 @@ http_interactions:
31
31
  x-cache:
32
32
  - Miss from cloudfront
33
33
  via:
34
- - 1.1 42388efa0b39dd5e33d371d553418dbf.cloudfront.net (CloudFront)
34
+ - 1.1 a2a145b915c6e207f03377a67fbebd5f.cloudfront.net (CloudFront)
35
35
  x-amz-cf-pop:
36
36
  - SLC50-C1
37
37
  x-amz-cf-id:
38
- - SRhvBEb76_M95sAIeMnUYdEXtmuhluLq_tobcbY_8rc20CPqA1CV7Q==
38
+ - XOJDo_CUXSeety_ebC1Jrr5Pp_eX3J6zPiCvwwaVyxxQ80NQODe3Tg==
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: ''
42
42
  http_version:
43
- recorded_at: Fri, 25 Sep 2020 23:06:08 GMT
43
+ recorded_at: Tue, 10 Nov 2020 22:59:31 GMT
44
44
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01","externalConfig":null}'
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  Content-Type:
@@ -21,7 +21,7 @@ http_interactions:
21
21
  connection:
22
22
  - close
23
23
  date:
24
- - Fri, 25 Sep 2020 23:06:10 GMT
24
+ - Tue, 10 Nov 2020 22:59:35 GMT
25
25
  p3p:
26
26
  - CP="NOI"
27
27
  server:
@@ -31,16 +31,16 @@ http_interactions:
31
31
  x-cache:
32
32
  - Miss from cloudfront
33
33
  via:
34
- - 1.1 52271e90b57cafa189a2830b7c04a6f9.cloudfront.net (CloudFront)
34
+ - 1.1 3460152017718aa24664bf5b7ddf58de.cloudfront.net (CloudFront)
35
35
  x-amz-cf-pop:
36
36
  - SLC50-C1
37
37
  x-amz-cf-id:
38
- - YizfKKmGGA_qDKlLaNhGELQ-XsLbElmg7B0s7F7haW7ab1qiLPrKSg==
38
+ - 0Qqoi1SAgUH4GuqFJhMmyZTFY9SPFuxtFK_BXeacbg66JLp-kDprww==
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: ''
42
42
  http_version:
43
- recorded_at: Fri, 25 Sep 2020 23:06:10 GMT
43
+ recorded_at: Tue, 10 Nov 2020 22:59:35 GMT
44
44
  - request:
45
45
  method: get
46
46
  uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches/testing-dispatch-id-2
@@ -49,7 +49,7 @@ http_interactions:
49
49
  string: ''
50
50
  headers:
51
51
  User-Agent:
52
- - ScormEngine Ruby Gem 0.8.1
52
+ - ScormEngine Ruby Gem 0.8.2
53
53
  Authorization:
54
54
  - Basic <BASIC_AUTH>
55
55
  response:
@@ -64,7 +64,7 @@ http_interactions:
64
64
  connection:
65
65
  - close
66
66
  date:
67
- - Fri, 25 Sep 2020 23:06:10 GMT
67
+ - Tue, 10 Nov 2020 22:59:35 GMT
68
68
  p3p:
69
69
  - CP="NOI"
70
70
  server:
@@ -74,14 +74,14 @@ http_interactions:
74
74
  x-cache:
75
75
  - Miss from cloudfront
76
76
  via:
77
- - 1.1 dc11c8b7421c6da6c05e64d48aa3e898.cloudfront.net (CloudFront)
77
+ - 1.1 be07bf9bf37f2e63b7b1c8863b7a11ca.cloudfront.net (CloudFront)
78
78
  x-amz-cf-pop:
79
79
  - SLC50-C1
80
80
  x-amz-cf-id:
81
- - 7_5ztY0wq7yKjA4xFvr9EN0RblO2wikgQuVo82QYiuWk2qcB9ZblTA==
81
+ - M3oCYDDnhr2TcQC6nTFV10Z2xIHY6-RFWEN8THMKkNZ-D9iMWvr0gA==
82
82
  body:
83
83
  encoding: UTF-8
84
- string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"2020-09-25T23:05:54.000Z"}'
84
+ string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:30.000Z"}'
85
85
  http_version:
86
- recorded_at: Fri, 25 Sep 2020 23:06:10 GMT
86
+ recorded_at: Tue, 10 Nov 2020 22:59:35 GMT
87
87
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: oops
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  Content-Type:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  connection:
26
26
  - close
27
27
  date:
28
- - Fri, 25 Sep 2020 23:05:51 GMT
28
+ - Tue, 10 Nov 2020 22:59:03 GMT
29
29
  p3p:
30
30
  - CP="NOI"
31
31
  server:
@@ -35,16 +35,16 @@ http_interactions:
35
35
  x-cache:
36
36
  - Error from cloudfront
37
37
  via:
38
- - 1.1 9e19f7f2387eead34610d87abf26d1cd.cloudfront.net (CloudFront)
38
+ - 1.1 52271e90b57cafa189a2830b7c04a6f9.cloudfront.net (CloudFront)
39
39
  x-amz-cf-pop:
40
40
  - SLC50-C1
41
41
  x-amz-cf-id:
42
- - FaKWllYDPzyqg6yLcorPEaLBAUru3Ib0S2tGD_E9sgZaDGQPTErhgA==
42
+ - hnBOjbsF8Z31aSvU_IW3IVGf_p4zZHacHwo60Sd_-Cggx66MJixJgA==
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
46
46
  Unrecognized token 'oops': was expecting ('true', 'false' or 'null')
47
47
  at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 9]
48
48
  http_version:
49
- recorded_at: Fri, 25 Sep 2020 23:05:51 GMT
49
+ recorded_at: Tue, 10 Nov 2020 22:59:03 GMT
50
50
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: 'false'
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  Content-Type:
@@ -21,7 +21,7 @@ http_interactions:
21
21
  connection:
22
22
  - close
23
23
  date:
24
- - Fri, 25 Sep 2020 23:05:50 GMT
24
+ - Tue, 10 Nov 2020 22:59:03 GMT
25
25
  p3p:
26
26
  - CP="NOI"
27
27
  server:
@@ -31,14 +31,14 @@ http_interactions:
31
31
  x-cache:
32
32
  - Miss from cloudfront
33
33
  via:
34
- - 1.1 0a35faf8a81bc2da87034be9b38a5c9a.cloudfront.net (CloudFront)
34
+ - 1.1 07c02ae6c53d85283eb15380264d9998.cloudfront.net (CloudFront)
35
35
  x-amz-cf-pop:
36
36
  - SLC50-C1
37
37
  x-amz-cf-id:
38
- - QkdfcVTn1EjpzOU8-TC_UIaLzMiEQ11-0icI7Qu4nonVS0fWGDtgOg==
38
+ - nHi5t0-lQ6MBOYSMUD5k6weq4XiD1mYV9Oz8K8B4qoFDu0yJ_LBVew==
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: ''
42
42
  http_version:
43
- recorded_at: Fri, 25 Sep 2020 23:05:50 GMT
43
+ recorded_at: Tue, 10 Nov 2020 22:59:03 GMT
44
44
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: 'true'
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  Content-Type:
@@ -21,7 +21,7 @@ http_interactions:
21
21
  connection:
22
22
  - close
23
23
  date:
24
- - Fri, 25 Sep 2020 23:05:51 GMT
24
+ - Tue, 10 Nov 2020 22:59:00 GMT
25
25
  p3p:
26
26
  - CP="NOI"
27
27
  server:
@@ -31,14 +31,14 @@ http_interactions:
31
31
  x-cache:
32
32
  - Miss from cloudfront
33
33
  via:
34
- - 1.1 b8444affadcd7ea54dc019ee69ff275f.cloudfront.net (CloudFront)
34
+ - 1.1 a1d0bea525f74dd86deb7d34bec14cac.cloudfront.net (CloudFront)
35
35
  x-amz-cf-pop:
36
36
  - SLC50-C1
37
37
  x-amz-cf-id:
38
- - 1kKXLBVranZg-hLolMCT0ozXs-kkYcKRTdHq_x53_VcTgw0OGQXhuA==
38
+ - 66pWMLmTstkLGfKGL_U_9SW0IZ6JS_ImjmqASMuJa3MvzC8ZRwG7_A==
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: ''
42
42
  http_version:
43
- recorded_at: Fri, 25 Sep 2020 23:05:52 GMT
43
+ recorded_at: Tue, 10 Nov 2020 22:59:02 GMT
44
44
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  response:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  connection:
24
24
  - close
25
25
  date:
26
- - Fri, 25 Sep 2020 23:05:41 GMT
26
+ - Tue, 10 Nov 2020 22:58:26 GMT
27
27
  p3p:
28
28
  - CP="NOI"
29
29
  server:
@@ -33,14 +33,14 @@ http_interactions:
33
33
  x-cache:
34
34
  - Miss from cloudfront
35
35
  via:
36
- - 1.1 3a3c5f259ae7ff22c721cf2dd9f734af.cloudfront.net (CloudFront)
36
+ - 1.1 6fd49f86f210f7efc9603d6f872dd0cd.cloudfront.net (CloudFront)
37
37
  x-amz-cf-pop:
38
38
  - SLC50-C1
39
39
  x-amz-cf-id:
40
- - "-S3kYvmfr8QZhsKjdZHKCN4ZGZRiDeKYBD8iBfwFHJ0cS7-d6D9s-A=="
40
+ - Fqzns7briM5gwYFeTf0TmVCaNBoyJz6e4cPEWu60gdzGGLfvQgwgEQ==
41
41
  body:
42
42
  encoding: UTF-8
43
- string: '{"message":"API is up.\nCurrent System Time: 2020-09-25T23:05:41.970Z.\n"}'
43
+ string: '{"message":"API is up.\nCurrent System Time: 2020-11-10T22:58:26.647Z.\n"}'
44
44
  http_version:
45
- recorded_at: Fri, 25 Sep 2020 23:05:42 GMT
45
+ recorded_at: Tue, 10 Nov 2020 22:58:26 GMT
46
46
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic <BASIC_AUTH>
14
14
  response:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  connection:
24
24
  - close
25
25
  date:
26
- - Fri, 25 Sep 2020 23:05:41 GMT
26
+ - Tue, 10 Nov 2020 22:58:24 GMT
27
27
  p3p:
28
28
  - CP="NOI"
29
29
  server:
@@ -33,14 +33,14 @@ http_interactions:
33
33
  x-cache:
34
34
  - Miss from cloudfront
35
35
  via:
36
- - 1.1 a2a145b915c6e207f03377a67fbebd5f.cloudfront.net (CloudFront)
36
+ - 1.1 93602184543f38c8cb58276d2ff471a9.cloudfront.net (CloudFront)
37
37
  x-amz-cf-pop:
38
38
  - SLC50-C1
39
39
  x-amz-cf-id:
40
- - RhcdNJaB7yN6L9BWSnGujqixNR7cP8JQjVxmy6A8m1SxcQdMauDt6g==
40
+ - aRXH7Gdd8WWEbsQWe0sfre2qBjdpGZNjLjvb2jL1iP09SprcoSfAXA==
41
41
  body:
42
42
  encoding: UTF-8
43
- string: '{"message":"API is up.\nCurrent System Time: 2020-09-25T23:05:41.839Z.\n"}'
43
+ string: '{"message":"API is up.\nCurrent System Time: 2020-11-10T22:58:24.975Z.\n"}'
44
44
  http_version:
45
- recorded_at: Fri, 25 Sep 2020 23:05:41 GMT
45
+ recorded_at: Tue, 10 Nov 2020 22:58:26 GMT
46
46
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic UnVzdGljaUVuZ2luZTppbnZhbGlk
14
14
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  content-language:
26
26
  - en
27
27
  date:
28
- - Fri, 25 Sep 2020 23:05:42 GMT
28
+ - Tue, 10 Nov 2020 22:58:27 GMT
29
29
  p3p:
30
30
  - CP="NOI"
31
31
  server:
@@ -35,15 +35,15 @@ http_interactions:
35
35
  x-cache:
36
36
  - Error from cloudfront
37
37
  via:
38
- - 1.1 c4ab6962f5d964707d14e1b456abda18.cloudfront.net (CloudFront)
38
+ - 1.1 2a3b50173a77fe71ee16466542bd1fdd.cloudfront.net (CloudFront)
39
39
  x-amz-cf-pop:
40
40
  - SLC50-C1
41
41
  x-amz-cf-id:
42
- - dlCc864TvVnF76jPDi5fmrJOrULM4cLz_oTTk3GhlhYwV8GzZhYs8g==
42
+ - 4zpVQeeBAtxxXot7_7dwLEYOtKniFEHv5JO-XE8GEKXhyekdKT0Lnw==
43
43
  body:
44
44
  encoding: ASCII-8BIT
45
45
  string: !binary |-
46
46
  PCFkb2N0eXBlIGh0bWw+PGh0bWwgbGFuZz0iZW4iPjxoZWFkPjx0aXRsZT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvdGl0bGU+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5ib2R5IHtmb250LWZhbWlseTpUYWhvbWEsQXJpYWwsc2Fucy1zZXJpZjt9IGgxLCBoMiwgaDMsIGIge2NvbG9yOndoaXRlO2JhY2tncm91bmQtY29sb3I6IzUyNUQ3Njt9IGgxIHtmb250LXNpemU6MjJweDt9IGgyIHtmb250LXNpemU6MTZweDt9IGgzIHtmb250LXNpemU6MTRweDt9IHAge2ZvbnQtc2l6ZToxMnB4O30gYSB7Y29sb3I6YmxhY2s7fSAubGluZSB7aGVpZ2h0OjFweDtiYWNrZ3JvdW5kLWNvbG9yOiM1MjVENzY7Ym9yZGVyOm5vbmU7fTwvc3R5bGU+PC9oZWFkPjxib2R5PjxoMT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvaDE+PGhyIGNsYXNzPSJsaW5lIiAvPjxwPjxiPlR5cGU8L2I+IFN0YXR1cyBSZXBvcnQ8L3A+PHA+PGI+TWVzc2FnZTwvYj4gRm9yYmlkZGVuPC9wPjxwPjxiPkRlc2NyaXB0aW9uPC9iPiBUaGUgc2VydmVyIHVuZGVyc3Rvb2QgdGhlIHJlcXVlc3QgYnV0IHJlZnVzZXMgdG8gYXV0aG9yaXplIGl0LjwvcD48aHIgY2xhc3M9ImxpbmUiIC8+PGgzPkFwYWNoZSBUb21jYXQvNy4wLjEwMDwvaDM+PC9ib2R5PjwvaHRtbD4=
47
47
  http_version:
48
- recorded_at: Fri, 25 Sep 2020 23:05:42 GMT
48
+ recorded_at: Tue, 10 Nov 2020 22:58:27 GMT
49
49
  recorded_with: VCR 4.0.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - ScormEngine Ruby Gem 0.8.1
11
+ - ScormEngine Ruby Gem 0.8.2
12
12
  Authorization:
13
13
  - Basic UnVzdGljaUVuZ2luZTppbnZhbGlk
14
14
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  content-language:
26
26
  - en
27
27
  date:
28
- - Fri, 25 Sep 2020 23:05:42 GMT
28
+ - Tue, 10 Nov 2020 22:58:26 GMT
29
29
  p3p:
30
30
  - CP="NOI"
31
31
  server:
@@ -39,11 +39,11 @@ http_interactions:
39
39
  x-amz-cf-pop:
40
40
  - SLC50-C1
41
41
  x-amz-cf-id:
42
- - tguQ0J57352NitneKWcghsXmOBSc8RKNfHKngCqkzxkWbt_aMZpzFA==
42
+ - OziNyEKDxoI6NpQgYgYLyc6qvitCtPAlC8m5baGDSAeY91TPbHF-iw==
43
43
  body:
44
44
  encoding: ASCII-8BIT
45
45
  string: !binary |-
46
46
  PCFkb2N0eXBlIGh0bWw+PGh0bWwgbGFuZz0iZW4iPjxoZWFkPjx0aXRsZT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvdGl0bGU+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5ib2R5IHtmb250LWZhbWlseTpUYWhvbWEsQXJpYWwsc2Fucy1zZXJpZjt9IGgxLCBoMiwgaDMsIGIge2NvbG9yOndoaXRlO2JhY2tncm91bmQtY29sb3I6IzUyNUQ3Njt9IGgxIHtmb250LXNpemU6MjJweDt9IGgyIHtmb250LXNpemU6MTZweDt9IGgzIHtmb250LXNpemU6MTRweDt9IHAge2ZvbnQtc2l6ZToxMnB4O30gYSB7Y29sb3I6YmxhY2s7fSAubGluZSB7aGVpZ2h0OjFweDtiYWNrZ3JvdW5kLWNvbG9yOiM1MjVENzY7Ym9yZGVyOm5vbmU7fTwvc3R5bGU+PC9oZWFkPjxib2R5PjxoMT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvaDE+PGhyIGNsYXNzPSJsaW5lIiAvPjxwPjxiPlR5cGU8L2I+IFN0YXR1cyBSZXBvcnQ8L3A+PHA+PGI+TWVzc2FnZTwvYj4gRm9yYmlkZGVuPC9wPjxwPjxiPkRlc2NyaXB0aW9uPC9iPiBUaGUgc2VydmVyIHVuZGVyc3Rvb2QgdGhlIHJlcXVlc3QgYnV0IHJlZnVzZXMgdG8gYXV0aG9yaXplIGl0LjwvcD48aHIgY2xhc3M9ImxpbmUiIC8+PGgzPkFwYWNoZSBUb21jYXQvNy4wLjEwMDwvaDM+PC9ib2R5PjwvaHRtbD4=
47
47
  http_version:
48
- recorded_at: Fri, 25 Sep 2020 23:05:42 GMT
48
+ recorded_at: Tue, 10 Nov 2020 22:58:27 GMT
49
49
  recorded_with: VCR 4.0.0