--- !ruby/object:Gem::Specification name: github_api version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 1 version: 0.3.1 platform: ruby authors: - Piotr Murach autorequire: bindir: bin cert_chain: [] date: 2011-11-27 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hashie prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 2 - 0 version: 1.2.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: faraday prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 7 - 4 version: 0.7.4 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: multi_json prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 0 - 3 version: 1.0.3 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: oauth2 prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 5 - 0 version: 0.5.0 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 4 - 0 version: 2.4.0 type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: yajl-ruby prerelease: false requirement: &id007 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 8 - 2 version: 0.8.2 type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: bundler prerelease: false requirement: &id008 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 0 - 0 version: 1.0.0 type: :development version_requirements: *id008 - !ruby/object:Gem::Dependency name: jeweler prerelease: false requirement: &id009 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 6 - 4 version: 1.6.4 type: :development version_requirements: *id009 - !ruby/object:Gem::Dependency name: webmock prerelease: false requirement: &id010 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 7 - 6 version: 1.7.6 type: :development version_requirements: *id010 - !ruby/object:Gem::Dependency name: simplecov prerelease: false requirement: &id011 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 4 version: "0.4" type: :development version_requirements: *id011 - !ruby/object:Gem::Dependency name: guard-rspec prerelease: false requirement: &id012 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id012 description: " Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). 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::Repos.new if working solely with repositories is your main concern. " email: "" executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - features/github.feature - features/step_definitions/github_steps.rb - features/support/env.rb - lib/github_api/api/utils.rb - lib/github_api/api.rb - lib/github_api/authorization.rb - lib/github_api/authorizations.rb - lib/github_api/cache_control.rb - lib/github_api/client.rb - lib/github_api/compatibility.rb - lib/github_api/configuration.rb - lib/github_api/connection.rb - lib/github_api/core_ext/array.rb - lib/github_api/core_ext/hash.rb - lib/github_api/error.rb - lib/github_api/gists/comments.rb - lib/github_api/gists.rb - lib/github_api/git_data/blobs.rb - lib/github_api/git_data/commits.rb - lib/github_api/git_data/references.rb - lib/github_api/git_data/tags.rb - lib/github_api/git_data/trees.rb - lib/github_api/git_data.rb - lib/github_api/issues/comments.rb - lib/github_api/issues/events.rb - lib/github_api/issues/labels.rb - lib/github_api/issues/milestones.rb - lib/github_api/issues.rb - lib/github_api/mime_type.rb - lib/github_api/orgs/members.rb - lib/github_api/orgs/teams.rb - lib/github_api/orgs.rb - lib/github_api/pull_requests/comments.rb - lib/github_api/pull_requests.rb - lib/github_api/repos/collaborators.rb - lib/github_api/repos/commits.rb - lib/github_api/repos/downloads.rb - lib/github_api/repos/forks.rb - lib/github_api/repos/hooks.rb - lib/github_api/repos/keys.rb - lib/github_api/repos/pub_sub_hubbub.rb - lib/github_api/repos/watching.rb - lib/github_api/repos.rb - lib/github_api/request/basic_auth.rb - lib/github_api/request/caching.rb - lib/github_api/request/oauth2.rb - lib/github_api/request.rb - lib/github_api/response/jsonize.rb - lib/github_api/response/mashify.rb - lib/github_api/response/raise_error.rb - lib/github_api/response.rb - lib/github_api/users/emails.rb - lib/github_api/users/followers.rb - lib/github_api/users/keys.rb - lib/github_api/users.rb - lib/github_api/version.rb - lib/github_api.rb - spec/fixtures/auths/authorization.json - spec/fixtures/auths/authorizations.json - spec/fixtures/orgs/members.json - spec/fixtures/orgs/org.json - spec/fixtures/orgs/orgs.json - spec/fixtures/orgs/team.json - spec/fixtures/orgs/team_repos.json - spec/fixtures/orgs/teams.json - spec/fixtures/repos/branches.json - spec/fixtures/repos/collaborators.json - spec/fixtures/repos/commit.json - spec/fixtures/repos/commit_comment.json - spec/fixtures/repos/commit_comments.json - spec/fixtures/repos/commits.json - spec/fixtures/repos/contributors.json - spec/fixtures/repos/download.json - spec/fixtures/repos/download_s3.json - spec/fixtures/repos/downloads.json - spec/fixtures/repos/fork.json - spec/fixtures/repos/forks.json - spec/fixtures/repos/hook.json - spec/fixtures/repos/hooks.json - spec/fixtures/repos/key.json - spec/fixtures/repos/keys.json - spec/fixtures/repos/languages.json - spec/fixtures/repos/repo.json - spec/fixtures/repos/repo_comments.json - spec/fixtures/repos/repos.json - spec/fixtures/repos/tags.json - spec/fixtures/repos/teams.json - spec/fixtures/repos/watched.json - spec/fixtures/repos/watchers.json - spec/github/api_spec.rb - spec/github/authorization_spec.rb - spec/github/authorizations_spec.rb - spec/github/client_spec.rb - spec/github/core_ext/hash_spec.rb - spec/github/gists/comments_spec.rb - spec/github/gists_spec.rb - spec/github/git_data/blobs_spec.rb - spec/github/git_data/commits_spec.rb - spec/github/git_data/references_spec.rb - spec/github/git_data/tags_spec.rb - spec/github/git_data/trees_spec.rb - spec/github/git_data_spec.rb - spec/github/issues/comments_spec.rb - spec/github/issues/events_spec.rb - spec/github/issues/labels_spec.rb - spec/github/issues/milestones_spec.rb - spec/github/issues_spec.rb - spec/github/mime_type_spec.rb - spec/github/orgs/members_spec.rb - spec/github/orgs/teams_spec.rb - spec/github/orgs_spec.rb - spec/github/repos/collaborators_spec.rb - spec/github/repos/commits_spec.rb - spec/github/repos/downloads_spec.rb - spec/github/repos/forks_spec.rb - spec/github/repos/hooks_spec.rb - spec/github/repos/keys_spec.rb - spec/github/repos/pub_sub_hubbub_spec.rb - spec/github/repos/watching_spec.rb - spec/github/repos_spec.rb - spec/github_spec.rb - spec/spec_helper.rb - README.rdoc - LICENSE.txt has_rdoc: true homepage: https://github.com/peter-murach/github licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Ruby wrapper for the GitHub API v3 test_files: []