bearcat 1.6.10 → 1.6.12

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 (263) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +0 -0
  3. data/lib/badgrcat/api_array.rb +0 -0
  4. data/lib/badgrcat/client.rb +15 -2
  5. data/lib/badgrcat/version.rb +0 -0
  6. data/lib/bearcat/client/account_reports.rb +0 -0
  7. data/lib/bearcat/client/analytics.rb +0 -0
  8. data/lib/bearcat/client/assignment_groups.rb +0 -0
  9. data/lib/bearcat/client/assignments.rb +0 -0
  10. data/lib/bearcat/client/blueprint_courses.rb +0 -0
  11. data/lib/bearcat/client/calendar_events.rb +0 -0
  12. data/lib/bearcat/client/canvas_files.rb +0 -0
  13. data/lib/bearcat/client/conferences.rb +0 -0
  14. data/lib/bearcat/client/content_exports.rb +0 -0
  15. data/lib/bearcat/client/content_migrations.rb +0 -0
  16. data/lib/bearcat/client/conversations.rb +0 -0
  17. data/lib/bearcat/client/custom_gradebook_columns.rb +0 -0
  18. data/lib/bearcat/client/discussions.rb +0 -0
  19. data/lib/bearcat/client/enrollments.rb +0 -0
  20. data/lib/bearcat/client/external_tools.rb +0 -0
  21. data/lib/bearcat/client/file_helper.rb +0 -0
  22. data/lib/bearcat/client/files.rb +0 -0
  23. data/lib/bearcat/client/folders.rb +0 -0
  24. data/lib/bearcat/client/group_categories.rb +0 -0
  25. data/lib/bearcat/client/group_memberships.rb +0 -0
  26. data/lib/bearcat/client/groups.rb +0 -0
  27. data/lib/bearcat/client/learning_outcomes.rb +0 -0
  28. data/lib/bearcat/client/logins.rb +0 -0
  29. data/lib/bearcat/client/module_items.rb +0 -0
  30. data/lib/bearcat/client/modules.rb +0 -0
  31. data/lib/bearcat/client/o_auth2.rb +0 -0
  32. data/lib/bearcat/client/outcome_groups.rb +0 -0
  33. data/lib/bearcat/client/outcome_imports.rb +0 -0
  34. data/lib/bearcat/client/outcomes.rb +0 -0
  35. data/lib/bearcat/client/progresses.rb +0 -0
  36. data/lib/bearcat/client/quizzes.rb +0 -0
  37. data/lib/bearcat/client/roles.rb +0 -0
  38. data/lib/bearcat/client/rubric.rb +0 -0
  39. data/lib/bearcat/client/rubric_assessment.rb +0 -0
  40. data/lib/bearcat/client/rubric_association.rb +0 -0
  41. data/lib/bearcat/client/search.rb +0 -0
  42. data/lib/bearcat/client/sections.rb +0 -0
  43. data/lib/bearcat/client/sis_imports.rb +0 -0
  44. data/lib/bearcat/client/tabs.rb +0 -0
  45. data/lib/bearcat/client_module.rb +0 -0
  46. data/lib/bearcat/rate_limiting/functions.lua +11 -0
  47. data/lib/bearcat/rate_limiting/increment_bucket.lua +0 -0
  48. data/lib/bearcat/rate_limiting/redis_script.rb +0 -0
  49. data/lib/bearcat/rate_limiting.rb +0 -0
  50. data/lib/bearcat/version.rb +1 -1
  51. data/lib/catalogcat/api_array.rb +1 -1
  52. data/lib/catalogcat/client/catalogs.rb +0 -0
  53. data/lib/catalogcat/client/certificates.rb +0 -0
  54. data/lib/catalogcat/client/courses.rb +0 -0
  55. data/lib/catalogcat/client/email_domain_sets.rb +0 -0
  56. data/lib/catalogcat/client/enrollments.rb +0 -0
  57. data/lib/catalogcat/client/orders.rb +0 -0
  58. data/lib/catalogcat/client/user_registrations.rb +1 -1
  59. data/lib/catalogcat/client.rb +0 -0
  60. data/lib/catalogcat/version.rb +0 -0
  61. data/lib/catalogcat.rb +0 -0
  62. data/spec/badgrcat/client_spec.rb +151 -0
  63. data/spec/bearcat/api_array_spec.rb +0 -0
  64. data/spec/bearcat/client/analytics_spec.rb +0 -0
  65. data/spec/bearcat/client/assignment_groups_spec.rb +0 -0
  66. data/spec/bearcat/client/assignments_spec.rb +0 -0
  67. data/spec/bearcat/client/blueprint_courses_spec.rb +0 -0
  68. data/spec/bearcat/client/calendar_events_spec.rb +0 -0
  69. data/spec/bearcat/client/canvas_files_spec.rb +0 -0
  70. data/spec/bearcat/client/conferences_spec.rb +0 -0
  71. data/spec/bearcat/client/content_exports_spec.rb +0 -0
  72. data/spec/bearcat/client/content_migrations_spec.rb +0 -0
  73. data/spec/bearcat/client/conversations_spec.rb +0 -0
  74. data/spec/bearcat/client/courses_spec.rb +0 -0
  75. data/spec/bearcat/client/custom_gradebook_columns_spec.rb +0 -0
  76. data/spec/bearcat/client/discussions_spec.rb +0 -0
  77. data/spec/bearcat/client/enrollments_spec.rb +0 -0
  78. data/spec/bearcat/client/external_tools_spec.rb +0 -0
  79. data/spec/bearcat/client/files_spec.rb +0 -0
  80. data/spec/bearcat/client/folders_spec.rb +0 -0
  81. data/spec/bearcat/client/graph_ql_spec.rb +0 -0
  82. data/spec/bearcat/client/group_categories_spec.rb +0 -0
  83. data/spec/bearcat/client/group_membership_spec.rb +0 -0
  84. data/spec/bearcat/client/group_memberships_spec.rb +0 -0
  85. data/spec/bearcat/client/groups_spec.rb +0 -0
  86. data/spec/bearcat/client/learning_outcomes_spec.rb +0 -0
  87. data/spec/bearcat/client/module_items_spec.rb +0 -0
  88. data/spec/bearcat/client/modules_spec.rb +0 -0
  89. data/spec/bearcat/client/new_quizzes_spec.rb +111 -0
  90. data/spec/bearcat/client/o_auth2_spec.rb +0 -0
  91. data/spec/bearcat/client/outcome_groups_spec.rb +0 -0
  92. data/spec/bearcat/client/outcomes_spec.rb +0 -0
  93. data/spec/bearcat/client/quizzes_spec.rb +0 -0
  94. data/spec/bearcat/client/roles_spec.rb +0 -0
  95. data/spec/bearcat/client/rubric_assessment_spec.rb +0 -0
  96. data/spec/bearcat/client/rubric_association_spec.rb +0 -0
  97. data/spec/bearcat/client/rubric_spec.rb +0 -0
  98. data/spec/bearcat/client/search_spec.rb +0 -0
  99. data/spec/bearcat/client/sections_spec.rb +0 -0
  100. data/spec/bearcat/client/submissions_spec.rb +0 -0
  101. data/spec/bearcat/client/users_spec.rb +0 -0
  102. data/spec/bearcat/rate_limiting_spec.rb +0 -0
  103. data/spec/bearcat/stub_bearcat_spec.rb +0 -0
  104. data/spec/bearcat_spec.rb +0 -0
  105. data/spec/fixtures/access_token.json +0 -0
  106. data/spec/fixtures/account_admin_create.json +0 -0
  107. data/spec/fixtures/account_admin_delete.json +0 -0
  108. data/spec/fixtures/account_admins.json +0 -0
  109. data/spec/fixtures/account_courses.json +0 -0
  110. data/spec/fixtures/account_grading_standards.json +0 -0
  111. data/spec/fixtures/account_groups.json +0 -0
  112. data/spec/fixtures/account_reports.json +0 -0
  113. data/spec/fixtures/account_reports_index.json +0 -0
  114. data/spec/fixtures/account_reports_result_success.json +0 -0
  115. data/spec/fixtures/account_reports_start_result.json +0 -0
  116. data/spec/fixtures/account_role.json +0 -0
  117. data/spec/fixtures/account_roles.json +0 -0
  118. data/spec/fixtures/account_sis_imports.json +0 -0
  119. data/spec/fixtures/account_sub_accounts.json +0 -0
  120. data/spec/fixtures/account_user.json +0 -0
  121. data/spec/fixtures/account_users.json +0 -0
  122. data/spec/fixtures/accounts.json +0 -0
  123. data/spec/fixtures/add_custom_user_data.json +0 -0
  124. data/spec/fixtures/add_user.json +0 -0
  125. data/spec/fixtures/assignment.json +0 -0
  126. data/spec/fixtures/assignment_group.json +0 -0
  127. data/spec/fixtures/assignment_groups.json +0 -0
  128. data/spec/fixtures/assignment_section_override.json +0 -0
  129. data/spec/fixtures/assignments.json +0 -0
  130. data/spec/fixtures/bearcat.jpg +0 -0
  131. data/spec/fixtures/blueprint_migration.json +0 -0
  132. data/spec/fixtures/blueprint_subscriptions.json +0 -0
  133. data/spec/fixtures/blueprint_template.json +0 -0
  134. data/spec/fixtures/blueprint_update_assocations_success.json +0 -0
  135. data/spec/fixtures/calendar_event.json +0 -0
  136. data/spec/fixtures/calendar_events.json +0 -0
  137. data/spec/fixtures/canvas_files/declare_file.json +0 -0
  138. data/spec/fixtures/canvas_files/upload_success.json +0 -0
  139. data/spec/fixtures/cc.imscc +0 -0
  140. data/spec/fixtures/communication_channels.json +0 -0
  141. data/spec/fixtures/conclude_enrollment.json +0 -0
  142. data/spec/fixtures/content_export.json +0 -0
  143. data/spec/fixtures/content_migration_files/content_migration.json +0 -0
  144. data/spec/fixtures/content_migration_files/response.json +0 -0
  145. data/spec/fixtures/content_migration_files/upload_success.json +0 -0
  146. data/spec/fixtures/conversation.json +0 -0
  147. data/spec/fixtures/course.json +0 -0
  148. data/spec/fixtures/course_conferences.json +0 -0
  149. data/spec/fixtures/course_copy.json +0 -0
  150. data/spec/fixtures/course_enrollments.json +0 -0
  151. data/spec/fixtures/course_files.json +0 -0
  152. data/spec/fixtures/course_folder.json +0 -0
  153. data/spec/fixtures/course_folders.json +0 -0
  154. data/spec/fixtures/course_grading_standards.json +0 -0
  155. data/spec/fixtures/course_groups.json +0 -0
  156. data/spec/fixtures/course_sections.json +0 -0
  157. data/spec/fixtures/course_settings.json +0 -0
  158. data/spec/fixtures/course_students.json +0 -0
  159. data/spec/fixtures/create_course_discussion.json +0 -0
  160. data/spec/fixtures/create_group_discussion.json +0 -0
  161. data/spec/fixtures/create_outcome_in_group.json +0 -0
  162. data/spec/fixtures/create_section.json +0 -0
  163. data/spec/fixtures/created_assignment.json +0 -0
  164. data/spec/fixtures/created_course.json +0 -0
  165. data/spec/fixtures/created_group.json +0 -0
  166. data/spec/fixtures/created_group_category.json +0 -0
  167. data/spec/fixtures/created_group_membership.json +0 -0
  168. data/spec/fixtures/created_module.json +0 -0
  169. data/spec/fixtures/custom_data.json +0 -0
  170. data/spec/fixtures/custom_food_data.json +0 -0
  171. data/spec/fixtures/custom_gradebook_columns/column_data.json +0 -0
  172. data/spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json +0 -0
  173. data/spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json +0 -0
  174. data/spec/fixtures/custom_gradebook_columns/gradebook_column_progress.json +0 -0
  175. data/spec/fixtures/dashboard.json +0 -0
  176. data/spec/fixtures/delete_course.json +0 -0
  177. data/spec/fixtures/delete_custom_data_scope.json +0 -0
  178. data/spec/fixtures/delete_group_category.json +0 -0
  179. data/spec/fixtures/delete_section.json +0 -0
  180. data/spec/fixtures/deleted_conversation.json +0 -0
  181. data/spec/fixtures/deleted_group.json +0 -0
  182. data/spec/fixtures/department_level_participation.json +0 -0
  183. data/spec/fixtures/department_level_statistics.json +0 -0
  184. data/spec/fixtures/discussion_entries.json +0 -0
  185. data/spec/fixtures/discussion_entry_replies.json +0 -0
  186. data/spec/fixtures/discussion_topic.json +0 -0
  187. data/spec/fixtures/discussion_topics.json +0 -0
  188. data/spec/fixtures/edited_group.json +0 -0
  189. data/spec/fixtures/edited_group_category.json +0 -0
  190. data/spec/fixtures/enroll_student.json +0 -0
  191. data/spec/fixtures/enrollment_terms.json +0 -0
  192. data/spec/fixtures/external_tool.json +0 -0
  193. data/spec/fixtures/external_tools.json +0 -0
  194. data/spec/fixtures/file.csv +0 -0
  195. data/spec/fixtures/gradebook_history.json +0 -0
  196. data/spec/fixtures/graph_ql_scores.json +0 -0
  197. data/spec/fixtures/group.json +0 -0
  198. data/spec/fixtures/group_categories.json +0 -0
  199. data/spec/fixtures/group_category.json +0 -0
  200. data/spec/fixtures/group_category_groups.json +0 -0
  201. data/spec/fixtures/group_conferences.json +0 -0
  202. data/spec/fixtures/group_membership.json +0 -0
  203. data/spec/fixtures/learning_outcome.json +0 -0
  204. data/spec/fixtures/link_unlink_outcome.json +0 -0
  205. data/spec/fixtures/merge_user.json +0 -0
  206. data/spec/fixtures/module.json +0 -0
  207. data/spec/fixtures/module_item.json +0 -0
  208. data/spec/fixtures/module_item_sequence.json +0 -0
  209. data/spec/fixtures/module_items.json +0 -0
  210. data/spec/fixtures/modules.json +0 -0
  211. data/spec/fixtures/new_quizzes/new_quiz_item_categorization.json +44 -0
  212. data/spec/fixtures/new_quizzes/new_quiz_item_essay.json +29 -0
  213. data/spec/fixtures/new_quizzes/new_quiz_item_file_upload.json +32 -0
  214. data/spec/fixtures/new_quizzes/new_quiz_item_fill_in_multiple_blanks.json +65 -0
  215. data/spec/fixtures/new_quizzes/new_quiz_item_formula.json +50 -0
  216. data/spec/fixtures/new_quizzes/new_quiz_item_hot_spot.json +42 -0
  217. data/spec/fixtures/new_quizzes/new_quiz_item_matching.json +52 -0
  218. data/spec/fixtures/new_quizzes/new_quiz_item_multiple_answer.json +38 -0
  219. data/spec/fixtures/new_quizzes/new_quiz_item_numeric.json +30 -0
  220. data/spec/fixtures/new_quizzes/new_quiz_item_ordering.json +40 -0
  221. data/spec/fixtures/new_quizzes/new_quiz_item_short_answer.json +31 -0
  222. data/spec/fixtures/new_quizzes/new_quiz_item_stimulus.json +26 -0
  223. data/spec/fixtures/new_quizzes/new_quiz_item_true_false.json +29 -0
  224. data/spec/fixtures/no_custom_data.json +0 -0
  225. data/spec/fixtures/ok.json +0 -0
  226. data/spec/fixtures/outcome_group_import.json +0 -0
  227. data/spec/fixtures/outcome_groups.json +0 -0
  228. data/spec/fixtures/outcome_result.json +0 -0
  229. data/spec/fixtures/outcome_subgroup.json +0 -0
  230. data/spec/fixtures/outcome_subgroups.json +0 -0
  231. data/spec/fixtures/outcomes.json +0 -0
  232. data/spec/fixtures/paged_body.json +0 -0
  233. data/spec/fixtures/pages.json +0 -0
  234. data/spec/fixtures/progress.json +0 -0
  235. data/spec/fixtures/quizzes/course_quiz.json +0 -0
  236. data/spec/fixtures/quizzes/course_quiz_questions.json +0 -0
  237. data/spec/fixtures/quizzes/course_quizzes.json +0 -0
  238. data/spec/fixtures/quizzes/quiz_assignment_override.json +0 -0
  239. data/spec/fixtures/quizzes/quiz_extension.json +0 -0
  240. data/spec/fixtures/reactivate_enrollment.json +0 -0
  241. data/spec/fixtures/report_history.json +0 -0
  242. data/spec/fixtures/report_list.json +0 -0
  243. data/spec/fixtures/report_status.json +0 -0
  244. data/spec/fixtures/rubric.json +0 -0
  245. data/spec/fixtures/rubric_assessment.json +0 -0
  246. data/spec/fixtures/rubric_association.json +0 -0
  247. data/spec/fixtures/search_find_recipients.json +0 -0
  248. data/spec/fixtures/section.json +0 -0
  249. data/spec/fixtures/section_enrollments.json +0 -0
  250. data/spec/fixtures/single_account.json +0 -0
  251. data/spec/fixtures/start_report.json +0 -0
  252. data/spec/fixtures/submissions/submission.json +0 -0
  253. data/spec/fixtures/update_outcome.json +0 -0
  254. data/spec/fixtures/update_outcome_group.json +0 -0
  255. data/spec/fixtures/update_section.json +0 -0
  256. data/spec/fixtures/updated_course.json +0 -0
  257. data/spec/fixtures/user_avatars.json +0 -0
  258. data/spec/fixtures/user_details.json +0 -0
  259. data/spec/fixtures/user_enrollments.json +0 -0
  260. data/spec/fixtures/user_logins.json +0 -0
  261. data/spec/fixtures/user_page_views.json +0 -0
  262. data/spec/fixtures/user_profile.json +0 -0
  263. metadata +31 -2
@@ -0,0 +1,30 @@
1
+ {
2
+ "id": "11",
3
+ "position": 1,
4
+ "points_possible": 3.0,
5
+ "properties": { "required": false },
6
+ "entry_type": "Item",
7
+ "entry_editable": true,
8
+ "stimulus_quiz_entry_id": "",
9
+ "status": "mutable",
10
+ "entry": {
11
+ "id": "11",
12
+ "title": "What is the boiling point of water in degrees Celsius?",
13
+ "item_body": "<p>What is the boiling point of water in degrees Celsius?</p>",
14
+ "calculator_type": "none",
15
+ "interaction_data": {},
16
+ "properties": {},
17
+ "scoring_data": {
18
+ "value": [
19
+ { "id": "1", "type": "exactResponse", "value": "100" }
20
+ ]
21
+ },
22
+ "answer_feedback": {},
23
+ "scoring_algorithm": "Numeric",
24
+ "created_at": "2026-04-23T10:00:00.000Z",
25
+ "updated_at": "2026-04-23T10:00:00.000Z",
26
+ "tag_associations": [],
27
+ "interaction_type_slug": "numeric",
28
+ "feedback": {}
29
+ }
30
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "id": "7",
3
+ "position": 1,
4
+ "points_possible": 4.0,
5
+ "properties": { "required": false },
6
+ "entry_type": "Item",
7
+ "entry_editable": true,
8
+ "stimulus_quiz_entry_id": "",
9
+ "status": "mutable",
10
+ "entry": {
11
+ "id": "7",
12
+ "title": "Order the planets from closest to farthest from the Sun.",
13
+ "item_body": "<p>Order the planets from closest to farthest from the Sun.</p>",
14
+ "calculator_type": "none",
15
+ "interaction_data": {
16
+ "choices": {
17
+ "choice1": { "id": "choice1", "item_body": "<p>Mercury</p>" },
18
+ "choice2": { "id": "choice2", "item_body": "<p>Venus</p>" },
19
+ "choice3": { "id": "choice3", "item_body": "<p>Earth</p>" },
20
+ "choice4": { "id": "choice4", "item_body": "<p>Mars</p>" }
21
+ },
22
+ "item_body": ""
23
+ },
24
+ "properties": {
25
+ "top_label": "",
26
+ "bottom_label": "",
27
+ "shuffle_rules": null,
28
+ "include_labels": true,
29
+ "display_answers_paragraph": false
30
+ },
31
+ "scoring_data": { "value": ["choice1", "choice2", "choice3", "choice4"] },
32
+ "answer_feedback": {},
33
+ "scoring_algorithm": "DeepEquals",
34
+ "created_at": "2026-04-23T10:00:00.000Z",
35
+ "updated_at": "2026-04-23T10:00:00.000Z",
36
+ "tag_associations": [],
37
+ "interaction_type_slug": "ordering",
38
+ "feedback": {}
39
+ }
40
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "id": "8",
3
+ "position": 1,
4
+ "points_possible": 2.0,
5
+ "properties": {},
6
+ "entry_type": "Item",
7
+ "entry_editable": true,
8
+ "stimulus_quiz_entry_id": "",
9
+ "status": "mutable",
10
+ "entry": {
11
+ "id": "8",
12
+ "title": "What process do plants use to convert sunlight into food?",
13
+ "item_body": "<p>What process do plants use to convert sunlight into food?</p>",
14
+ "calculator_type": "none",
15
+ "interaction_data": {
16
+ "answers": [
17
+ { "id": "ans1", "item_body": "photosynthesis" },
18
+ { "id": "ans2", "item_body": "Photosynthesis" }
19
+ ]
20
+ },
21
+ "properties": {},
22
+ "scoring_data": { "value": ["ans1", "ans2"] },
23
+ "answer_feedback": {},
24
+ "scoring_algorithm": "Equivalence",
25
+ "created_at": "2026-04-23T10:00:00.000Z",
26
+ "updated_at": "2026-04-23T10:00:00.000Z",
27
+ "tag_associations": [],
28
+ "interaction_type_slug": "short_answer",
29
+ "feedback": {}
30
+ }
31
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "id": "14",
3
+ "position": 1,
4
+ "points_possible": 0.0,
5
+ "properties": {},
6
+ "entry_type": "Stimulus",
7
+ "entry_editable": true,
8
+ "stimulus_quiz_entry_id": "",
9
+ "status": "mutable",
10
+ "entry": {
11
+ "id": "14",
12
+ "title": "Reading Passage: The Water Cycle",
13
+ "item_body": "<p>The water cycle describes the continuous movement of water on, above, and below Earth's surface. Water evaporates from oceans and lakes, rises into the atmosphere, condenses into clouds, and falls back to the ground as precipitation.</p>",
14
+ "calculator_type": "none",
15
+ "interaction_data": {},
16
+ "properties": {},
17
+ "scoring_data": {},
18
+ "answer_feedback": {},
19
+ "scoring_algorithm": "None",
20
+ "created_at": "2026-04-23T10:00:00.000Z",
21
+ "updated_at": "2026-04-23T10:00:00.000Z",
22
+ "tag_associations": [],
23
+ "interaction_type_slug": "stimulus",
24
+ "feedback": {}
25
+ }
26
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "id": "2",
3
+ "position": 1,
4
+ "points_possible": 1.0,
5
+ "properties": {},
6
+ "entry_type": "Item",
7
+ "entry_editable": true,
8
+ "stimulus_quiz_entry_id": "",
9
+ "status": "mutable",
10
+ "entry": {
11
+ "id": "2",
12
+ "title": "The Earth orbits the Sun.",
13
+ "item_body": "<p>The Earth orbits the Sun.</p>",
14
+ "calculator_type": "none",
15
+ "interaction_data": {
16
+ "true_choice": "True",
17
+ "false_choice": "False"
18
+ },
19
+ "properties": {},
20
+ "scoring_data": { "value": true },
21
+ "answer_feedback": {},
22
+ "scoring_algorithm": "Equivalence",
23
+ "created_at": "2026-04-23T10:00:00.000Z",
24
+ "updated_at": "2026-04-23T10:00:00.000Z",
25
+ "tag_associations": [],
26
+ "interaction_type_slug": "true-false",
27
+ "feedback": {}
28
+ }
29
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bearcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.10
4
+ version: 1.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-23 00:00:00.000000000 Z
11
+ date: 2026-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -237,6 +237,7 @@ files:
237
237
  - lib/bearcat/client_module.rb
238
238
  - lib/bearcat/misc_exceptions/conflict.rb
239
239
  - lib/bearcat/rate_limiting.rb
240
+ - lib/bearcat/rate_limiting/functions.lua
240
241
  - lib/bearcat/rate_limiting/increment_bucket.lua
241
242
  - lib/bearcat/rate_limiting/redis_script.rb
242
243
  - lib/bearcat/spec_helpers.rb
@@ -252,6 +253,7 @@ files:
252
253
  - lib/catalogcat/client/orders.rb
253
254
  - lib/catalogcat/client/user_registrations.rb
254
255
  - lib/catalogcat/version.rb
256
+ - spec/badgrcat/client_spec.rb
255
257
  - spec/bearcat/api_array_spec.rb
256
258
  - spec/bearcat/client/accounts_spec.rb
257
259
  - spec/bearcat/client/analytics_spec.rb
@@ -410,6 +412,19 @@ files:
410
412
  - spec/fixtures/new_quizzes/course_new_quiz.json
411
413
  - spec/fixtures/new_quizzes/course_new_quizzes.json
412
414
  - spec/fixtures/new_quizzes/new_quiz_item.json
415
+ - spec/fixtures/new_quizzes/new_quiz_item_categorization.json
416
+ - spec/fixtures/new_quizzes/new_quiz_item_essay.json
417
+ - spec/fixtures/new_quizzes/new_quiz_item_file_upload.json
418
+ - spec/fixtures/new_quizzes/new_quiz_item_fill_in_multiple_blanks.json
419
+ - spec/fixtures/new_quizzes/new_quiz_item_formula.json
420
+ - spec/fixtures/new_quizzes/new_quiz_item_hot_spot.json
421
+ - spec/fixtures/new_quizzes/new_quiz_item_matching.json
422
+ - spec/fixtures/new_quizzes/new_quiz_item_multiple_answer.json
423
+ - spec/fixtures/new_quizzes/new_quiz_item_numeric.json
424
+ - spec/fixtures/new_quizzes/new_quiz_item_ordering.json
425
+ - spec/fixtures/new_quizzes/new_quiz_item_short_answer.json
426
+ - spec/fixtures/new_quizzes/new_quiz_item_stimulus.json
427
+ - spec/fixtures/new_quizzes/new_quiz_item_true_false.json
413
428
  - spec/fixtures/new_quizzes/new_quiz_items.json
414
429
  - spec/fixtures/new_quizzes/new_quiz_report.json
415
430
  - spec/fixtures/new_quizzes/new_quiz_reports.json
@@ -528,6 +543,7 @@ test_files:
528
543
  - spec/bearcat/client/groups_spec.rb
529
544
  - spec/bearcat/client/quizzes_spec.rb
530
545
  - spec/helper.rb
546
+ - spec/badgrcat/client_spec.rb
531
547
  - spec/fixtures/account_grading_standards.json
532
548
  - spec/fixtures/add_custom_user_data.json
533
549
  - spec/fixtures/assignment_group.json
@@ -603,13 +619,26 @@ test_files:
603
619
  - spec/fixtures/update_outcome_group.json
604
620
  - spec/fixtures/module_item.json
605
621
  - spec/fixtures/report_status.json
622
+ - spec/fixtures/new_quizzes/new_quiz_item_fill_in_multiple_blanks.json
606
623
  - spec/fixtures/new_quizzes/course_new_quizzes.json
607
624
  - spec/fixtures/new_quizzes/new_quiz_submission.json
625
+ - spec/fixtures/new_quizzes/new_quiz_item_stimulus.json
608
626
  - spec/fixtures/new_quizzes/new_quiz_items.json
627
+ - spec/fixtures/new_quizzes/new_quiz_item_formula.json
628
+ - spec/fixtures/new_quizzes/new_quiz_item_short_answer.json
629
+ - spec/fixtures/new_quizzes/new_quiz_item_ordering.json
630
+ - spec/fixtures/new_quizzes/new_quiz_item_categorization.json
609
631
  - spec/fixtures/new_quizzes/new_quiz_report.json
632
+ - spec/fixtures/new_quizzes/new_quiz_item_true_false.json
610
633
  - spec/fixtures/new_quizzes/new_quiz_submissions.json
611
634
  - spec/fixtures/new_quizzes/new_quiz_reports.json
635
+ - spec/fixtures/new_quizzes/new_quiz_item_matching.json
636
+ - spec/fixtures/new_quizzes/new_quiz_item_hot_spot.json
637
+ - spec/fixtures/new_quizzes/new_quiz_item_multiple_answer.json
612
638
  - spec/fixtures/new_quizzes/new_quiz_item.json
639
+ - spec/fixtures/new_quizzes/new_quiz_item_numeric.json
640
+ - spec/fixtures/new_quizzes/new_quiz_item_essay.json
641
+ - spec/fixtures/new_quizzes/new_quiz_item_file_upload.json
613
642
  - spec/fixtures/new_quizzes/course_new_quiz.json
614
643
  - spec/fixtures/enroll_student.json
615
644
  - spec/fixtures/group_category.json