--- !ruby/object:Gem::Specification name: gitlab version: !ruby/object:Gem::Version version: 4.1.0 platform: ruby authors: - Nihad Abbasov autorequire: bindir: exe cert_chain: [] date: 2017-05-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httparty requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: terminal-table requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Ruby client and CLI for GitLab API email: - mail@narkoz.me executables: - gitlab extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - CHANGELOG.md - CONTRIBUTING.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - exe/gitlab - gitlab.gemspec - lib/gitlab.rb - lib/gitlab/api.rb - lib/gitlab/cli.rb - lib/gitlab/cli_helpers.rb - lib/gitlab/client.rb - lib/gitlab/client/branches.rb - lib/gitlab/client/build_variables.rb - lib/gitlab/client/builds.rb - lib/gitlab/client/commits.rb - lib/gitlab/client/groups.rb - lib/gitlab/client/issues.rb - lib/gitlab/client/jobs.rb - lib/gitlab/client/keys.rb - lib/gitlab/client/labels.rb - lib/gitlab/client/merge_requests.rb - lib/gitlab/client/milestones.rb - lib/gitlab/client/namespaces.rb - lib/gitlab/client/notes.rb - lib/gitlab/client/pipeline_triggers.rb - lib/gitlab/client/pipelines.rb - lib/gitlab/client/projects.rb - lib/gitlab/client/repositories.rb - lib/gitlab/client/repository_files.rb - lib/gitlab/client/runners.rb - lib/gitlab/client/services.rb - lib/gitlab/client/snippets.rb - lib/gitlab/client/system_hooks.rb - lib/gitlab/client/tags.rb - lib/gitlab/client/users.rb - lib/gitlab/configuration.rb - lib/gitlab/error.rb - lib/gitlab/file_response.rb - lib/gitlab/help.rb - lib/gitlab/objectified_hash.rb - lib/gitlab/page_links.rb - lib/gitlab/paginated_response.rb - lib/gitlab/request.rb - lib/gitlab/shell.rb - lib/gitlab/shell_history.rb - lib/gitlab/version.rb - spec/fixtures/branch.json - spec/fixtures/branch_delete.json - spec/fixtures/branches.json - spec/fixtures/build.json - spec/fixtures/build_artifacts.json - spec/fixtures/build_cancel.json - spec/fixtures/build_erase.json - spec/fixtures/build_retry.json - spec/fixtures/builds.json - spec/fixtures/builds_commits.json - spec/fixtures/compare_merge_request_diff.json - spec/fixtures/empty.json - spec/fixtures/error_already_exists.json - spec/fixtures/error_project_not_found.json - spec/fixtures/get_repository_file.json - spec/fixtures/group.json - spec/fixtures/group_create.json - spec/fixtures/group_create_with_description.json - spec/fixtures/group_delete.json - spec/fixtures/group_member.json - spec/fixtures/group_member_delete.json - spec/fixtures/group_member_edit.json - spec/fixtures/group_members.json - spec/fixtures/group_projects.json - spec/fixtures/group_search.json - spec/fixtures/groups.json - spec/fixtures/issue.json - spec/fixtures/issues.json - spec/fixtures/job.json - spec/fixtures/job_trace.json - spec/fixtures/jobs.json - spec/fixtures/key.json - spec/fixtures/keys.json - spec/fixtures/label.json - spec/fixtures/labels.json - spec/fixtures/merge_request.json - spec/fixtures/merge_request_changes.json - spec/fixtures/merge_request_closes_issues.json - spec/fixtures/merge_request_comment.json - spec/fixtures/merge_request_comments.json - spec/fixtures/merge_request_commits.json - spec/fixtures/merge_requests.json - spec/fixtures/milestone.json - spec/fixtures/milestone_issues.json - spec/fixtures/milestone_merge_requests.json - spec/fixtures/milestones.json - spec/fixtures/namespaces.json - spec/fixtures/note.json - spec/fixtures/notes.json - spec/fixtures/pipeline.json - spec/fixtures/pipeline_cancel.json - spec/fixtures/pipeline_create.json - spec/fixtures/pipeline_jobs.json - spec/fixtures/pipeline_retry.json - spec/fixtures/pipelines.json - spec/fixtures/project.json - spec/fixtures/project_commit.json - spec/fixtures/project_commit_comment.json - spec/fixtures/project_commit_comments.json - spec/fixtures/project_commit_create.json - spec/fixtures/project_commit_diff.json - spec/fixtures/project_commit_status.json - spec/fixtures/project_commits.json - spec/fixtures/project_edit.json - spec/fixtures/project_events.json - spec/fixtures/project_for_user.json - spec/fixtures/project_fork.json - spec/fixtures/project_fork_link.json - spec/fixtures/project_forked_for_user.json - spec/fixtures/project_hook.json - spec/fixtures/project_hooks.json - spec/fixtures/project_issues.json - spec/fixtures/project_key.json - spec/fixtures/project_keys.json - spec/fixtures/project_runner_enable.json - spec/fixtures/project_runners.json - spec/fixtures/project_search.json - spec/fixtures/project_star.json - spec/fixtures/project_tag_annotated.json - spec/fixtures/project_tag_lightweight.json - spec/fixtures/project_tags.json - spec/fixtures/project_unstar.json - spec/fixtures/project_update_commit_status.json - spec/fixtures/projects.json - spec/fixtures/push_rule.json - spec/fixtures/raw_file.json - spec/fixtures/release_create.json - spec/fixtures/release_update.json - spec/fixtures/repository_file.json - spec/fixtures/run_trigger.json - spec/fixtures/runner.json - spec/fixtures/runner_delete.json - spec/fixtures/runner_edit.json - spec/fixtures/runners.json - spec/fixtures/runners_all.json - spec/fixtures/service.json - spec/fixtures/session.json - spec/fixtures/shell_history.json - spec/fixtures/snippet.json - spec/fixtures/snippet_content.json - spec/fixtures/snippets.json - spec/fixtures/system_hook.json - spec/fixtures/system_hooks.json - spec/fixtures/tag.json - spec/fixtures/tag_create.json - spec/fixtures/tag_create_with_description.json - spec/fixtures/tag_delete.json - spec/fixtures/tags.json - spec/fixtures/team_member.json - spec/fixtures/team_members.json - spec/fixtures/tree.json - spec/fixtures/trigger.json - spec/fixtures/triggers.json - spec/fixtures/user.json - spec/fixtures/user_block_unblock.json - spec/fixtures/user_email.json - spec/fixtures/user_emails.json - spec/fixtures/user_search.json - spec/fixtures/users.json - spec/fixtures/variable.json - spec/fixtures/variables.json - spec/gitlab/cli_helpers_spec.rb - spec/gitlab/cli_spec.rb - spec/gitlab/client/branches_spec.rb - spec/gitlab/client/build_variables_spec.rb - spec/gitlab/client/builds_spec.rb - spec/gitlab/client/client_spec.rb - spec/gitlab/client/commits_spec.rb - spec/gitlab/client/groups_spec.rb - spec/gitlab/client/issues_spec.rb - spec/gitlab/client/jobs_spec.rb - spec/gitlab/client/keys_spec.rb - spec/gitlab/client/labels_spec.rb - spec/gitlab/client/merge_requests_spec.rb - spec/gitlab/client/milestones_spec.rb - spec/gitlab/client/namespaces_spec.rb - spec/gitlab/client/notes_spec.rb - spec/gitlab/client/pipeline_triggers_spec.rb - spec/gitlab/client/pipelines_spec.rb - spec/gitlab/client/projects_spec.rb - spec/gitlab/client/repositories_spec.rb - spec/gitlab/client/repository_files_spec.rb - spec/gitlab/client/runners_spec.rb - spec/gitlab/client/services_spec.rb - spec/gitlab/client/snippets_spec.rb - spec/gitlab/client/system_hooks_spec.rb - spec/gitlab/client/tags_spec.rb - spec/gitlab/client/users_spec.rb - spec/gitlab/error_spec.rb - spec/gitlab/file_response_spec.rb - spec/gitlab/help_spec.rb - spec/gitlab/objectified_hash_spec.rb - spec/gitlab/page_links_spec.rb - spec/gitlab/paginated_response_spec.rb - spec/gitlab/request_spec.rb - spec/gitlab/shell_history_spec.rb - spec/gitlab/shell_spec.rb - spec/gitlab_spec.rb - spec/spec_helper.rb homepage: https://github.com/narkoz/gitlab licenses: - BSD metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.2 signing_key: specification_version: 4 summary: A Ruby wrapper and CLI for the GitLab API test_files: - spec/fixtures/branch.json - spec/fixtures/branch_delete.json - spec/fixtures/branches.json - spec/fixtures/build.json - spec/fixtures/build_artifacts.json - spec/fixtures/build_cancel.json - spec/fixtures/build_erase.json - spec/fixtures/build_retry.json - spec/fixtures/builds.json - spec/fixtures/builds_commits.json - spec/fixtures/compare_merge_request_diff.json - spec/fixtures/empty.json - spec/fixtures/error_already_exists.json - spec/fixtures/error_project_not_found.json - spec/fixtures/get_repository_file.json - spec/fixtures/group.json - spec/fixtures/group_create.json - spec/fixtures/group_create_with_description.json - spec/fixtures/group_delete.json - spec/fixtures/group_member.json - spec/fixtures/group_member_delete.json - spec/fixtures/group_member_edit.json - spec/fixtures/group_members.json - spec/fixtures/group_projects.json - spec/fixtures/group_search.json - spec/fixtures/groups.json - spec/fixtures/issue.json - spec/fixtures/issues.json - spec/fixtures/job.json - spec/fixtures/job_trace.json - spec/fixtures/jobs.json - spec/fixtures/key.json - spec/fixtures/keys.json - spec/fixtures/label.json - spec/fixtures/labels.json - spec/fixtures/merge_request.json - spec/fixtures/merge_request_changes.json - spec/fixtures/merge_request_closes_issues.json - spec/fixtures/merge_request_comment.json - spec/fixtures/merge_request_comments.json - spec/fixtures/merge_request_commits.json - spec/fixtures/merge_requests.json - spec/fixtures/milestone.json - spec/fixtures/milestone_issues.json - spec/fixtures/milestone_merge_requests.json - spec/fixtures/milestones.json - spec/fixtures/namespaces.json - spec/fixtures/note.json - spec/fixtures/notes.json - spec/fixtures/pipeline.json - spec/fixtures/pipeline_cancel.json - spec/fixtures/pipeline_create.json - spec/fixtures/pipeline_jobs.json - spec/fixtures/pipeline_retry.json - spec/fixtures/pipelines.json - spec/fixtures/project.json - spec/fixtures/project_commit.json - spec/fixtures/project_commit_comment.json - spec/fixtures/project_commit_comments.json - spec/fixtures/project_commit_create.json - spec/fixtures/project_commit_diff.json - spec/fixtures/project_commit_status.json - spec/fixtures/project_commits.json - spec/fixtures/project_edit.json - spec/fixtures/project_events.json - spec/fixtures/project_for_user.json - spec/fixtures/project_fork.json - spec/fixtures/project_fork_link.json - spec/fixtures/project_forked_for_user.json - spec/fixtures/project_hook.json - spec/fixtures/project_hooks.json - spec/fixtures/project_issues.json - spec/fixtures/project_key.json - spec/fixtures/project_keys.json - spec/fixtures/project_runner_enable.json - spec/fixtures/project_runners.json - spec/fixtures/project_search.json - spec/fixtures/project_star.json - spec/fixtures/project_tag_annotated.json - spec/fixtures/project_tag_lightweight.json - spec/fixtures/project_tags.json - spec/fixtures/project_unstar.json - spec/fixtures/project_update_commit_status.json - spec/fixtures/projects.json - spec/fixtures/push_rule.json - spec/fixtures/raw_file.json - spec/fixtures/release_create.json - spec/fixtures/release_update.json - spec/fixtures/repository_file.json - spec/fixtures/run_trigger.json - spec/fixtures/runner.json - spec/fixtures/runner_delete.json - spec/fixtures/runner_edit.json - spec/fixtures/runners.json - spec/fixtures/runners_all.json - spec/fixtures/service.json - spec/fixtures/session.json - spec/fixtures/shell_history.json - spec/fixtures/snippet.json - spec/fixtures/snippet_content.json - spec/fixtures/snippets.json - spec/fixtures/system_hook.json - spec/fixtures/system_hooks.json - spec/fixtures/tag.json - spec/fixtures/tag_create.json - spec/fixtures/tag_create_with_description.json - spec/fixtures/tag_delete.json - spec/fixtures/tags.json - spec/fixtures/team_member.json - spec/fixtures/team_members.json - spec/fixtures/tree.json - spec/fixtures/trigger.json - spec/fixtures/triggers.json - spec/fixtures/user.json - spec/fixtures/user_block_unblock.json - spec/fixtures/user_email.json - spec/fixtures/user_emails.json - spec/fixtures/user_search.json - spec/fixtures/users.json - spec/fixtures/variable.json - spec/fixtures/variables.json - spec/gitlab/cli_helpers_spec.rb - spec/gitlab/cli_spec.rb - spec/gitlab/client/branches_spec.rb - spec/gitlab/client/build_variables_spec.rb - spec/gitlab/client/builds_spec.rb - spec/gitlab/client/client_spec.rb - spec/gitlab/client/commits_spec.rb - spec/gitlab/client/groups_spec.rb - spec/gitlab/client/issues_spec.rb - spec/gitlab/client/jobs_spec.rb - spec/gitlab/client/keys_spec.rb - spec/gitlab/client/labels_spec.rb - spec/gitlab/client/merge_requests_spec.rb - spec/gitlab/client/milestones_spec.rb - spec/gitlab/client/namespaces_spec.rb - spec/gitlab/client/notes_spec.rb - spec/gitlab/client/pipeline_triggers_spec.rb - spec/gitlab/client/pipelines_spec.rb - spec/gitlab/client/projects_spec.rb - spec/gitlab/client/repositories_spec.rb - spec/gitlab/client/repository_files_spec.rb - spec/gitlab/client/runners_spec.rb - spec/gitlab/client/services_spec.rb - spec/gitlab/client/snippets_spec.rb - spec/gitlab/client/system_hooks_spec.rb - spec/gitlab/client/tags_spec.rb - spec/gitlab/client/users_spec.rb - spec/gitlab/error_spec.rb - spec/gitlab/file_response_spec.rb - spec/gitlab/help_spec.rb - spec/gitlab/objectified_hash_spec.rb - spec/gitlab/page_links_spec.rb - spec/gitlab/paginated_response_spec.rb - spec/gitlab/request_spec.rb - spec/gitlab/shell_history_spec.rb - spec/gitlab/shell_spec.rb - spec/gitlab_spec.rb - spec/spec_helper.rb