# -*- encoding: utf-8 -*- # stub: octokit 1.2.1 ruby lib Gem::Specification.new do |s| s.name = "octokit".freeze s.version = "1.2.1".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, "Adam Stacoviak".freeze, "Erik Michaels-Ober".freeze] s.date = "2012-05-20" s.description = "Simple wrapper for the GitHub v3 API".freeze s.email = ["wynn.netherland@gmail.com".freeze, "adam@stacoviak.com".freeze, "sferik@gmail.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/commits.rb".freeze, "lib/octokit/client/downloads.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/milestones.rb".freeze, "lib/octokit/client/network.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/repositories.rb".freeze, "lib/octokit/client/timelines.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/timeline.json".freeze, "spec/fixtures/v2/blob_metadata.json".freeze, "spec/fixtures/v2/blobs.json".freeze, "spec/fixtures/v2/issues.json".freeze, "spec/fixtures/v2/network_data.json".freeze, "spec/fixtures/v2/network_meta.json".freeze, "spec/fixtures/v2/raw.txt".freeze, "spec/fixtures/v2/repositories.json".freeze, "spec/fixtures/v2/tree_metadata.json".freeze, "spec/fixtures/v2/user.json".freeze, "spec/fixtures/v2/users.json".freeze, "spec/fixtures/v3/blob.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_comments.json".freeze, "spec/fixtures/v3/commits.json".freeze, "spec/fixtures/v3/contributors.json".freeze, "spec/fixtures/v3/download.json".freeze, "spec/fixtures/v3/downloads.json".freeze, "spec/fixtures/v3/emails.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/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_requests.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/starred_gists.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/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/commits_spec.rb".freeze, "spec/octokit/client/downloads_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/milestones_spec.rb".freeze, "spec/octokit/client/network_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/repositories_spec.rb".freeze, "spec/octokit/client/timelines_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/timeline.json".freeze, "spec/fixtures/v2/blob_metadata.json".freeze, "spec/fixtures/v2/blobs.json".freeze, "spec/fixtures/v2/issues.json".freeze, "spec/fixtures/v2/network_data.json".freeze, "spec/fixtures/v2/network_meta.json".freeze, "spec/fixtures/v2/raw.txt".freeze, "spec/fixtures/v2/repositories.json".freeze, "spec/fixtures/v2/tree_metadata.json".freeze, "spec/fixtures/v2/user.json".freeze, "spec/fixtures/v2/users.json".freeze, "spec/fixtures/v3/blob.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_comments.json".freeze, "spec/fixtures/v3/commits.json".freeze, "spec/fixtures/v3/contributors.json".freeze, "spec/fixtures/v3/download.json".freeze, "spec/fixtures/v3/downloads.json".freeze, "spec/fixtures/v3/emails.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/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_requests.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/starred_gists.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/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/commits_spec.rb".freeze, "spec/octokit/client/downloads_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/milestones_spec.rb".freeze, "spec/octokit/client/network_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/repositories_spec.rb".freeze, "spec/octokit/client/timelines_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.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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end