# -*- encoding: utf-8 -*- # stub: bearcat 0.3 ruby lib Gem::Specification.new do |s| s.name = "bearcat".freeze s.version = "0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Mills".freeze] s.date = "2013-11-13" s.description = "Ruby interface for interacting with the canvas API".freeze s.email = ["nathanm@instructure.com".freeze] s.files = ["Rakefile".freeze, "bearcat.gemspec".freeze, "lib/bearcat.rb".freeze, "lib/bearcat/api_array.rb".freeze, "lib/bearcat/client.rb".freeze, "lib/bearcat/client/assignments.rb".freeze, "lib/bearcat/client/courses.rb".freeze, "lib/bearcat/client/enrollments.rb".freeze, "lib/bearcat/client/o_auth2.rb".freeze, "lib/bearcat/client/outcome_groups.rb".freeze, "lib/bearcat/client/outcomes.rb".freeze, "lib/bearcat/client/sections.rb".freeze, "lib/bearcat/version.rb".freeze, "spec/bearcat/client/assignments_spec.rb".freeze, "spec/bearcat/client/courses_spec.rb".freeze, "spec/bearcat/client/enrollments_spec.rb".freeze, "spec/bearcat/client/o_auth2_spec.rb".freeze, "spec/bearcat/client/outcome_groups_spec.rb".freeze, "spec/bearcat/client/outcomes_spec.rb".freeze, "spec/bearcat/client/sections_spec.rb".freeze, "spec/bearcat/client_spec.rb".freeze, "spec/bearcat_spec.rb".freeze, "spec/fixtures/assignment_section_override.json".freeze, "spec/fixtures/assignments.json".freeze, "spec/fixtures/conclude_enrollment.json".freeze, "spec/fixtures/course.json".freeze, "spec/fixtures/course_enrollments.json".freeze, "spec/fixtures/course_sections.json".freeze, "spec/fixtures/course_students.json".freeze, "spec/fixtures/create_outcome_in_group.json".freeze, "spec/fixtures/create_section.json".freeze, "spec/fixtures/created_assignment.json".freeze, "spec/fixtures/created_course.json".freeze, "spec/fixtures/delete_section.json".freeze, "spec/fixtures/enroll_student.json".freeze, "spec/fixtures/link_unlink_outcome.json".freeze, "spec/fixtures/outcome_group_import.json".freeze, "spec/fixtures/outcome_groups.json".freeze, "spec/fixtures/outcome_subgroup.json".freeze, "spec/fixtures/outcome_subgroups.json".freeze, "spec/fixtures/outcomes.json".freeze, "spec/fixtures/paged_body.json".freeze, "spec/fixtures/section.json".freeze, "spec/fixtures/section_enrollments.json".freeze, "spec/fixtures/update_outcome.json".freeze, "spec/fixtures/update_outcome_group.json".freeze, "spec/fixtures/update_section.json".freeze, "spec/fixtures/user_enrollments.json".freeze, "spec/helper.rb".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Canvas API".freeze s.test_files = ["spec/bearcat/client/assignments_spec.rb".freeze, "spec/bearcat/client/courses_spec.rb".freeze, "spec/bearcat/client/enrollments_spec.rb".freeze, "spec/bearcat/client/o_auth2_spec.rb".freeze, "spec/bearcat/client/outcome_groups_spec.rb".freeze, "spec/bearcat/client/outcomes_spec.rb".freeze, "spec/bearcat/client/sections_spec.rb".freeze, "spec/bearcat/client_spec.rb".freeze, "spec/bearcat_spec.rb".freeze, "spec/fixtures/assignment_section_override.json".freeze, "spec/fixtures/assignments.json".freeze, "spec/fixtures/conclude_enrollment.json".freeze, "spec/fixtures/course.json".freeze, "spec/fixtures/course_enrollments.json".freeze, "spec/fixtures/course_sections.json".freeze, "spec/fixtures/course_students.json".freeze, "spec/fixtures/create_outcome_in_group.json".freeze, "spec/fixtures/create_section.json".freeze, "spec/fixtures/created_assignment.json".freeze, "spec/fixtures/created_course.json".freeze, "spec/fixtures/delete_section.json".freeze, "spec/fixtures/enroll_student.json".freeze, "spec/fixtures/link_unlink_outcome.json".freeze, "spec/fixtures/outcome_group_import.json".freeze, "spec/fixtures/outcome_groups.json".freeze, "spec/fixtures/outcome_subgroup.json".freeze, "spec/fixtures/outcome_subgroups.json".freeze, "spec/fixtures/outcomes.json".freeze, "spec/fixtures/paged_body.json".freeze, "spec/fixtures/section.json".freeze, "spec/fixtures/section_enrollments.json".freeze, "spec/fixtures/update_outcome.json".freeze, "spec/fixtures/update_outcome_group.json".freeze, "spec/fixtures/update_section.json".freeze, "spec/fixtures/user_enrollments.json".freeze, "spec/helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.2".freeze]) end