--- !ruby/object:Gem::Specification name: octokit version: !ruby/object:Gem::Version version: 1.8.0 prerelease: platform: ruby authors: - Wynn Netherland - Erik Michaels-Ober - Clint Shryock autorequire: bindir: bin cert_chain: [] date: 2012-06-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: addressable requirement: &70323095283380 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.2' type: :runtime prerelease: false version_requirements: *70323095283380 - !ruby/object:Gem::Dependency name: faraday requirement: &70323095282500 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' type: :runtime prerelease: false version_requirements: *70323095282500 - !ruby/object:Gem::Dependency name: faraday_middleware requirement: &70323095281440 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' type: :runtime prerelease: false version_requirements: *70323095281440 - !ruby/object:Gem::Dependency name: hashie requirement: &70323095280200 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: *70323095280200 - !ruby/object:Gem::Dependency name: multi_json requirement: &70323095278780 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: *70323095278780 - !ruby/object:Gem::Dependency name: json requirement: &70323095278340 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095278340 - !ruby/object:Gem::Dependency name: maruku requirement: &70323095276940 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095276940 - !ruby/object:Gem::Dependency name: rake requirement: &70323095272780 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095272780 - !ruby/object:Gem::Dependency name: rspec requirement: &70323095267460 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095267460 - !ruby/object:Gem::Dependency name: simplecov requirement: &70323095265340 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095265340 - !ruby/object:Gem::Dependency name: webmock requirement: &70323095263880 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095263880 - !ruby/object:Gem::Dependency name: yard requirement: &70323095263180 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70323095263180 description: Simple wrapper for the GitHub v3 API email: - wynn.netherland@gmail.com - sferik@gmail.com - clint@ctshryock.com executables: [] extensions: [] extra_rdoc_files: [] files: - .document - .gemtest - .gitignore - .rspec - .travis.yml - CHANGELOG.md - Gemfile - LICENSE - README.md - Rakefile - lib/faraday/response/raise_octokit_error.rb - lib/octokit.rb - lib/octokit/authentication.rb - lib/octokit/client.rb - lib/octokit/client/authorizations.rb - lib/octokit/client/commits.rb - lib/octokit/client/contents.rb - lib/octokit/client/downloads.rb - lib/octokit/client/events.rb - lib/octokit/client/gists.rb - lib/octokit/client/issues.rb - lib/octokit/client/labels.rb - lib/octokit/client/milestones.rb - lib/octokit/client/objects.rb - lib/octokit/client/organizations.rb - lib/octokit/client/pub_sub_hubbub.rb - lib/octokit/client/pub_sub_hubbub/service_hooks.rb - lib/octokit/client/pulls.rb - lib/octokit/client/refs.rb - lib/octokit/client/repositories.rb - lib/octokit/client/users.rb - lib/octokit/configuration.rb - lib/octokit/connection.rb - lib/octokit/error.rb - lib/octokit/gist.rb - lib/octokit/repository.rb - lib/octokit/request.rb - lib/octokit/version.rb - octokit.gemspec - spec/faraday/response_spec.rb - spec/fixtures/legacy/issues.json - spec/fixtures/legacy/repositories.json - spec/fixtures/legacy/users.json - spec/fixtures/v3/authorization.json - spec/fixtures/v3/authorizations.json - spec/fixtures/v3/blob.json - spec/fixtures/v3/blob_create.json - spec/fixtures/v3/branches.json - spec/fixtures/v3/collaborators.json - spec/fixtures/v3/comment.json - spec/fixtures/v3/comments.json - spec/fixtures/v3/commit.json - spec/fixtures/v3/commit_comment.json - spec/fixtures/v3/commit_comments.json - spec/fixtures/v3/commit_create.json - spec/fixtures/v3/commits.json - spec/fixtures/v3/contents.json - spec/fixtures/v3/contributors.json - spec/fixtures/v3/download.json - spec/fixtures/v3/download_create.json - spec/fixtures/v3/downloads.json - spec/fixtures/v3/emails.json - spec/fixtures/v3/followers.json - spec/fixtures/v3/following.json - spec/fixtures/v3/forks.json - spec/fixtures/v3/gist.json - spec/fixtures/v3/gists.json - spec/fixtures/v3/hook.json - spec/fixtures/v3/hooks.json - spec/fixtures/v3/issue.json - spec/fixtures/v3/issue_closed.json - spec/fixtures/v3/issue_event.json - spec/fixtures/v3/issue_events.json - spec/fixtures/v3/issues.json - spec/fixtures/v3/label.json - spec/fixtures/v3/labels.json - spec/fixtures/v3/languages.json - spec/fixtures/v3/list_commit_comments.json - spec/fixtures/v3/milestone.json - spec/fixtures/v3/milestones.json - spec/fixtures/v3/not_found.json - spec/fixtures/v3/organization-repositories.json - spec/fixtures/v3/organization-repository.json - spec/fixtures/v3/organization.json - spec/fixtures/v3/organization_members.json - spec/fixtures/v3/organization_team_members.json - spec/fixtures/v3/organization_team_repos.json - spec/fixtures/v3/organizations.json - spec/fixtures/v3/public_events.json - spec/fixtures/v3/public_gists.json - spec/fixtures/v3/public_key.json - spec/fixtures/v3/public_keys.json - spec/fixtures/v3/pull_created.json - spec/fixtures/v3/pull_request.json - spec/fixtures/v3/pull_requests.json - spec/fixtures/v3/readme.json - spec/fixtures/v3/ref.json - spec/fixtures/v3/ref_create.json - spec/fixtures/v3/ref_update.json - spec/fixtures/v3/refs.json - spec/fixtures/v3/refs_tags.json - spec/fixtures/v3/repo_events.json - spec/fixtures/v3/repo_issues_events.json - spec/fixtures/v3/repositories.json - spec/fixtures/v3/repository.json - spec/fixtures/v3/starred_gists.json - spec/fixtures/v3/tags.json - spec/fixtures/v3/team.json - spec/fixtures/v3/teams.json - spec/fixtures/v3/tree.json - spec/fixtures/v3/tree_create.json - spec/fixtures/v3/user.json - spec/fixtures/v3/user_events.json - spec/fixtures/v3/watched.json - spec/fixtures/v3/watchers.json - spec/helper.rb - spec/octokit/client/authorizations_spec.rb - spec/octokit/client/commits_spec.rb - spec/octokit/client/contents_spec.rb - spec/octokit/client/downloads_spec.rb - spec/octokit/client/events_spec.rb - spec/octokit/client/gists_spec.rb - spec/octokit/client/issue_events_spec.rb - spec/octokit/client/issues_spec.rb - spec/octokit/client/labels_spec.rb - spec/octokit/client/milestones_spec.rb - spec/octokit/client/objects_spec.rb - spec/octokit/client/organizations_spec.rb - spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb - spec/octokit/client/pub_sub_hubbub_spec.rb - spec/octokit/client/pulls_spec.rb - spec/octokit/client/refs_spec.rb - spec/octokit/client/repositories_spec.rb - spec/octokit/client/users_spec.rb - spec/octokit/client_spec.rb - spec/octokit/gist_spec.rb - spec/octokit_spec.rb - spec/repository_spec.rb homepage: https://github.com/pengwynn/octokit licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Simple wrapper for the GitHub v3 API test_files: - spec/faraday/response_spec.rb - spec/fixtures/legacy/issues.json - spec/fixtures/legacy/repositories.json - spec/fixtures/legacy/users.json - spec/fixtures/v3/authorization.json - spec/fixtures/v3/authorizations.json - spec/fixtures/v3/blob.json - spec/fixtures/v3/blob_create.json - spec/fixtures/v3/branches.json - spec/fixtures/v3/collaborators.json - spec/fixtures/v3/comment.json - spec/fixtures/v3/comments.json - spec/fixtures/v3/commit.json - spec/fixtures/v3/commit_comment.json - spec/fixtures/v3/commit_comments.json - spec/fixtures/v3/commit_create.json - spec/fixtures/v3/commits.json - spec/fixtures/v3/contents.json - spec/fixtures/v3/contributors.json - spec/fixtures/v3/download.json - spec/fixtures/v3/download_create.json - spec/fixtures/v3/downloads.json - spec/fixtures/v3/emails.json - spec/fixtures/v3/followers.json - spec/fixtures/v3/following.json - spec/fixtures/v3/forks.json - spec/fixtures/v3/gist.json - spec/fixtures/v3/gists.json - spec/fixtures/v3/hook.json - spec/fixtures/v3/hooks.json - spec/fixtures/v3/issue.json - spec/fixtures/v3/issue_closed.json - spec/fixtures/v3/issue_event.json - spec/fixtures/v3/issue_events.json - spec/fixtures/v3/issues.json - spec/fixtures/v3/label.json - spec/fixtures/v3/labels.json - spec/fixtures/v3/languages.json - spec/fixtures/v3/list_commit_comments.json - spec/fixtures/v3/milestone.json - spec/fixtures/v3/milestones.json - spec/fixtures/v3/not_found.json - spec/fixtures/v3/organization-repositories.json - spec/fixtures/v3/organization-repository.json - spec/fixtures/v3/organization.json - spec/fixtures/v3/organization_members.json - spec/fixtures/v3/organization_team_members.json - spec/fixtures/v3/organization_team_repos.json - spec/fixtures/v3/organizations.json - spec/fixtures/v3/public_events.json - spec/fixtures/v3/public_gists.json - spec/fixtures/v3/public_key.json - spec/fixtures/v3/public_keys.json - spec/fixtures/v3/pull_created.json - spec/fixtures/v3/pull_request.json - spec/fixtures/v3/pull_requests.json - spec/fixtures/v3/readme.json - spec/fixtures/v3/ref.json - spec/fixtures/v3/ref_create.json - spec/fixtures/v3/ref_update.json - spec/fixtures/v3/refs.json - spec/fixtures/v3/refs_tags.json - spec/fixtures/v3/repo_events.json - spec/fixtures/v3/repo_issues_events.json - spec/fixtures/v3/repositories.json - spec/fixtures/v3/repository.json - spec/fixtures/v3/starred_gists.json - spec/fixtures/v3/tags.json - spec/fixtures/v3/team.json - spec/fixtures/v3/teams.json - spec/fixtures/v3/tree.json - spec/fixtures/v3/tree_create.json - spec/fixtures/v3/user.json - spec/fixtures/v3/user_events.json - spec/fixtures/v3/watched.json - spec/fixtures/v3/watchers.json - spec/helper.rb - spec/octokit/client/authorizations_spec.rb - spec/octokit/client/commits_spec.rb - spec/octokit/client/contents_spec.rb - spec/octokit/client/downloads_spec.rb - spec/octokit/client/events_spec.rb - spec/octokit/client/gists_spec.rb - spec/octokit/client/issue_events_spec.rb - spec/octokit/client/issues_spec.rb - spec/octokit/client/labels_spec.rb - spec/octokit/client/milestones_spec.rb - spec/octokit/client/objects_spec.rb - spec/octokit/client/organizations_spec.rb - spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb - spec/octokit/client/pub_sub_hubbub_spec.rb - spec/octokit/client/pulls_spec.rb - spec/octokit/client/refs_spec.rb - spec/octokit/client/repositories_spec.rb - spec/octokit/client/users_spec.rb - spec/octokit/client_spec.rb - spec/octokit/gist_spec.rb - spec/octokit_spec.rb - spec/repository_spec.rb has_rdoc: