--- !ruby/object:Gem::Specification
name: bearcat
version: !ruby/object:Gem::Version
  version: 1.3.25
platform: ruby
authors:
- Nathan Mills, Jake Sorce
autorequire: 
bindir: bin
cert_chain: []
date: 2018-08-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.0.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.0.0
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.6'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.6'
- !ruby/object:Gem::Dependency
  name: webmock
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: pry
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: footrest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.2.2
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.2.2
description: Ruby interface for interacting with the canvas API
email:
- nathanm@instructure.com, jake@instructure.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- Rakefile
- bearcat.gemspec
- lib/bearcat.rb
- lib/bearcat/api_array.rb
- lib/bearcat/client.rb
- lib/bearcat/client/account_reports.rb
- lib/bearcat/client/accounts.rb
- lib/bearcat/client/analytics.rb
- lib/bearcat/client/assignment_groups.rb
- lib/bearcat/client/assignments.rb
- lib/bearcat/client/calendar_events.rb
- lib/bearcat/client/canvas_files.rb
- lib/bearcat/client/conferences.rb
- lib/bearcat/client/content_exports.rb
- lib/bearcat/client/content_migrations.rb
- lib/bearcat/client/conversations.rb
- lib/bearcat/client/courses.rb
- lib/bearcat/client/custom_gradebook_columns.rb
- lib/bearcat/client/discussions.rb
- lib/bearcat/client/enrollments.rb
- lib/bearcat/client/external_tools.rb
- lib/bearcat/client/file_helper.rb
- lib/bearcat/client/files.rb
- lib/bearcat/client/folders.rb
- lib/bearcat/client/group_categories.rb
- lib/bearcat/client/group_memberships.rb
- lib/bearcat/client/groups.rb
- lib/bearcat/client/module_items.rb
- lib/bearcat/client/modules.rb
- lib/bearcat/client/o_auth2.rb
- lib/bearcat/client/outcome_groups.rb
- lib/bearcat/client/outcomes.rb
- lib/bearcat/client/pages.rb
- lib/bearcat/client/quizzes.rb
- lib/bearcat/client/reports.rb
- lib/bearcat/client/search.rb
- lib/bearcat/client/sections.rb
- lib/bearcat/client/submissions.rb
- lib/bearcat/client/users.rb
- lib/bearcat/version.rb
- spec/bearcat/api_array_spec.rb
- spec/bearcat/client/accounts_spec.rb
- spec/bearcat/client/analytics_spec.rb
- spec/bearcat/client/assignment_groups_spec.rb
- spec/bearcat/client/assignments_spec.rb
- spec/bearcat/client/calendar_events_spec.rb
- spec/bearcat/client/canvas_files_spec.rb
- spec/bearcat/client/conferences_spec.rb
- spec/bearcat/client/content_exports_spec.rb
- spec/bearcat/client/content_migrations_spec.rb
- spec/bearcat/client/conversations_spec.rb
- spec/bearcat/client/courses_spec.rb
- spec/bearcat/client/custom_gradebook_columns_spec.rb
- spec/bearcat/client/discussions_spec.rb
- spec/bearcat/client/enrollments_spec.rb
- spec/bearcat/client/external_tools_spec.rb
- spec/bearcat/client/files_spec.rb
- spec/bearcat/client/folders_spec.rb
- spec/bearcat/client/group_categories_spec.rb
- spec/bearcat/client/group_membership_spec.rb
- spec/bearcat/client/groups_spec.rb
- spec/bearcat/client/module_items_spec.rb
- spec/bearcat/client/modules_spec.rb
- spec/bearcat/client/o_auth2_spec.rb
- spec/bearcat/client/outcome_groups_spec.rb
- spec/bearcat/client/outcomes_spec.rb
- spec/bearcat/client/pages_spec.rb
- spec/bearcat/client/quizzes_spec.rb
- spec/bearcat/client/reports_spec.rb
- spec/bearcat/client/search_spec.rb
- spec/bearcat/client/sections_spec.rb
- spec/bearcat/client/submissions_spec.rb
- spec/bearcat/client/users_spec.rb
- spec/bearcat/client_spec.rb
- spec/bearcat/group_memberships_spec.rb
- spec/bearcat_spec.rb
- spec/fixtures/access_token.json
- spec/fixtures/account_admin_create.json
- spec/fixtures/account_admin_delete.json
- spec/fixtures/account_admins.json
- spec/fixtures/account_courses.json
- spec/fixtures/account_grading_standards.json
- spec/fixtures/account_groups.json
- spec/fixtures/account_reports.json
- spec/fixtures/account_reports_index.json
- spec/fixtures/account_reports_result_success.json
- spec/fixtures/account_reports_start_result.json
- spec/fixtures/account_roles.json
- spec/fixtures/account_sis_imports.json
- spec/fixtures/account_sub_accounts.json
- spec/fixtures/account_user.json
- spec/fixtures/account_users.json
- spec/fixtures/accounts.json
- spec/fixtures/add_custom_user_data.json
- spec/fixtures/add_user.json
- spec/fixtures/assignment.json
- spec/fixtures/assignment_group.json
- spec/fixtures/assignment_groups.json
- spec/fixtures/assignment_section_override.json
- spec/fixtures/assignments.json
- spec/fixtures/bearcat.jpg
- spec/fixtures/calendar_event.json
- spec/fixtures/calendar_events.json
- spec/fixtures/canvas_files/declare_file.json
- spec/fixtures/canvas_files/upload_success.json
- spec/fixtures/cc.imscc
- spec/fixtures/communication_channels.json
- spec/fixtures/conclude_enrollment.json
- spec/fixtures/content_export.json
- spec/fixtures/content_migration_files/content_migration.json
- spec/fixtures/content_migration_files/response.json
- spec/fixtures/content_migration_files/upload_success.json
- spec/fixtures/conversation.json
- spec/fixtures/course.json
- spec/fixtures/course_conferences.json
- spec/fixtures/course_copy.json
- spec/fixtures/course_enrollments.json
- spec/fixtures/course_files.json
- spec/fixtures/course_folders.json
- spec/fixtures/course_grading_standards.json
- spec/fixtures/course_groups.json
- spec/fixtures/course_sections.json
- spec/fixtures/course_students.json
- spec/fixtures/create_course_discussion.json
- spec/fixtures/create_group_discussion.json
- spec/fixtures/create_outcome_in_group.json
- spec/fixtures/create_section.json
- spec/fixtures/created_assignment.json
- spec/fixtures/created_course.json
- spec/fixtures/created_group.json
- spec/fixtures/created_group_category.json
- spec/fixtures/created_group_membership.json
- spec/fixtures/custom_data.json
- spec/fixtures/custom_food_data.json
- spec/fixtures/custom_gradebook_columns/column_data.json
- spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json
- spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json
- spec/fixtures/dashboard.json
- spec/fixtures/delete_course.json
- spec/fixtures/delete_custom_data_scope.json
- spec/fixtures/delete_group_category.json
- spec/fixtures/delete_section.json
- spec/fixtures/deleted_conversation.json
- spec/fixtures/deleted_group.json
- spec/fixtures/department_level_participation.json
- spec/fixtures/department_level_statistics.json
- spec/fixtures/discussion_entries.json
- spec/fixtures/discussion_entry_replies.json
- spec/fixtures/discussion_topic.json
- spec/fixtures/discussion_topics.json
- spec/fixtures/edited_group.json
- spec/fixtures/edited_group_category.json
- spec/fixtures/enroll_student.json
- spec/fixtures/enrollment_terms.json
- spec/fixtures/external_tool.json
- spec/fixtures/external_tools.json
- spec/fixtures/file.csv
- spec/fixtures/gradebook_history.json
- spec/fixtures/group.json
- spec/fixtures/group_categories.json
- spec/fixtures/group_category.json
- spec/fixtures/group_category_groups.json
- spec/fixtures/group_conferences.json
- spec/fixtures/group_membership.json
- spec/fixtures/link_unlink_outcome.json
- spec/fixtures/merge_user.json
- spec/fixtures/module.json
- spec/fixtures/module_item.json
- spec/fixtures/module_item_sequence.json
- spec/fixtures/module_items.json
- spec/fixtures/modules.json
- spec/fixtures/no_custom_data.json
- spec/fixtures/ok.json
- spec/fixtures/outcome_group_import.json
- spec/fixtures/outcome_groups.json
- spec/fixtures/outcome_result.json
- spec/fixtures/outcome_subgroup.json
- spec/fixtures/outcome_subgroups.json
- spec/fixtures/outcomes.json
- spec/fixtures/paged_body.json
- spec/fixtures/pages.json
- spec/fixtures/progress.json
- spec/fixtures/quizzes/course_quiz.json
- spec/fixtures/quizzes/course_quiz_questions.json
- spec/fixtures/quizzes/course_quizzes.json
- spec/fixtures/quizzes/quiz_assignment_override.json
- spec/fixtures/quizzes/quiz_extension.json
- spec/fixtures/report_history.json
- spec/fixtures/report_list.json
- spec/fixtures/report_status.json
- spec/fixtures/search_find_recipients.json
- spec/fixtures/section.json
- spec/fixtures/section_enrollments.json
- spec/fixtures/single_account.json
- spec/fixtures/start_report.json
- spec/fixtures/submissions/submission.json
- spec/fixtures/update_outcome.json
- spec/fixtures/update_outcome_group.json
- spec/fixtures/update_section.json
- spec/fixtures/updated_course.json
- spec/fixtures/user_avatars.json
- spec/fixtures/user_details.json
- spec/fixtures/user_enrollments.json
- spec/fixtures/user_logins.json
- spec/fixtures/user_page_views.json
- spec/fixtures/user_profile.json
- spec/helper.rb
homepage: 
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5.1
signing_key: 
specification_version: 4
summary: Canvas API
test_files:
- spec/bearcat/api_array_spec.rb
- spec/bearcat/client/accounts_spec.rb
- spec/bearcat/client/analytics_spec.rb
- spec/bearcat/client/assignment_groups_spec.rb
- spec/bearcat/client/assignments_spec.rb
- spec/bearcat/client/calendar_events_spec.rb
- spec/bearcat/client/canvas_files_spec.rb
- spec/bearcat/client/conferences_spec.rb
- spec/bearcat/client/content_exports_spec.rb
- spec/bearcat/client/content_migrations_spec.rb
- spec/bearcat/client/conversations_spec.rb
- spec/bearcat/client/courses_spec.rb
- spec/bearcat/client/custom_gradebook_columns_spec.rb
- spec/bearcat/client/discussions_spec.rb
- spec/bearcat/client/enrollments_spec.rb
- spec/bearcat/client/external_tools_spec.rb
- spec/bearcat/client/files_spec.rb
- spec/bearcat/client/folders_spec.rb
- spec/bearcat/client/group_categories_spec.rb
- spec/bearcat/client/group_membership_spec.rb
- spec/bearcat/client/groups_spec.rb
- spec/bearcat/client/module_items_spec.rb
- spec/bearcat/client/modules_spec.rb
- spec/bearcat/client/o_auth2_spec.rb
- spec/bearcat/client/outcome_groups_spec.rb
- spec/bearcat/client/outcomes_spec.rb
- spec/bearcat/client/pages_spec.rb
- spec/bearcat/client/quizzes_spec.rb
- spec/bearcat/client/reports_spec.rb
- spec/bearcat/client/search_spec.rb
- spec/bearcat/client/sections_spec.rb
- spec/bearcat/client/submissions_spec.rb
- spec/bearcat/client/users_spec.rb
- spec/bearcat/client_spec.rb
- spec/bearcat/group_memberships_spec.rb
- spec/bearcat_spec.rb
- spec/fixtures/access_token.json
- spec/fixtures/account_admin_create.json
- spec/fixtures/account_admin_delete.json
- spec/fixtures/account_admins.json
- spec/fixtures/account_courses.json
- spec/fixtures/account_grading_standards.json
- spec/fixtures/account_groups.json
- spec/fixtures/account_reports.json
- spec/fixtures/account_reports_index.json
- spec/fixtures/account_reports_result_success.json
- spec/fixtures/account_reports_start_result.json
- spec/fixtures/account_roles.json
- spec/fixtures/account_sis_imports.json
- spec/fixtures/account_sub_accounts.json
- spec/fixtures/account_user.json
- spec/fixtures/account_users.json
- spec/fixtures/accounts.json
- spec/fixtures/add_custom_user_data.json
- spec/fixtures/add_user.json
- spec/fixtures/assignment.json
- spec/fixtures/assignment_group.json
- spec/fixtures/assignment_groups.json
- spec/fixtures/assignment_section_override.json
- spec/fixtures/assignments.json
- spec/fixtures/bearcat.jpg
- spec/fixtures/calendar_event.json
- spec/fixtures/calendar_events.json
- spec/fixtures/canvas_files/declare_file.json
- spec/fixtures/canvas_files/upload_success.json
- spec/fixtures/cc.imscc
- spec/fixtures/communication_channels.json
- spec/fixtures/conclude_enrollment.json
- spec/fixtures/content_export.json
- spec/fixtures/content_migration_files/content_migration.json
- spec/fixtures/content_migration_files/response.json
- spec/fixtures/content_migration_files/upload_success.json
- spec/fixtures/conversation.json
- spec/fixtures/course.json
- spec/fixtures/course_conferences.json
- spec/fixtures/course_copy.json
- spec/fixtures/course_enrollments.json
- spec/fixtures/course_files.json
- spec/fixtures/course_folders.json
- spec/fixtures/course_grading_standards.json
- spec/fixtures/course_groups.json
- spec/fixtures/course_sections.json
- spec/fixtures/course_students.json
- spec/fixtures/create_course_discussion.json
- spec/fixtures/create_group_discussion.json
- spec/fixtures/create_outcome_in_group.json
- spec/fixtures/create_section.json
- spec/fixtures/created_assignment.json
- spec/fixtures/created_course.json
- spec/fixtures/created_group.json
- spec/fixtures/created_group_category.json
- spec/fixtures/created_group_membership.json
- spec/fixtures/custom_data.json
- spec/fixtures/custom_food_data.json
- spec/fixtures/custom_gradebook_columns/column_data.json
- spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json
- spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json
- spec/fixtures/dashboard.json
- spec/fixtures/delete_course.json
- spec/fixtures/delete_custom_data_scope.json
- spec/fixtures/delete_group_category.json
- spec/fixtures/delete_section.json
- spec/fixtures/deleted_conversation.json
- spec/fixtures/deleted_group.json
- spec/fixtures/department_level_participation.json
- spec/fixtures/department_level_statistics.json
- spec/fixtures/discussion_entries.json
- spec/fixtures/discussion_entry_replies.json
- spec/fixtures/discussion_topic.json
- spec/fixtures/discussion_topics.json
- spec/fixtures/edited_group.json
- spec/fixtures/edited_group_category.json
- spec/fixtures/enroll_student.json
- spec/fixtures/enrollment_terms.json
- spec/fixtures/external_tool.json
- spec/fixtures/external_tools.json
- spec/fixtures/file.csv
- spec/fixtures/gradebook_history.json
- spec/fixtures/group.json
- spec/fixtures/group_categories.json
- spec/fixtures/group_category.json
- spec/fixtures/group_category_groups.json
- spec/fixtures/group_conferences.json
- spec/fixtures/group_membership.json
- spec/fixtures/link_unlink_outcome.json
- spec/fixtures/merge_user.json
- spec/fixtures/module.json
- spec/fixtures/module_item.json
- spec/fixtures/module_item_sequence.json
- spec/fixtures/module_items.json
- spec/fixtures/modules.json
- spec/fixtures/no_custom_data.json
- spec/fixtures/ok.json
- spec/fixtures/outcome_group_import.json
- spec/fixtures/outcome_groups.json
- spec/fixtures/outcome_result.json
- spec/fixtures/outcome_subgroup.json
- spec/fixtures/outcome_subgroups.json
- spec/fixtures/outcomes.json
- spec/fixtures/paged_body.json
- spec/fixtures/pages.json
- spec/fixtures/progress.json
- spec/fixtures/quizzes/course_quiz.json
- spec/fixtures/quizzes/course_quiz_questions.json
- spec/fixtures/quizzes/course_quizzes.json
- spec/fixtures/quizzes/quiz_assignment_override.json
- spec/fixtures/quizzes/quiz_extension.json
- spec/fixtures/report_history.json
- spec/fixtures/report_list.json
- spec/fixtures/report_status.json
- spec/fixtures/search_find_recipients.json
- spec/fixtures/section.json
- spec/fixtures/section_enrollments.json
- spec/fixtures/single_account.json
- spec/fixtures/start_report.json
- spec/fixtures/submissions/submission.json
- spec/fixtures/update_outcome.json
- spec/fixtures/update_outcome_group.json
- spec/fixtures/update_section.json
- spec/fixtures/updated_course.json
- spec/fixtures/user_avatars.json
- spec/fixtures/user_details.json
- spec/fixtures/user_enrollments.json
- spec/fixtures/user_logins.json
- spec/fixtures/user_page_views.json
- spec/fixtures/user_profile.json
- spec/helper.rb
has_rdoc: