--- !ruby/object:Gem::Specification name: github_cli version: !ruby/object:Gem::Version version: 0.6.1 prerelease: platform: ruby authors: - Piotr Murach autorequire: bindir: bin cert_chain: [] date: 2013-06-09 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: github_api requirement: &2156012000 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.10' type: :runtime prerelease: false version_requirements: *2156012000 - !ruby/object:Gem::Dependency name: rspec requirement: &2156010900 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2156010900 - !ruby/object:Gem::Dependency name: aruba requirement: &2156003180 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2156003180 - !ruby/object:Gem::Dependency name: rake requirement: &2156002240 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2156002240 - !ruby/object:Gem::Dependency name: communist requirement: &2156001040 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2156001040 - !ruby/object:Gem::Dependency name: ronn requirement: &2155997580 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2155997580 description: CLI-based access to GitHub API v3 email: - '' executables: - gcli extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - .travis.yml - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - bin/gcli - features/assignee.feature - features/authorization.feature - features/blob.feature - features/collaborator.feature - features/commit.feature - features/completion.feature - features/config.feature - features/content.feature - features/download.feature - features/email.feature - features/errors.feature - features/event.feature - features/executable.feature - features/follower.feature - features/fork.feature - features/gist.feature - features/hook.feature - features/init.feature - features/issue.feature - features/key.feature - features/label.feature - features/member.feature - features/merging.feature - features/milestone.feature - features/notification.feature - features/organization.feature - features/pull_request.feature - features/reference.feature - features/repository.feature - features/search.feature - features/search_commands.feature - features/starring.feature - features/statistics.feature - features/statuses.feature - features/support/env.rb - features/support/hooks.rb - features/tag.feature - features/team.feature - features/tree.feature - features/usage.feature - features/user.feature - features/watching.feature - fixtures/simple_config - github_cli.gemspec - lib/github_cli.rb - lib/github_cli/api.rb - lib/github_cli/apis.rb - lib/github_cli/apis/assignee.rb - lib/github_cli/apis/authorization.rb - lib/github_cli/apis/blob.rb - lib/github_cli/apis/collaborator.rb - lib/github_cli/apis/commit.rb - lib/github_cli/apis/content.rb - lib/github_cli/apis/download.rb - lib/github_cli/apis/email.rb - lib/github_cli/apis/event.rb - lib/github_cli/apis/follower.rb - lib/github_cli/apis/fork.rb - lib/github_cli/apis/gist.rb - lib/github_cli/apis/hook.rb - lib/github_cli/apis/issue.rb - lib/github_cli/apis/key.rb - lib/github_cli/apis/label.rb - lib/github_cli/apis/member.rb - lib/github_cli/apis/merging.rb - lib/github_cli/apis/milestone.rb - lib/github_cli/apis/notification.rb - lib/github_cli/apis/organization.rb - lib/github_cli/apis/pull_request.rb - lib/github_cli/apis/reference.rb - lib/github_cli/apis/repository.rb - lib/github_cli/apis/search.rb - lib/github_cli/apis/starring.rb - lib/github_cli/apis/statistics.rb - lib/github_cli/apis/status.rb - lib/github_cli/apis/tag.rb - lib/github_cli/apis/team.rb - lib/github_cli/apis/tree.rb - lib/github_cli/apis/user.rb - lib/github_cli/apis/watching.rb - lib/github_cli/cli.rb - lib/github_cli/command.rb - lib/github_cli/command/arguments.rb - lib/github_cli/command/completion.rb - lib/github_cli/command/usage.rb - lib/github_cli/commands.rb - lib/github_cli/commands/assignees.rb - lib/github_cli/commands/authorizations.rb - lib/github_cli/commands/blobs.rb - lib/github_cli/commands/collaborators.rb - lib/github_cli/commands/commits.rb - lib/github_cli/commands/contents.rb - lib/github_cli/commands/downloads.rb - lib/github_cli/commands/emails.rb - lib/github_cli/commands/events.rb - lib/github_cli/commands/followers.rb - lib/github_cli/commands/forks.rb - lib/github_cli/commands/gists.rb - lib/github_cli/commands/hooks.rb - lib/github_cli/commands/issues.rb - lib/github_cli/commands/keys.rb - lib/github_cli/commands/labels.rb - lib/github_cli/commands/members.rb - lib/github_cli/commands/merging.rb - lib/github_cli/commands/milestones.rb - lib/github_cli/commands/notifications.rb - lib/github_cli/commands/organizations.rb - lib/github_cli/commands/pull_requests.rb - lib/github_cli/commands/references.rb - lib/github_cli/commands/repositories.rb - lib/github_cli/commands/search.rb - lib/github_cli/commands/starring.rb - lib/github_cli/commands/statistics.rb - lib/github_cli/commands/statuses.rb - lib/github_cli/commands/tags.rb - lib/github_cli/commands/teams.rb - lib/github_cli/commands/trees.rb - lib/github_cli/commands/users.rb - lib/github_cli/commands/watching.rb - lib/github_cli/config.rb - lib/github_cli/dsl.rb - lib/github_cli/editor.rb - lib/github_cli/errors.rb - lib/github_cli/formatter.rb - lib/github_cli/formatters.rb - lib/github_cli/formatters/csv.rb - lib/github_cli/formatters/table.rb - lib/github_cli/helpers.rb - lib/github_cli/manpage.rb - lib/github_cli/pager.rb - lib/github_cli/subcommands.rb - lib/github_cli/system.rb - lib/github_cli/terminal.rb - lib/github_cli/thor_ext.rb - lib/github_cli/ui.rb - lib/github_cli/util.rb - lib/github_cli/vendor.rb - lib/github_cli/vendor/thor.rb - lib/github_cli/vendor/thor/actions.rb - lib/github_cli/vendor/thor/actions/create_file.rb - lib/github_cli/vendor/thor/actions/create_link.rb - lib/github_cli/vendor/thor/actions/directory.rb - lib/github_cli/vendor/thor/actions/empty_directory.rb - lib/github_cli/vendor/thor/actions/file_manipulation.rb - lib/github_cli/vendor/thor/actions/inject_into_file.rb - lib/github_cli/vendor/thor/base.rb - lib/github_cli/vendor/thor/command.rb - lib/github_cli/vendor/thor/core_ext/hash_with_indifferent_access.rb - lib/github_cli/vendor/thor/core_ext/io_binary_read.rb - lib/github_cli/vendor/thor/core_ext/ordered_hash.rb - lib/github_cli/vendor/thor/error.rb - lib/github_cli/vendor/thor/group.rb - lib/github_cli/vendor/thor/invocation.rb - lib/github_cli/vendor/thor/parser.rb - lib/github_cli/vendor/thor/parser/argument.rb - lib/github_cli/vendor/thor/parser/arguments.rb - lib/github_cli/vendor/thor/parser/option.rb - lib/github_cli/vendor/thor/parser/options.rb - lib/github_cli/vendor/thor/rake_compat.rb - lib/github_cli/vendor/thor/runner.rb - lib/github_cli/vendor/thor/shell.rb - lib/github_cli/vendor/thor/shell/basic.rb - lib/github_cli/vendor/thor/shell/color.rb - lib/github_cli/vendor/thor/shell/html.rb - lib/github_cli/vendor/thor/util.rb - lib/github_cli/vendor/thor/version.rb - lib/github_cli/version.rb - man/gcli-authorize.1.ronn - man/gcli-config.1.ronn - man/gcli-repo.1.ronn - man/gcli-whoami.1.ronn - man/gcli.1.ronn - screenshots/command.png - screenshots/interface.png - spec/github_cli/api/configure_spec.rb - spec/github_cli/api/github_api_spec.rb - spec/github_cli/cli_spec.rb - spec/github_cli/command_spec.rb - spec/github_cli/commands/assignees_spec.rb - spec/github_cli/commands/authorizations_spec.rb - spec/github_cli/commands/blobs_spec.rb - spec/github_cli/commands/collaborators_spec.rb - spec/github_cli/commands/commits_spec.rb - spec/github_cli/commands/contents_spec.rb - spec/github_cli/commands/downloads_spec.rb - spec/github_cli/commands/emails_spec.rb - spec/github_cli/commands/events_spec.rb - spec/github_cli/commands/followers_spec.rb - spec/github_cli/commands/forks_spec.rb - spec/github_cli/commands/gists_spec.rb - spec/github_cli/commands/hooks_spec.rb - spec/github_cli/commands/issues_spec.rb - spec/github_cli/commands/keys_spec.rb - spec/github_cli/commands/labels_spec.rb - spec/github_cli/commands/members_spec.rb - spec/github_cli/commands/merging_spec.rb - spec/github_cli/commands/milestones_spec.rb - spec/github_cli/commands/notifications_spec.rb - spec/github_cli/commands/organizations_spec.rb - spec/github_cli/commands/pull_requests_spec.rb - spec/github_cli/commands/references_spec.rb - spec/github_cli/commands/repositories_spec.rb - spec/github_cli/commands/starring_spec.rb - spec/github_cli/commands/statistics_spec.rb - spec/github_cli/commands/statuses_spec.rb - spec/github_cli/commands/tags_spec.rb - spec/github_cli/commands/teams_spec.rb - spec/github_cli/commands/trees_spec.rb - spec/github_cli/commands/users_spec.rb - spec/github_cli/commands/watching_spec.rb - spec/github_cli/config_spec.rb - spec/github_cli/helpers_spec.rb - spec/github_cli/pager_spec.rb - spec/github_cli/util/convert_value_spec.rb - spec/github_cli/util/convert_values_spec.rb - spec/github_cli/util_spec.rb - spec/spec_helper.rb - lib/github_cli/man/gcli-adduser.1 - lib/github_cli/man/gcli-adduser.1.txt - lib/github_cli/man/gcli-authorize.1 - lib/github_cli/man/gcli-authorize.1.txt - lib/github_cli/man/gcli-config.1 - lib/github_cli/man/gcli-config.1.txt - lib/github_cli/man/gcli-repo.1 - lib/github_cli/man/gcli-repo.1.txt - lib/github_cli/man/gcli-whoami.1 - lib/github_cli/man/gcli-whoami.1.txt - lib/github_cli/man/gcli.1 - lib/github_cli/man/gcli.1.txt homepage: http://github.com/peter-murach/github_cli 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: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: github_cli is a set of tools that provide full command line access to GitHub API v3 test_files: - features/assignee.feature - features/authorization.feature - features/blob.feature - features/collaborator.feature - features/commit.feature - features/completion.feature - features/config.feature - features/content.feature - features/download.feature - features/email.feature - features/errors.feature - features/event.feature - features/executable.feature - features/follower.feature - features/fork.feature - features/gist.feature - features/hook.feature - features/init.feature - features/issue.feature - features/key.feature - features/label.feature - features/member.feature - features/merging.feature - features/milestone.feature - features/notification.feature - features/organization.feature - features/pull_request.feature - features/reference.feature - features/repository.feature - features/search.feature - features/search_commands.feature - features/starring.feature - features/statistics.feature - features/statuses.feature - features/support/env.rb - features/support/hooks.rb - features/tag.feature - features/team.feature - features/tree.feature - features/usage.feature - features/user.feature - features/watching.feature - spec/github_cli/api/configure_spec.rb - spec/github_cli/api/github_api_spec.rb - spec/github_cli/cli_spec.rb - spec/github_cli/command_spec.rb - spec/github_cli/commands/assignees_spec.rb - spec/github_cli/commands/authorizations_spec.rb - spec/github_cli/commands/blobs_spec.rb - spec/github_cli/commands/collaborators_spec.rb - spec/github_cli/commands/commits_spec.rb - spec/github_cli/commands/contents_spec.rb - spec/github_cli/commands/downloads_spec.rb - spec/github_cli/commands/emails_spec.rb - spec/github_cli/commands/events_spec.rb - spec/github_cli/commands/followers_spec.rb - spec/github_cli/commands/forks_spec.rb - spec/github_cli/commands/gists_spec.rb - spec/github_cli/commands/hooks_spec.rb - spec/github_cli/commands/issues_spec.rb - spec/github_cli/commands/keys_spec.rb - spec/github_cli/commands/labels_spec.rb - spec/github_cli/commands/members_spec.rb - spec/github_cli/commands/merging_spec.rb - spec/github_cli/commands/milestones_spec.rb - spec/github_cli/commands/notifications_spec.rb - spec/github_cli/commands/organizations_spec.rb - spec/github_cli/commands/pull_requests_spec.rb - spec/github_cli/commands/references_spec.rb - spec/github_cli/commands/repositories_spec.rb - spec/github_cli/commands/starring_spec.rb - spec/github_cli/commands/statistics_spec.rb - spec/github_cli/commands/statuses_spec.rb - spec/github_cli/commands/tags_spec.rb - spec/github_cli/commands/teams_spec.rb - spec/github_cli/commands/trees_spec.rb - spec/github_cli/commands/users_spec.rb - spec/github_cli/commands/watching_spec.rb - spec/github_cli/config_spec.rb - spec/github_cli/helpers_spec.rb - spec/github_cli/pager_spec.rb - spec/github_cli/util/convert_value_spec.rb - spec/github_cli/util/convert_values_spec.rb - spec/github_cli/util_spec.rb - spec/spec_helper.rb