# -*- encoding: utf-8 -*- # stub: github_api 0.12.3 ruby lib Gem::Specification.new do |s| s.name = "github_api".freeze s.version = "0.12.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 = ["Piotr Murach".freeze] s.date = "2015-02-07" s.description = " Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. ".freeze s.email = "".freeze s.files = ["LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "features/README.rdoc".freeze, "features/activity/events.feature".freeze, "features/activity/notifications.feature".freeze, "features/activity/starring.feature".freeze, "features/activity/watching.feature".freeze, "features/arguments_parsing.feature".freeze, "features/auto_pagination.feature".freeze, "features/cassettes/activity/events/issue.json".freeze, "features/cassettes/activity/events/network.json".freeze, "features/cassettes/activity/events/org.json".freeze, "features/cassettes/activity/events/performed.json".freeze, "features/cassettes/activity/events/public.json".freeze, "features/cassettes/activity/events/received.json".freeze, "features/cassettes/activity/events/repo.json".freeze, "features/cassettes/activity/notifications/list_user.json".freeze, "features/cassettes/activity/starring/list.json".freeze, "features/cassettes/activity/starring/star.json".freeze, "features/cassettes/activity/starring/starred.json".freeze, "features/cassettes/activity/starring/starring.json".freeze, "features/cassettes/activity/starring/unstar.json".freeze, "features/cassettes/activity/watching/create.json".freeze, "features/cassettes/activity/watching/delete.json".freeze, "features/cassettes/activity/watching/list.json".freeze, "features/cassettes/activity/watching/subscribed.json".freeze, "features/cassettes/activity/watching/unwatch.json".freeze, "features/cassettes/activity/watching/watch.json".freeze, "features/cassettes/activity/watching/watched.json".freeze, "features/cassettes/activity/watching/watching.json".freeze, "features/cassettes/arguments/orgs/get.json".freeze, "features/cassettes/arguments/pulls/get.json".freeze, "features/cassettes/arguments/repo_commits/get.json".freeze, "features/cassettes/auto_pagination/repos/get.json".freeze, "features/cassettes/auto_pagination/repos/global_list.json".freeze, "features/cassettes/auto_pagination/repos/list.json".freeze, "features/cassettes/emojis/list.json".freeze, "features/cassettes/errors/repos/create.json".freeze, "features/cassettes/gists/comments/all.json".freeze, "features/cassettes/gists/comments/first.json".freeze, "features/cassettes/gists/fork.json".freeze, "features/cassettes/gists/gist.json".freeze, "features/cassettes/gists/gists/commits.json".freeze, "features/cassettes/gists/gists/forks.json".freeze, "features/cassettes/gists/gists/public_all.json".freeze, "features/cassettes/gists/gists/starred.json".freeze, "features/cassettes/gists/gists/user_all.json".freeze, "features/cassettes/gists/star.json".freeze, "features/cassettes/gists/starred.json".freeze, "features/cassettes/gists/unstar.json".freeze, "features/cassettes/git_data/commits/get.json".freeze, "features/cassettes/git_data/references/all.json".freeze, "features/cassettes/git_data/references/all_tags.json".freeze, "features/cassettes/git_data/references/one.json".freeze, "features/cassettes/gitignore/get.json".freeze, "features/cassettes/gitignore/get_raw.json".freeze, "features/cassettes/gitignore/list.json".freeze, "features/cassettes/issues/assignees/ckeck.json".freeze, "features/cassettes/issues/assignees/ckeck_not.json".freeze, "features/cassettes/issues/assignees/list.json".freeze, "features/cassettes/issues/comments/create.json".freeze, "features/cassettes/issues/comments/delete.json".freeze, "features/cassettes/issues/comments/edit.json".freeze, "features/cassettes/issues/comments/get.json".freeze, "features/cassettes/issues/comments/list_issue.json".freeze, "features/cassettes/issues/comments/list_repo.json".freeze, "features/cassettes/issues/create.json".freeze, "features/cassettes/issues/edit.json".freeze, "features/cassettes/issues/events/get.json".freeze, "features/cassettes/issues/events/list_issue.json".freeze, "features/cassettes/issues/events/list_repo.json".freeze, "features/cassettes/issues/get.json".freeze, "features/cassettes/issues/labels/add.json".freeze, "features/cassettes/issues/labels/create.json".freeze, "features/cassettes/issues/labels/delete.json".freeze, "features/cassettes/issues/labels/get.json".freeze, "features/cassettes/issues/labels/list_issue.json".freeze, "features/cassettes/issues/labels/list_milestone.json".freeze, "features/cassettes/issues/labels/list_repo.json".freeze, "features/cassettes/issues/labels/remove_all.json".freeze, "features/cassettes/issues/labels/remove_one.json".freeze, "features/cassettes/issues/labels/replace.json".freeze, "features/cassettes/issues/labels/update.json".freeze, "features/cassettes/issues/list/repo.json".freeze, "features/cassettes/issues/list/user.json".freeze, "features/cassettes/issues/milestones/create.json".freeze, "features/cassettes/issues/milestones/delete.json".freeze, "features/cassettes/issues/milestones/get.json".freeze, "features/cassettes/issues/milestones/list.json".freeze, "features/cassettes/issues/milestones/update.json".freeze, "features/cassettes/markdown/render.json".freeze, "features/cassettes/markdown/render_raw.json".freeze, "features/cassettes/media/get_default.json".freeze, "features/cassettes/media/get_full_json.json".freeze, "features/cassettes/media/get_html_json.json".freeze, "features/cassettes/media/get_raw_json.json".freeze, "features/cassettes/media/get_text_json.json".freeze, "features/cassettes/meta/get.json".freeze, "features/cassettes/orgs/get.json".freeze, "features/cassettes/orgs/list/oauth_user.json".freeze, "features/cassettes/orgs/list/user.json".freeze, "features/cassettes/orgs/members/list.json".freeze, "features/cassettes/orgs/members/list_public.json".freeze, "features/cassettes/orgs/members/member_false.json".freeze, "features/cassettes/orgs/members/member_public_false.json".freeze, "features/cassettes/orgs/members/member_public_true.json".freeze, "features/cassettes/pagination/issues/list/first.json".freeze, "features/cassettes/pagination/issues/list/last.json".freeze, "features/cassettes/pagination/issues/list/lastest.json".freeze, "features/cassettes/pagination/issues/list/next.json".freeze, "features/cassettes/pagination/issues/list/prev.json".freeze, "features/cassettes/pagination/repos/commits/list.json".freeze, "features/cassettes/pagination/repos/commits/next.json".freeze, "features/cassettes/pagination/repos/commits/sha.json".freeze, "features/cassettes/pagination/repos/commits/sha/next.json".freeze, "features/cassettes/pagination/repos/diff.json".freeze, "features/cassettes/pagination/repos/diff/next.json".freeze, "features/cassettes/pagination/repos/list.json".freeze, "features/cassettes/pagination/repos/list/next.json".freeze, "features/cassettes/pagination/repos/per_page/each_page.json".freeze, "features/cassettes/pagination/repos/per_page/first.json".freeze, "features/cassettes/pull_requests/comments/list_pull.json".freeze, "features/cassettes/pull_requests/comments/list_repo.json".freeze, "features/cassettes/pull_requests/create.json".freeze, "features/cassettes/pull_requests/get.json".freeze, "features/cassettes/pull_requests/list.json".freeze, "features/cassettes/pull_requests/merge.json".freeze, "features/cassettes/pull_requests/merged.json".freeze, "features/cassettes/ratelimit/get.json".freeze, "features/cassettes/ratelimit/get_remaining.json".freeze, "features/cassettes/ratelimit/get_reset.json".freeze, "features/cassettes/repos/assets/delete.json".freeze, "features/cassettes/repos/assets/edit.json".freeze, "features/cassettes/repos/assets/get.json".freeze, "features/cassettes/repos/assets/list.json".freeze, "features/cassettes/repos/assets/upload.json".freeze, "features/cassettes/repos/branch.json".freeze, "features/cassettes/repos/branch_mutation_one.json".freeze, "features/cassettes/repos/branch_mutation_two.json".freeze, "features/cassettes/repos/branches.json".freeze, "features/cassettes/repos/comments/list.json".freeze, "features/cassettes/repos/commits/compare.json".freeze, "features/cassettes/repos/commits/get.json".freeze, "features/cassettes/repos/commits/list.json".freeze, "features/cassettes/repos/contents/archive.json".freeze, "features/cassettes/repos/contents/create.json".freeze, "features/cassettes/repos/contents/delete.json".freeze, "features/cassettes/repos/contents/get.json".freeze, "features/cassettes/repos/contents/readme.json".freeze, "features/cassettes/repos/contents/update.json".freeze, "features/cassettes/repos/create.json".freeze, "features/cassettes/repos/deployments/create.json".freeze, "features/cassettes/repos/deployments/create_status.json".freeze, "features/cassettes/repos/deployments/list.json".freeze, "features/cassettes/repos/deployments/list_statuses.json".freeze, "features/cassettes/repos/forks/list.json".freeze, "features/cassettes/repos/forks/list_sort.json".freeze, "features/cassettes/repos/get.json".freeze, "features/cassettes/repos/languages.json".freeze, "features/cassettes/repos/list.json".freeze, "features/cassettes/repos/list_org.json".freeze, "features/cassettes/repos/list_org_instance.json".freeze, "features/cassettes/repos/list_repos.json".freeze, "features/cassettes/repos/pages/get.json".freeze, "features/cassettes/repos/pages/list_builds.json".freeze, "features/cassettes/repos/releases/create.json".freeze, "features/cassettes/repos/releases/delete.json".freeze, "features/cassettes/repos/releases/edit.json".freeze, "features/cassettes/repos/releases/get.json".freeze, "features/cassettes/repos/releases/list.json".freeze, "features/cassettes/repos/stats/commits.json".freeze, "features/cassettes/repos/stats/contribs.json".freeze, "features/cassettes/repos/stats/frequency.json".freeze, "features/cassettes/repos/stats/participation.json".freeze, "features/cassettes/repos/stats/punch.json".freeze, "features/cassettes/repos/statuses/list.json".freeze, "features/cassettes/repos/statuses/list_combined.json".freeze, "features/cassettes/repos/tags.json".freeze, "features/cassettes/say/custom.json".freeze, "features/cassettes/say/random.json".freeze, "features/cassettes/search/code.json".freeze, "features/cassettes/search/code_query.json".freeze, "features/cassettes/search/code_unicode.json".freeze, "features/cassettes/search/issues.json".freeze, "features/cassettes/search/legacy/email.json".freeze, "features/cassettes/search/legacy/issues.json".freeze, "features/cassettes/search/legacy/repos.json".freeze, "features/cassettes/search/legacy/users.json".freeze, "features/cassettes/search/legacy/users_keyword.json".freeze, "features/cassettes/search/repos.json".freeze, "features/cassettes/search/users.json".freeze, "features/cassettes/search/users_keyword.json".freeze, "features/cassettes/users/all.json".freeze, "features/cassettes/users/emails/add.json".freeze, "features/cassettes/users/emails/all.json".freeze, "features/cassettes/users/emails/delete.json".freeze, "features/cassettes/users/followers/follow.json".freeze, "features/cassettes/users/followers/following.json".freeze, "features/cassettes/users/followers/following_.json".freeze, "features/cassettes/users/followers/following_another.json".freeze, "features/cassettes/users/followers/list.json".freeze, "features/cassettes/users/followers/unfollow.json".freeze, "features/cassettes/users/get/oauth.json".freeze, "features/cassettes/users/get/oauth.yml".freeze, "features/cassettes/users/get/user.json".freeze, "features/cassettes/users/get/user.yml".freeze, "features/cassettes/users/keys/create.json".freeze, "features/cassettes/users/keys/delete.json".freeze, "features/cassettes/users/keys/user.json".freeze, "features/cassettes/users/keys/user.yml".freeze, "features/cassettes/users/keys/user_all.json".freeze, "features/cassettes/users/keys/user_all.yml".freeze, "features/emojis.feature".freeze, "features/error_codes.feature".freeze, "features/gists.feature".freeze, "features/gists/comments.feature".freeze, "features/git_data/commmits.feature".freeze, "features/git_data/references.feature".freeze, "features/github_api.feature".freeze, "features/gitignore.feature".freeze, "features/issues.feature".freeze, "features/issues/assignees.feature".freeze, "features/issues/comments.feature".freeze, "features/issues/events.feature".freeze, "features/issues/labels.feature".freeze, "features/issues/milestones.feature".freeze, "features/markdown.feature".freeze, "features/media_type.feature".freeze, "features/meta.feature".freeze, "features/options.feature".freeze, "features/orgs.feature".freeze, "features/orgs/members.feature".freeze, "features/pagination.feature".freeze, "features/pull_requests.feature".freeze, "features/pull_requests/comments.feature".freeze, "features/rate_limit.feature".freeze, "features/repos.feature".freeze, "features/repos/assets.feature".freeze, "features/repos/comments.feature".freeze, "features/repos/commits.feature".freeze, "features/repos/contents.feature".freeze, "features/repos/deployments.feature".freeze, "features/repos/forks.feature".freeze, "features/repos/pages.feature".freeze, "features/repos/releases.feature".freeze, "features/repos/statistics.feature".freeze, "features/repos/statuses.feature".freeze, "features/say.feature".freeze, "features/search.feature".freeze, "features/search/legacy.feature".freeze, "features/settings.yml".freeze, "features/settings.yml.sample".freeze, "features/step_definitions/common_steps.rb".freeze, "features/step_definitions/github_api_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/helpers.rb".freeze, "features/support/settings.rb".freeze, "features/support/vcr.rb".freeze, "features/users.feature".freeze, "features/users/emails.feature".freeze, "features/users/followers.feature".freeze, "features/users/keys.feature".freeze, "lib/github_api.rb".freeze, "lib/github_api/api.rb".freeze, "lib/github_api/api/actions.rb".freeze, "lib/github_api/api/arguments.rb".freeze, "lib/github_api/api/config.rb".freeze, "lib/github_api/api/config/property.rb".freeze, "lib/github_api/api/config/property_set.rb".freeze, "lib/github_api/api/factory.rb".freeze, "lib/github_api/authorization.rb".freeze, "lib/github_api/client.rb".freeze, "lib/github_api/client/activity.rb".freeze, "lib/github_api/client/activity/events.rb".freeze, "lib/github_api/client/activity/notifications.rb".freeze, "lib/github_api/client/activity/starring.rb".freeze, "lib/github_api/client/activity/watching.rb".freeze, "lib/github_api/client/authorizations.rb".freeze, "lib/github_api/client/authorizations/app.rb".freeze, "lib/github_api/client/emojis.rb".freeze, "lib/github_api/client/gists.rb".freeze, "lib/github_api/client/gists/comments.rb".freeze, "lib/github_api/client/git_data.rb".freeze, "lib/github_api/client/git_data/blobs.rb".freeze, "lib/github_api/client/git_data/commits.rb".freeze, "lib/github_api/client/git_data/references.rb".freeze, "lib/github_api/client/git_data/tags.rb".freeze, "lib/github_api/client/git_data/trees.rb".freeze, "lib/github_api/client/gitignore.rb".freeze, "lib/github_api/client/issues.rb".freeze, "lib/github_api/client/issues/assignees.rb".freeze, "lib/github_api/client/issues/comments.rb".freeze, "lib/github_api/client/issues/events.rb".freeze, "lib/github_api/client/issues/labels.rb".freeze, "lib/github_api/client/issues/milestones.rb".freeze, "lib/github_api/client/markdown.rb".freeze, "lib/github_api/client/meta.rb".freeze, "lib/github_api/client/orgs.rb".freeze, "lib/github_api/client/orgs/members.rb".freeze, "lib/github_api/client/orgs/teams.rb".freeze, "lib/github_api/client/pull_requests.rb".freeze, "lib/github_api/client/pull_requests/comments.rb".freeze, "lib/github_api/client/repos.rb".freeze, "lib/github_api/client/repos/collaborators.rb".freeze, "lib/github_api/client/repos/comments.rb".freeze, "lib/github_api/client/repos/commits.rb".freeze, "lib/github_api/client/repos/contents.rb".freeze, "lib/github_api/client/repos/deployments.rb".freeze, "lib/github_api/client/repos/downloads.rb".freeze, "lib/github_api/client/repos/forks.rb".freeze, "lib/github_api/client/repos/hooks.rb".freeze, "lib/github_api/client/repos/keys.rb".freeze, "lib/github_api/client/repos/merging.rb".freeze, "lib/github_api/client/repos/pages.rb".freeze, "lib/github_api/client/repos/pub_sub_hubbub.rb".freeze, "lib/github_api/client/repos/releases.rb".freeze, "lib/github_api/client/repos/releases/assets.rb".freeze, "lib/github_api/client/repos/statistics.rb".freeze, "lib/github_api/client/repos/statuses.rb".freeze, "lib/github_api/client/say.rb".freeze, "lib/github_api/client/scopes.rb".freeze, "lib/github_api/client/search.rb".freeze, "lib/github_api/client/search/legacy.rb".freeze, "lib/github_api/client/users.rb".freeze, "lib/github_api/client/users/emails.rb".freeze, "lib/github_api/client/users/followers.rb".freeze, "lib/github_api/client/users/keys.rb".freeze, "lib/github_api/configuration.rb".freeze, "lib/github_api/connection.rb".freeze, "lib/github_api/constants.rb".freeze, "lib/github_api/core_ext/array.rb".freeze, "lib/github_api/core_ext/hash.rb".freeze, "lib/github_api/core_ext/ordered_hash.rb".freeze, "lib/github_api/deprecation.rb".freeze, "lib/github_api/error.rb".freeze, "lib/github_api/error/bad_request.rb".freeze, "lib/github_api/error/client_error.rb".freeze, "lib/github_api/error/forbidden.rb".freeze, "lib/github_api/error/internal_server_error.rb".freeze, "lib/github_api/error/invalid_options.rb".freeze, "lib/github_api/error/not_acceptable.rb".freeze, "lib/github_api/error/not_found.rb".freeze, "lib/github_api/error/required_params.rb".freeze, "lib/github_api/error/service_error.rb".freeze, "lib/github_api/error/service_unavailable.rb".freeze, "lib/github_api/error/unauthorized.rb".freeze, "lib/github_api/error/unknown_media.rb".freeze, "lib/github_api/error/unknown_value.rb".freeze, "lib/github_api/error/unprocessable_entity.rb".freeze, "lib/github_api/error/validations.rb".freeze, "lib/github_api/ext/faraday.rb".freeze, "lib/github_api/jsonable.rb".freeze, "lib/github_api/middleware.rb".freeze, "lib/github_api/mime_type.rb".freeze, "lib/github_api/normalizer.rb".freeze, "lib/github_api/null_encoder.rb".freeze, "lib/github_api/page_iterator.rb".freeze, "lib/github_api/page_links.rb".freeze, "lib/github_api/paged_request.rb".freeze, "lib/github_api/pagination.rb".freeze, "lib/github_api/parameter_filter.rb".freeze, "lib/github_api/params_hash.rb".freeze, "lib/github_api/rate_limit.rb".freeze, "lib/github_api/request.rb".freeze, "lib/github_api/request/basic_auth.rb".freeze, "lib/github_api/request/jsonize.rb".freeze, "lib/github_api/request/oauth2.rb".freeze, "lib/github_api/request/verbs.rb".freeze, "lib/github_api/requestable.rb".freeze, "lib/github_api/resource.rb".freeze, "lib/github_api/response.rb".freeze, "lib/github_api/response/header.rb".freeze, "lib/github_api/response/jsonize.rb".freeze, "lib/github_api/response/mashify.rb".freeze, "lib/github_api/response/raise_error.rb".freeze, "lib/github_api/response/xmlize.rb".freeze, "lib/github_api/response_wrapper.rb".freeze, "lib/github_api/ssl_certs/cacerts.pem".freeze, "lib/github_api/utils/url.rb".freeze, "lib/github_api/validations.rb".freeze, "lib/github_api/validations/format.rb".freeze, "lib/github_api/validations/presence.rb".freeze, "lib/github_api/validations/required.rb".freeze, "lib/github_api/validations/token.rb".freeze, "lib/github_api/version.rb".freeze, "spec/README.rdoc".freeze, "spec/coverage_adapter.rb".freeze, "spec/fixtures/activity/notifications.json".freeze, "spec/fixtures/activity/subscribed.json".freeze, "spec/fixtures/activity/threads.json".freeze, "spec/fixtures/auths/authorization.json".freeze, "spec/fixtures/auths/authorizations.json".freeze, "spec/fixtures/auths/check.json".freeze, "spec/fixtures/events/events.json".freeze, "spec/fixtures/gists/comment.json".freeze, "spec/fixtures/gists/comments.json".freeze, "spec/fixtures/gists/gist.json".freeze, "spec/fixtures/gists/gists.json".freeze, "spec/fixtures/git_data/blob.json".freeze, "spec/fixtures/git_data/blob_sha.json".freeze, "spec/fixtures/git_data/commit.json".freeze, "spec/fixtures/git_data/reference.json".freeze, "spec/fixtures/git_data/references.json".freeze, "spec/fixtures/git_data/tag.json".freeze, "spec/fixtures/git_data/tree.json".freeze, "spec/fixtures/gitignore/template.json".freeze, "spec/fixtures/gitignore/template_raw".freeze, "spec/fixtures/gitignore/templates.json".freeze, "spec/fixtures/issues/comment.json".freeze, "spec/fixtures/issues/comments.json".freeze, "spec/fixtures/issues/event.json".freeze, "spec/fixtures/issues/events.json".freeze, "spec/fixtures/issues/issue.json".freeze, "spec/fixtures/issues/issues.json".freeze, "spec/fixtures/issues/label.json".freeze, "spec/fixtures/issues/labels.json".freeze, "spec/fixtures/issues/milestone.json".freeze, "spec/fixtures/issues/milestones.json".freeze, "spec/fixtures/orgs/members.json".freeze, "spec/fixtures/orgs/org.json".freeze, "spec/fixtures/orgs/orgs.json".freeze, "spec/fixtures/orgs/team.json".freeze, "spec/fixtures/orgs/team_repos.json".freeze, "spec/fixtures/orgs/teams.json".freeze, "spec/fixtures/pull_requests/comment.json".freeze, "spec/fixtures/pull_requests/comments.json".freeze, "spec/fixtures/pull_requests/commits.json".freeze, "spec/fixtures/pull_requests/files.json".freeze, "spec/fixtures/pull_requests/merge_failure.json".freeze, "spec/fixtures/pull_requests/merge_success.json".freeze, "spec/fixtures/pull_requests/pull_request.json".freeze, "spec/fixtures/pull_requests/pull_requests.json".freeze, "spec/fixtures/repos/asset.json".freeze, "spec/fixtures/repos/assets.json".freeze, "spec/fixtures/repos/assignees.json".freeze, "spec/fixtures/repos/branch.json".freeze, "spec/fixtures/repos/branches.json".freeze, "spec/fixtures/repos/collaborators.json".freeze, "spec/fixtures/repos/commit.json".freeze, "spec/fixtures/repos/commit_activity.json".freeze, "spec/fixtures/repos/commit_comment.json".freeze, "spec/fixtures/repos/commit_comments.json".freeze, "spec/fixtures/repos/commit_comparison.json".freeze, "spec/fixtures/repos/commits.json".freeze, "spec/fixtures/repos/content.json".freeze, "spec/fixtures/repos/content_created.json".freeze, "spec/fixtures/repos/content_deleted.json".freeze, "spec/fixtures/repos/contribs.json".freeze, "spec/fixtures/repos/contributors.json".freeze, "spec/fixtures/repos/deployment.json".freeze, "spec/fixtures/repos/deployment_status.json".freeze, "spec/fixtures/repos/deployment_statuses.json".freeze, "spec/fixtures/repos/deployments.json".freeze, "spec/fixtures/repos/download.json".freeze, "spec/fixtures/repos/download_s3.json".freeze, "spec/fixtures/repos/downloads.json".freeze, "spec/fixtures/repos/fork.json".freeze, "spec/fixtures/repos/forks.json".freeze, "spec/fixtures/repos/frequency.json".freeze, "spec/fixtures/repos/hook.json".freeze, "spec/fixtures/repos/hooks.json".freeze, "spec/fixtures/repos/key.json".freeze, "spec/fixtures/repos/keys.json".freeze, "spec/fixtures/repos/languages.json".freeze, "spec/fixtures/repos/merge.json".freeze, "spec/fixtures/repos/participation.json".freeze, "spec/fixtures/repos/punch_card.json".freeze, "spec/fixtures/repos/readme.json".freeze, "spec/fixtures/repos/release.json".freeze, "spec/fixtures/repos/releases.json".freeze, "spec/fixtures/repos/repo.json".freeze, "spec/fixtures/repos/repo_comments.json".freeze, "spec/fixtures/repos/repos.json".freeze, "spec/fixtures/repos/repos_sorted_by_pushed.json".freeze, "spec/fixtures/repos/stargazers.json".freeze, "spec/fixtures/repos/starred.json".freeze, "spec/fixtures/repos/status.json".freeze, "spec/fixtures/repos/statuses.json".freeze, "spec/fixtures/repos/tags.json".freeze, "spec/fixtures/repos/teams.json".freeze, "spec/fixtures/repos/watched.json".freeze, "spec/fixtures/repos/watchers.json".freeze, "spec/fixtures/search/code.json".freeze, "spec/fixtures/search/email.json".freeze, "spec/fixtures/search/issues.json".freeze, "spec/fixtures/search/issues_legacy.json".freeze, "spec/fixtures/search/repos.json".freeze, "spec/fixtures/search/repos_legacy.json".freeze, "spec/fixtures/search/users.json".freeze, "spec/fixtures/search/users_legacy.json".freeze, "spec/fixtures/users/emails.json".freeze, "spec/fixtures/users/followers.json".freeze, "spec/fixtures/users/key.json".freeze, "spec/fixtures/users/keys.json".freeze, "spec/fixtures/users/user.json".freeze, "spec/fixtures/users/users.json".freeze, "spec/github/api/actions_spec.rb".freeze, "spec/github/api/arguments/dsl_spec.rb".freeze, "spec/github/api/arguments/parse_spec.rb".freeze, "spec/github/api/callbacks_spec.rb".freeze, "spec/github/api/namespace_spec.rb".freeze, "spec/github/api/property_spec.rb".freeze, "spec/github/api/set_spec.rb".freeze, "spec/github/api/with_spec.rb".freeze, "spec/github/api_factory_spec.rb".freeze, "spec/github/api_spec.rb".freeze, "spec/github/authorization_spec.rb".freeze, "spec/github/client/activity/events/issue_spec.rb".freeze, "spec/github/client/activity/events/network_spec.rb".freeze, "spec/github/client/activity/events/org_spec.rb".freeze, "spec/github/client/activity/events/performed_spec.rb".freeze, "spec/github/client/activity/events/public_spec.rb".freeze, "spec/github/client/activity/events/received_spec.rb".freeze, "spec/github/client/activity/events/repository_spec.rb".freeze, "spec/github/client/activity/events/user_org_spec.rb".freeze, "spec/github/client/activity/notifications/create_spec.rb".freeze, "spec/github/client/activity/notifications/delete_spec.rb".freeze, "spec/github/client/activity/notifications/get_spec.rb".freeze, "spec/github/client/activity/notifications/list_spec.rb".freeze, "spec/github/client/activity/notifications/mark_spec.rb".freeze, "spec/github/client/activity/notifications/subscribed_spec.rb".freeze, "spec/github/client/activity/starring/list_spec.rb".freeze, "spec/github/client/activity/starring/star_spec.rb".freeze, "spec/github/client/activity/starring/starred_spec.rb".freeze, "spec/github/client/activity/starring/starring_spec.rb".freeze, "spec/github/client/activity/starring/unstar_spec.rb".freeze, "spec/github/client/activity/watching/list_spec.rb".freeze, "spec/github/client/activity/watching/unwatch_spec.rb".freeze, "spec/github/client/activity/watching/watch_spec.rb".freeze, "spec/github/client/activity/watching/watched_spec.rb".freeze, "spec/github/client/activity/watching/watching_spec.rb".freeze, "spec/github/client/authorizations/app/check_spec.rb".freeze, "spec/github/client/authorizations/app/create_spec.rb".freeze, "spec/github/client/authorizations/app/delete_spec.rb".freeze, "spec/github/client/authorizations/create_spec.rb".freeze, "spec/github/client/authorizations/delete_spec.rb".freeze, "spec/github/client/authorizations/get_spec.rb".freeze, "spec/github/client/authorizations/list_spec.rb".freeze, "spec/github/client/authorizations/two_factor_spec.rb".freeze, "spec/github/client/authorizations/update_spec.rb".freeze, "spec/github/client/gists/comments/create_spec.rb".freeze, "spec/github/client/gists/comments/delete_spec.rb".freeze, "spec/github/client/gists/comments/edit_spec.rb".freeze, "spec/github/client/gists/comments/get_spec.rb".freeze, "spec/github/client/gists/comments/list_spec.rb".freeze, "spec/github/client/gists/comments_spec.rb".freeze, "spec/github/client/gists/create_spec.rb".freeze, "spec/github/client/gists/delete_spec.rb".freeze, "spec/github/client/gists/edit_spec.rb".freeze, "spec/github/client/gists/fork_spec.rb".freeze, "spec/github/client/gists/get_spec.rb".freeze, "spec/github/client/gists/is_starred_spec.rb".freeze, "spec/github/client/gists/list_spec.rb".freeze, "spec/github/client/gists/star_spec.rb".freeze, "spec/github/client/gists/starred_spec.rb".freeze, "spec/github/client/gists/unstar_spec.rb".freeze, "spec/github/client/git_data/blobs/create_spec.rb".freeze, "spec/github/client/git_data/blobs/get_spec.rb".freeze, "spec/github/client/git_data/blobs_spec.rb".freeze, "spec/github/client/git_data/commits/create_spec.rb".freeze, "spec/github/client/git_data/commits/get_spec.rb".freeze, "spec/github/client/git_data/commits_spec.rb".freeze, "spec/github/client/git_data/references/create_spec.rb".freeze, "spec/github/client/git_data/references/delete_spec.rb".freeze, "spec/github/client/git_data/references/get_spec.rb".freeze, "spec/github/client/git_data/references/list_spec.rb".freeze, "spec/github/client/git_data/references/update_spec.rb".freeze, "spec/github/client/git_data/references_spec.rb".freeze, "spec/github/client/git_data/tags/create_spec.rb".freeze, "spec/github/client/git_data/tags/get_spec.rb".freeze, "spec/github/client/git_data/tags_spec.rb".freeze, "spec/github/client/git_data/trees/create_spec.rb".freeze, "spec/github/client/git_data/trees/get_spec.rb".freeze, "spec/github/client/git_data/trees_spec.rb".freeze, "spec/github/client/gitignore/get_spec.rb".freeze, "spec/github/client/gitignore/list_spec.rb".freeze, "spec/github/client/issues/assignees/check_spec.rb".freeze, "spec/github/client/issues/assignees/list_spec.rb".freeze, "spec/github/client/issues/assignees_spec.rb".freeze, "spec/github/client/issues/comments/create_spec.rb".freeze, "spec/github/client/issues/comments/delete_spec.rb".freeze, "spec/github/client/issues/comments/edit_spec.rb".freeze, "spec/github/client/issues/comments/get_spec.rb".freeze, "spec/github/client/issues/comments/list_spec.rb".freeze, "spec/github/client/issues/comments_spec.rb".freeze, "spec/github/client/issues/create_spec.rb".freeze, "spec/github/client/issues/edit_spec.rb".freeze, "spec/github/client/issues/events/get_spec.rb".freeze, "spec/github/client/issues/events/list_spec.rb".freeze, "spec/github/client/issues/events_spec.rb".freeze, "spec/github/client/issues/get_spec.rb".freeze, "spec/github/client/issues/labels/add_spec.rb".freeze, "spec/github/client/issues/labels/create_spec.rb".freeze, "spec/github/client/issues/labels/delete_spec.rb".freeze, "spec/github/client/issues/labels/get_spec.rb".freeze, "spec/github/client/issues/labels/list_spec.rb".freeze, "spec/github/client/issues/labels/remove_spec.rb".freeze, "spec/github/client/issues/labels/replace_spec.rb".freeze, "spec/github/client/issues/labels/update_spec.rb".freeze, "spec/github/client/issues/labels_spec.rb".freeze, "spec/github/client/issues/list_spec.rb".freeze, "spec/github/client/issues/milestones/create_spec.rb".freeze, "spec/github/client/issues/milestones/delete_spec.rb".freeze, "spec/github/client/issues/milestones/get_spec.rb".freeze, "spec/github/client/issues/milestones/list_spec.rb".freeze, "spec/github/client/issues/milestones/update_spec.rb".freeze, "spec/github/client/issues/milestones_spec.rb".freeze, "spec/github/client/orgs/edit_spec.rb".freeze, "spec/github/client/orgs/get_spec.rb".freeze, "spec/github/client/orgs/list_spec.rb".freeze, "spec/github/client/orgs/members/conceal_spec.rb".freeze, "spec/github/client/orgs/members/delete_spec.rb".freeze, "spec/github/client/orgs/members/list_spec.rb".freeze, "spec/github/client/orgs/members/member_spec.rb".freeze, "spec/github/client/orgs/members/publicize_spec.rb".freeze, "spec/github/client/orgs/members_spec.rb".freeze, "spec/github/client/orgs/teams/add_member_spec.rb".freeze, "spec/github/client/orgs/teams/add_repo_spec.rb".freeze, "spec/github/client/orgs/teams/create_spec.rb".freeze, "spec/github/client/orgs/teams/delete_spec.rb".freeze, "spec/github/client/orgs/teams/edit_spec.rb".freeze, "spec/github/client/orgs/teams/get_spec.rb".freeze, "spec/github/client/orgs/teams/list_members_spec.rb".freeze, "spec/github/client/orgs/teams/list_repos_spec.rb".freeze, "spec/github/client/orgs/teams/list_spec.rb".freeze, "spec/github/client/orgs/teams/remove_member_spec.rb".freeze, "spec/github/client/orgs/teams/remove_repo_spec.rb".freeze, "spec/github/client/orgs/teams/team_member_spec.rb".freeze, "spec/github/client/orgs/teams/team_repo_spec.rb".freeze, "spec/github/client/orgs/teams_spec.rb".freeze, "spec/github/client/pull_requests/comments/create_spec.rb".freeze, "spec/github/client/pull_requests/comments/delete_spec.rb".freeze, "spec/github/client/pull_requests/comments/edit_spec.rb".freeze, "spec/github/client/pull_requests/comments/get_spec.rb".freeze, "spec/github/client/pull_requests/comments/list_spec.rb".freeze, "spec/github/client/pull_requests/comments_spec.rb".freeze, "spec/github/client/pull_requests/commits_spec.rb".freeze, "spec/github/client/pull_requests/create_spec.rb".freeze, "spec/github/client/pull_requests/files_spec.rb".freeze, "spec/github/client/pull_requests/get_spec.rb".freeze, "spec/github/client/pull_requests/list_spec.rb".freeze, "spec/github/client/pull_requests/merge_spec.rb".freeze, "spec/github/client/pull_requests/merged_spec.rb".freeze, "spec/github/client/pull_requests/update_spec.rb".freeze, "spec/github/client/repos/assets/delete_spec.rb".freeze, "spec/github/client/repos/assets/edit_spec.rb".freeze, "spec/github/client/repos/assets/get_spec.rb".freeze, "spec/github/client/repos/assets/list_spec.rb".freeze, "spec/github/client/repos/assets/upload_spec.rb".freeze, "spec/github/client/repos/branch_spec.rb".freeze, "spec/github/client/repos/branches_spec.rb".freeze, "spec/github/client/repos/collaborators/add_spec.rb".freeze, "spec/github/client/repos/collaborators/get_spec.rb".freeze, "spec/github/client/repos/collaborators/list_spec.rb".freeze, "spec/github/client/repos/collaborators/remove_spec.rb".freeze, "spec/github/client/repos/collaborators_spec.rb".freeze, "spec/github/client/repos/comments/create_spec.rb".freeze, "spec/github/client/repos/comments/delete_spec.rb".freeze, "spec/github/client/repos/comments/get_spec.rb".freeze, "spec/github/client/repos/comments/list_spec.rb".freeze, "spec/github/client/repos/comments/update_spec.rb".freeze, "spec/github/client/repos/commits/compare_spec.rb".freeze, "spec/github/client/repos/commits/get_spec.rb".freeze, "spec/github/client/repos/commits/list_spec.rb".freeze, "spec/github/client/repos/contents/archive_spec.rb".freeze, "spec/github/client/repos/contents/create_spec.rb".freeze, "spec/github/client/repos/contents/delete_spec.rb".freeze, "spec/github/client/repos/contents/get_spec.rb".freeze, "spec/github/client/repos/contents/readme_spec.rb".freeze, "spec/github/client/repos/contributors_spec.rb".freeze, "spec/github/client/repos/create_spec.rb".freeze, "spec/github/client/repos/delete_spec.rb".freeze, "spec/github/client/repos/deployments/create_spec.rb".freeze, "spec/github/client/repos/deployments/create_status_spec.rb".freeze, "spec/github/client/repos/deployments/list_spec.rb".freeze, "spec/github/client/repos/deployments/statuses_spec.rb".freeze, "spec/github/client/repos/downloads/delete_spec.rb".freeze, "spec/github/client/repos/downloads/get_spec.rb".freeze, "spec/github/client/repos/downloads/list_spec.rb".freeze, "spec/github/client/repos/downloads_spec.rb".freeze, "spec/github/client/repos/edit_spec.rb".freeze, "spec/github/client/repos/forks/create_spec.rb".freeze, "spec/github/client/repos/forks/list_spec.rb".freeze, "spec/github/client/repos/get_spec.rb".freeze, "spec/github/client/repos/hooks/create_spec.rb".freeze, "spec/github/client/repos/hooks/delete_spec.rb".freeze, "spec/github/client/repos/hooks/edit_spec.rb".freeze, "spec/github/client/repos/hooks/get_spec.rb".freeze, "spec/github/client/repos/hooks/list_spec.rb".freeze, "spec/github/client/repos/hooks/ping_spec.rb".freeze, "spec/github/client/repos/hooks/test_spec.rb".freeze, "spec/github/client/repos/hooks_spec.rb".freeze, "spec/github/client/repos/keys/create_spec.rb".freeze, "spec/github/client/repos/keys/delete_spec.rb".freeze, "spec/github/client/repos/keys/get_spec.rb".freeze, "spec/github/client/repos/keys/list_spec.rb".freeze, "spec/github/client/repos/keys_spec.rb".freeze, "spec/github/client/repos/languages_spec.rb".freeze, "spec/github/client/repos/list_spec.rb".freeze, "spec/github/client/repos/merging/merge_spec.rb".freeze, "spec/github/client/repos/pub_sub_hubbub/subscribe_service_spec.rb".freeze, "spec/github/client/repos/pub_sub_hubbub/subscribe_spec.rb".freeze, "spec/github/client/repos/pub_sub_hubbub/unsubscribe_service_spec.rb".freeze, "spec/github/client/repos/pub_sub_hubbub/unsubscribe_spec.rb".freeze, "spec/github/client/repos/releases/create_spec.rb".freeze, "spec/github/client/repos/releases/delete_spec.rb".freeze, "spec/github/client/repos/releases/edit_spec.rb".freeze, "spec/github/client/repos/releases/get_spec.rb".freeze, "spec/github/client/repos/releases/list_spec.rb".freeze, "spec/github/client/repos/statistics/code_frequency_spec.rb".freeze, "spec/github/client/repos/statistics/commit_activity_spec.rb".freeze, "spec/github/client/repos/statistics/contributors_spec.rb".freeze, "spec/github/client/repos/statistics/participation_spec.rb".freeze, "spec/github/client/repos/statistics/punch_card_spec.rb".freeze, "spec/github/client/repos/statuses/create_spec.rb".freeze, "spec/github/client/repos/statuses/list_spec.rb".freeze, "spec/github/client/repos/statuses_spec.rb".freeze, "spec/github/client/repos/tags_spec.rb".freeze, "spec/github/client/repos/teams_spec.rb".freeze, "spec/github/client/scopes/list_spec.rb".freeze, "spec/github/client/search/code_spec.rb".freeze, "spec/github/client/search/issues_spec.rb".freeze, "spec/github/client/search/legacy/email_spec.rb".freeze, "spec/github/client/search/legacy/issues_spec.rb".freeze, "spec/github/client/search/legacy/repos_spec.rb".freeze, "spec/github/client/search/legacy/users_spec.rb".freeze, "spec/github/client/search/repos_spec.rb".freeze, "spec/github/client/search/users_spec.rb".freeze, "spec/github/client/users/emails/add_spec.rb".freeze, "spec/github/client/users/emails/delete_spec.rb".freeze, "spec/github/client/users/emails/list_spec.rb".freeze, "spec/github/client/users/followers/follow_spec.rb".freeze, "spec/github/client/users/followers/following_spec.rb".freeze, "spec/github/client/users/followers/is_following_spec.rb".freeze, "spec/github/client/users/followers/list_spec.rb".freeze, "spec/github/client/users/followers/unfollow_spec.rb".freeze, "spec/github/client/users/get_spec.rb".freeze, "spec/github/client/users/keys/create_spec.rb".freeze, "spec/github/client/users/keys/delete_spec.rb".freeze, "spec/github/client/users/keys/get_spec.rb".freeze, "spec/github/client/users/keys/list_spec.rb".freeze, "spec/github/client/users/keys/update_spec.rb".freeze, "spec/github/client/users/list_spec.rb".freeze, "spec/github/client/users/update_spec.rb".freeze, "spec/github/client_spec.rb".freeze, "spec/github/configuration_spec.rb".freeze, "spec/github/configure_spec.rb".freeze, "spec/github/core_ext/deep_merge_spec.rb".freeze, "spec/github/core_ext/hash_spec.rb".freeze, "spec/github/deprecation_spec.rb".freeze, "spec/github/error/client_error_spec.rb".freeze, "spec/github/error/invalid_options_spec.rb".freeze, "spec/github/error/required_params_spec.rb".freeze, "spec/github/error/service_error/parse_body_spec.rb".freeze, "spec/github/error/service_error/parse_response_spec.rb".freeze, "spec/github/error/service_error_spec.rb".freeze, "spec/github/error/unknown_media_spec.rb".freeze, "spec/github/error/unknown_value_spec.rb".freeze, "spec/github/error/validations_spec.rb".freeze, "spec/github/mime_type_spec.rb".freeze, "spec/github/normalizer_spec.rb".freeze, "spec/github/page_links_spec.rb".freeze, "spec/github/paged_request_spec.rb".freeze, "spec/github/pagination/iterator/number_spec.rb".freeze, "spec/github/pagination/iterator/sha_spec.rb".freeze, "spec/github/parameter_filter_spec.rb".freeze, "spec/github/params_hash_spec.rb".freeze, "spec/github/request/endpoint_spec.rb".freeze, "spec/github/request/jsonize_spec.rb".freeze, "spec/github/request/oauth2_spec.rb".freeze, "spec/github/request/request_spec.rb".freeze, "spec/github/request_spec.rb".freeze, "spec/github/response_wrapper/eql_spec.rb".freeze, "spec/github/response_wrapper/headers_spec.rb".freeze, "spec/github/response_wrapper/overwrites_spec.rb".freeze, "spec/github/response_wrapper_spec.rb".freeze, "spec/github/stack_spec.rb".freeze, "spec/github/utils/url_spec.rb".freeze, "spec/github/validations/format_spec.rb".freeze, "spec/github/validations/presence_spec.rb".freeze, "spec/github/validations/required_spec.rb".freeze, "spec/github/validations/token_spec.rb".freeze, "spec/github/validations_spec.rb".freeze, "spec/github_spec.rb".freeze, "spec/integration/activity_spec.rb".freeze, "spec/integration/arguments_spec.rb".freeze, "spec/integration/authorizations_spec.rb".freeze, "spec/integration/gists_spec.rb".freeze, "spec/integration/git_data_spec.rb".freeze, "spec/integration/issues_spec.rb".freeze, "spec/integration/multiple_invocations_spec.rb".freeze, "spec/integration/options_spec.rb".freeze, "spec/integration/orgs_spec.rb".freeze, "spec/integration/pull_requests_spec.rb".freeze, "spec/integration/repos_spec.rb".freeze, "spec/integration/search_spec.rb".freeze, "spec/integration/users_spec.rb".freeze, "spec/shared/api_interface_behaviour.rb".freeze, "spec/shared/array_of_resources_behaviour.rb".freeze, "spec/shared/request_failure_behaviour.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/authentication.rb".freeze, "spec/support/base.rb".freeze, "spec/support/file_ops.rb".freeze] s.homepage = "http://peter-murach.github.io/github/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for the official GitHub API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze, "< 0.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.5".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) end