# -*- encoding: utf-8 -*- # stub: octokit 1.17.0 ruby lib Gem::Specification.new do |s| s.name = "octokit".freeze s.version = "1.17.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wynn Netherland".freeze, "Erik Michaels-Ober".freeze, "Clint Shryock".freeze] s.date = "2012-10-08" s.description = "Simple wrapper for the GitHub v3 API".freeze s.email = ["wynn.netherland@gmail.com".freeze, "sferik@gmail.com".freeze, "clint@ctshryock.com".freeze] s.files = [".document".freeze, ".gemtest".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/faraday/response/raise_octokit_error.rb".freeze, "lib/octokit.rb".freeze, "lib/octokit/authentication.rb".freeze, "lib/octokit/client.rb".freeze, "lib/octokit/client/authorizations.rb".freeze, "lib/octokit/client/commits.rb".freeze, "lib/octokit/client/contents.rb".freeze, "lib/octokit/client/downloads.rb".freeze, "lib/octokit/client/emojis.rb".freeze, "lib/octokit/client/events.rb".freeze, "lib/octokit/client/gists.rb".freeze, "lib/octokit/client/issues.rb".freeze, "lib/octokit/client/labels.rb".freeze, "lib/octokit/client/markdown.rb".freeze, "lib/octokit/client/milestones.rb".freeze, "lib/octokit/client/objects.rb".freeze, "lib/octokit/client/organizations.rb".freeze, "lib/octokit/client/pub_sub_hubbub.rb".freeze, "lib/octokit/client/pub_sub_hubbub/service_hooks.rb".freeze, "lib/octokit/client/pulls.rb".freeze, "lib/octokit/client/refs.rb".freeze, "lib/octokit/client/repositories.rb".freeze, "lib/octokit/client/statuses.rb".freeze, "lib/octokit/client/users.rb".freeze, "lib/octokit/configuration.rb".freeze, "lib/octokit/connection.rb".freeze, "lib/octokit/error.rb".freeze, "lib/octokit/gist.rb".freeze, "lib/octokit/repository.rb".freeze, "lib/octokit/request.rb".freeze, "lib/octokit/version.rb".freeze, "octokit.gemspec".freeze, "spec/faraday/response_spec.rb".freeze, "spec/fixtures/legacy/issues.json".freeze, "spec/fixtures/legacy/repositories.json".freeze, "spec/fixtures/legacy/users.json".freeze, "spec/fixtures/v3/authorization.json".freeze, "spec/fixtures/v3/authorizations.json".freeze, "spec/fixtures/v3/blob.json".freeze, "spec/fixtures/v3/blob_create.json".freeze, "spec/fixtures/v3/branches.json".freeze, "spec/fixtures/v3/collaborators.json".freeze, "spec/fixtures/v3/comment.json".freeze, "spec/fixtures/v3/comments.json".freeze, "spec/fixtures/v3/commit.json".freeze, "spec/fixtures/v3/commit_comment.json".freeze, "spec/fixtures/v3/commit_comment_create.json".freeze, "spec/fixtures/v3/commit_comment_update.json".freeze, "spec/fixtures/v3/commit_comments.json".freeze, "spec/fixtures/v3/commit_create.json".freeze, "spec/fixtures/v3/commits.json".freeze, "spec/fixtures/v3/compare.json".freeze, "spec/fixtures/v3/contents.json".freeze, "spec/fixtures/v3/contributors.json".freeze, "spec/fixtures/v3/download.json".freeze, "spec/fixtures/v3/download_create.json".freeze, "spec/fixtures/v3/downloads.json".freeze, "spec/fixtures/v3/emails.json".freeze, "spec/fixtures/v3/emojis.json".freeze, "spec/fixtures/v3/followers.json".freeze, "spec/fixtures/v3/following.json".freeze, "spec/fixtures/v3/forks.json".freeze, "spec/fixtures/v3/gist.json".freeze, "spec/fixtures/v3/gists.json".freeze, "spec/fixtures/v3/hook.json".freeze, "spec/fixtures/v3/hooks.json".freeze, "spec/fixtures/v3/issue.json".freeze, "spec/fixtures/v3/issue_closed.json".freeze, "spec/fixtures/v3/issue_event.json".freeze, "spec/fixtures/v3/issue_events.json".freeze, "spec/fixtures/v3/issues.json".freeze, "spec/fixtures/v3/label.json".freeze, "spec/fixtures/v3/labels.json".freeze, "spec/fixtures/v3/languages.json".freeze, "spec/fixtures/v3/list_commit_comments.json".freeze, "spec/fixtures/v3/markdown_gfm".freeze, "spec/fixtures/v3/merge.json".freeze, "spec/fixtures/v3/milestone.json".freeze, "spec/fixtures/v3/milestones.json".freeze, "spec/fixtures/v3/not_found.json".freeze, "spec/fixtures/v3/organization-repositories.json".freeze, "spec/fixtures/v3/organization-repository.json".freeze, "spec/fixtures/v3/organization.json".freeze, "spec/fixtures/v3/organization_members.json".freeze, "spec/fixtures/v3/organization_team_members.json".freeze, "spec/fixtures/v3/organization_team_repos.json".freeze, "spec/fixtures/v3/organizations.json".freeze, "spec/fixtures/v3/public_events.json".freeze, "spec/fixtures/v3/public_gists.json".freeze, "spec/fixtures/v3/public_key.json".freeze, "spec/fixtures/v3/public_keys.json".freeze, "spec/fixtures/v3/pull_created.json".freeze, "spec/fixtures/v3/pull_request.json".freeze, "spec/fixtures/v3/pull_request_comments.json".freeze, "spec/fixtures/v3/pull_request_commits.json".freeze, "spec/fixtures/v3/pull_request_files.json".freeze, "spec/fixtures/v3/pull_request_merged.json".freeze, "spec/fixtures/v3/pull_requests.json".freeze, "spec/fixtures/v3/readme.json".freeze, "spec/fixtures/v3/ref.json".freeze, "spec/fixtures/v3/ref_create.json".freeze, "spec/fixtures/v3/ref_update.json".freeze, "spec/fixtures/v3/refs.json".freeze, "spec/fixtures/v3/refs_tags.json".freeze, "spec/fixtures/v3/repo_assignees.json".freeze, "spec/fixtures/v3/repo_events.json".freeze, "spec/fixtures/v3/repo_issues_events.json".freeze, "spec/fixtures/v3/repositories.json".freeze, "spec/fixtures/v3/repository.json".freeze, "spec/fixtures/v3/stargazers.json".freeze, "spec/fixtures/v3/starred.json".freeze, "spec/fixtures/v3/starred_gists.json".freeze, "spec/fixtures/v3/status.json".freeze, "spec/fixtures/v3/statuses.json".freeze, "spec/fixtures/v3/tags.json".freeze, "spec/fixtures/v3/team.json".freeze, "spec/fixtures/v3/teams.json".freeze, "spec/fixtures/v3/tree.json".freeze, "spec/fixtures/v3/tree_create.json".freeze, "spec/fixtures/v3/user.json".freeze, "spec/fixtures/v3/user_events.json".freeze, "spec/fixtures/v3/watched.json".freeze, "spec/fixtures/v3/watchers.json".freeze, "spec/helper.rb".freeze, "spec/octokit/client/authorizations_spec.rb".freeze, "spec/octokit/client/commits_spec.rb".freeze, "spec/octokit/client/contents_spec.rb".freeze, "spec/octokit/client/downloads_spec.rb".freeze, "spec/octokit/client/emojis_spec.rb".freeze, "spec/octokit/client/events_spec.rb".freeze, "spec/octokit/client/gists_spec.rb".freeze, "spec/octokit/client/issue_events_spec.rb".freeze, "spec/octokit/client/issues_spec.rb".freeze, "spec/octokit/client/labels_spec.rb".freeze, "spec/octokit/client/markdown_spec.rb".freeze, "spec/octokit/client/milestones_spec.rb".freeze, "spec/octokit/client/objects_spec.rb".freeze, "spec/octokit/client/organizations_spec.rb".freeze, "spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb".freeze, "spec/octokit/client/pub_sub_hubbub_spec.rb".freeze, "spec/octokit/client/pulls_spec.rb".freeze, "spec/octokit/client/refs_spec.rb".freeze, "spec/octokit/client/repositories_spec.rb".freeze, "spec/octokit/client/statuses_spec.rb".freeze, "spec/octokit/client/users_spec.rb".freeze, "spec/octokit/client_spec.rb".freeze, "spec/octokit/gist_spec.rb".freeze, "spec/octokit_spec.rb".freeze, "spec/repository_spec.rb".freeze] s.homepage = "https://github.com/pengwynn/octokit".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple wrapper for the GitHub v3 API".freeze s.test_files = ["spec/faraday/response_spec.rb".freeze, "spec/fixtures/legacy/issues.json".freeze, "spec/fixtures/legacy/repositories.json".freeze, "spec/fixtures/legacy/users.json".freeze, "spec/fixtures/v3/authorization.json".freeze, "spec/fixtures/v3/authorizations.json".freeze, "spec/fixtures/v3/blob.json".freeze, "spec/fixtures/v3/blob_create.json".freeze, "spec/fixtures/v3/branches.json".freeze, "spec/fixtures/v3/collaborators.json".freeze, "spec/fixtures/v3/comment.json".freeze, "spec/fixtures/v3/comments.json".freeze, "spec/fixtures/v3/commit.json".freeze, "spec/fixtures/v3/commit_comment.json".freeze, "spec/fixtures/v3/commit_comment_create.json".freeze, "spec/fixtures/v3/commit_comment_update.json".freeze, "spec/fixtures/v3/commit_comments.json".freeze, "spec/fixtures/v3/commit_create.json".freeze, "spec/fixtures/v3/commits.json".freeze, "spec/fixtures/v3/compare.json".freeze, "spec/fixtures/v3/contents.json".freeze, "spec/fixtures/v3/contributors.json".freeze, "spec/fixtures/v3/download.json".freeze, "spec/fixtures/v3/download_create.json".freeze, "spec/fixtures/v3/downloads.json".freeze, "spec/fixtures/v3/emails.json".freeze, "spec/fixtures/v3/emojis.json".freeze, "spec/fixtures/v3/followers.json".freeze, "spec/fixtures/v3/following.json".freeze, "spec/fixtures/v3/forks.json".freeze, "spec/fixtures/v3/gist.json".freeze, "spec/fixtures/v3/gists.json".freeze, "spec/fixtures/v3/hook.json".freeze, "spec/fixtures/v3/hooks.json".freeze, "spec/fixtures/v3/issue.json".freeze, "spec/fixtures/v3/issue_closed.json".freeze, "spec/fixtures/v3/issue_event.json".freeze, "spec/fixtures/v3/issue_events.json".freeze, "spec/fixtures/v3/issues.json".freeze, "spec/fixtures/v3/label.json".freeze, "spec/fixtures/v3/labels.json".freeze, "spec/fixtures/v3/languages.json".freeze, "spec/fixtures/v3/list_commit_comments.json".freeze, "spec/fixtures/v3/markdown_gfm".freeze, "spec/fixtures/v3/merge.json".freeze, "spec/fixtures/v3/milestone.json".freeze, "spec/fixtures/v3/milestones.json".freeze, "spec/fixtures/v3/not_found.json".freeze, "spec/fixtures/v3/organization-repositories.json".freeze, "spec/fixtures/v3/organization-repository.json".freeze, "spec/fixtures/v3/organization.json".freeze, "spec/fixtures/v3/organization_members.json".freeze, "spec/fixtures/v3/organization_team_members.json".freeze, "spec/fixtures/v3/organization_team_repos.json".freeze, "spec/fixtures/v3/organizations.json".freeze, "spec/fixtures/v3/public_events.json".freeze, "spec/fixtures/v3/public_gists.json".freeze, "spec/fixtures/v3/public_key.json".freeze, "spec/fixtures/v3/public_keys.json".freeze, "spec/fixtures/v3/pull_created.json".freeze, "spec/fixtures/v3/pull_request.json".freeze, "spec/fixtures/v3/pull_request_comments.json".freeze, "spec/fixtures/v3/pull_request_commits.json".freeze, "spec/fixtures/v3/pull_request_files.json".freeze, "spec/fixtures/v3/pull_request_merged.json".freeze, "spec/fixtures/v3/pull_requests.json".freeze, "spec/fixtures/v3/readme.json".freeze, "spec/fixtures/v3/ref.json".freeze, "spec/fixtures/v3/ref_create.json".freeze, "spec/fixtures/v3/ref_update.json".freeze, "spec/fixtures/v3/refs.json".freeze, "spec/fixtures/v3/refs_tags.json".freeze, "spec/fixtures/v3/repo_assignees.json".freeze, "spec/fixtures/v3/repo_events.json".freeze, "spec/fixtures/v3/repo_issues_events.json".freeze, "spec/fixtures/v3/repositories.json".freeze, "spec/fixtures/v3/repository.json".freeze, "spec/fixtures/v3/stargazers.json".freeze, "spec/fixtures/v3/starred.json".freeze, "spec/fixtures/v3/starred_gists.json".freeze, "spec/fixtures/v3/status.json".freeze, "spec/fixtures/v3/statuses.json".freeze, "spec/fixtures/v3/tags.json".freeze, "spec/fixtures/v3/team.json".freeze, "spec/fixtures/v3/teams.json".freeze, "spec/fixtures/v3/tree.json".freeze, "spec/fixtures/v3/tree_create.json".freeze, "spec/fixtures/v3/user.json".freeze, "spec/fixtures/v3/user_events.json".freeze, "spec/fixtures/v3/watched.json".freeze, "spec/fixtures/v3/watchers.json".freeze, "spec/helper.rb".freeze, "spec/octokit/client/authorizations_spec.rb".freeze, "spec/octokit/client/commits_spec.rb".freeze, "spec/octokit/client/contents_spec.rb".freeze, "spec/octokit/client/downloads_spec.rb".freeze, "spec/octokit/client/emojis_spec.rb".freeze, "spec/octokit/client/events_spec.rb".freeze, "spec/octokit/client/gists_spec.rb".freeze, "spec/octokit/client/issue_events_spec.rb".freeze, "spec/octokit/client/issues_spec.rb".freeze, "spec/octokit/client/labels_spec.rb".freeze, "spec/octokit/client/markdown_spec.rb".freeze, "spec/octokit/client/milestones_spec.rb".freeze, "spec/octokit/client/objects_spec.rb".freeze, "spec/octokit/client/organizations_spec.rb".freeze, "spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb".freeze, "spec/octokit/client/pub_sub_hubbub_spec.rb".freeze, "spec/octokit/client/pulls_spec.rb".freeze, "spec/octokit/client/refs_spec.rb".freeze, "spec/octokit/client/repositories_spec.rb".freeze, "spec/octokit/client/statuses_spec.rb".freeze, "spec/octokit/client/users_spec.rb".freeze, "spec/octokit/client_spec.rb".freeze, "spec/octokit/gist_spec.rb".freeze, "spec/octokit_spec.rb".freeze, "spec/repository_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end