--- !ruby/object:Gem::Specification
name: gitlab
version: !ruby/object:Gem::Version
  version: 3.4.0
platform: ruby
authors:
- Nihad Abbasov
autorequire: 
bindir: bin
cert_chain: []
date: 2015-04-22 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: 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/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/groups.rb
- lib/gitlab/client/issues.rb
- lib/gitlab/client/labels.rb
- lib/gitlab/client/merge_requests.rb
- lib/gitlab/client/milestones.rb
- lib/gitlab/client/notes.rb
- lib/gitlab/client/projects.rb
- lib/gitlab/client/repositories.rb
- lib/gitlab/client/repository_files.rb
- lib/gitlab/client/snippets.rb
- lib/gitlab/client/system_hooks.rb
- lib/gitlab/client/users.rb
- lib/gitlab/configuration.rb
- lib/gitlab/error.rb
- lib/gitlab/help.rb
- lib/gitlab/objectified_hash.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/compare_merge_request_diff.json
- spec/fixtures/error_already_exists.json
- spec/fixtures/group.json
- spec/fixtures/group_create.json
- spec/fixtures/group_member.json
- spec/fixtures/group_member_delete.json
- spec/fixtures/group_members.json
- spec/fixtures/groups.json
- spec/fixtures/issue.json
- spec/fixtures/issues.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_comment.json
- spec/fixtures/merge_request_comments.json
- spec/fixtures/merge_requests.json
- spec/fixtures/milestone.json
- spec/fixtures/milestone_issues.json
- spec/fixtures/milestones.json
- spec/fixtures/note.json
- spec/fixtures/notes.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_diff.json
- spec/fixtures/project_commits.json
- spec/fixtures/project_events.json
- spec/fixtures/project_for_user.json
- spec/fixtures/project_fork_link.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_search.json
- spec/fixtures/project_tag_annotated.json
- spec/fixtures/project_tag_lightweight.json
- spec/fixtures/project_tags.json
- spec/fixtures/projects.json
- spec/fixtures/raw_file.json
- spec/fixtures/repository_file.json
- spec/fixtures/session.json
- spec/fixtures/shell_history.json
- spec/fixtures/snippet.json
- spec/fixtures/snippets.json
- spec/fixtures/system_hook.json
- spec/fixtures/system_hooks.json
- spec/fixtures/team_member.json
- spec/fixtures/team_members.json
- spec/fixtures/tree.json
- spec/fixtures/user.json
- spec/fixtures/users.json
- spec/gitlab/cli_helpers_spec.rb
- spec/gitlab/cli_spec.rb
- spec/gitlab/client/branches_spec.rb
- spec/gitlab/client/groups_spec.rb
- spec/gitlab/client/issues_spec.rb
- spec/gitlab/client/labels_spec.rb
- spec/gitlab/client/merge_requests_spec.rb
- spec/gitlab/client/milestones_spec.rb
- spec/gitlab/client/notes_spec.rb
- spec/gitlab/client/projects_spec.rb
- spec/gitlab/client/repositories_spec.rb
- spec/gitlab/client/repository_files_spec.rb
- spec/gitlab/client/snippets_spec.rb
- spec/gitlab/client/system_hooks_spec.rb
- spec/gitlab/client/users_spec.rb
- spec/gitlab/help_spec.rb
- spec/gitlab/objectified_hash_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: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5
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/compare_merge_request_diff.json
- spec/fixtures/error_already_exists.json
- spec/fixtures/group.json
- spec/fixtures/group_create.json
- spec/fixtures/group_member.json
- spec/fixtures/group_member_delete.json
- spec/fixtures/group_members.json
- spec/fixtures/groups.json
- spec/fixtures/issue.json
- spec/fixtures/issues.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_comment.json
- spec/fixtures/merge_request_comments.json
- spec/fixtures/merge_requests.json
- spec/fixtures/milestone.json
- spec/fixtures/milestone_issues.json
- spec/fixtures/milestones.json
- spec/fixtures/note.json
- spec/fixtures/notes.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_diff.json
- spec/fixtures/project_commits.json
- spec/fixtures/project_events.json
- spec/fixtures/project_for_user.json
- spec/fixtures/project_fork_link.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_search.json
- spec/fixtures/project_tag_annotated.json
- spec/fixtures/project_tag_lightweight.json
- spec/fixtures/project_tags.json
- spec/fixtures/projects.json
- spec/fixtures/raw_file.json
- spec/fixtures/repository_file.json
- spec/fixtures/session.json
- spec/fixtures/shell_history.json
- spec/fixtures/snippet.json
- spec/fixtures/snippets.json
- spec/fixtures/system_hook.json
- spec/fixtures/system_hooks.json
- spec/fixtures/team_member.json
- spec/fixtures/team_members.json
- spec/fixtures/tree.json
- spec/fixtures/user.json
- spec/fixtures/users.json
- spec/gitlab/cli_helpers_spec.rb
- spec/gitlab/cli_spec.rb
- spec/gitlab/client/branches_spec.rb
- spec/gitlab/client/groups_spec.rb
- spec/gitlab/client/issues_spec.rb
- spec/gitlab/client/labels_spec.rb
- spec/gitlab/client/merge_requests_spec.rb
- spec/gitlab/client/milestones_spec.rb
- spec/gitlab/client/notes_spec.rb
- spec/gitlab/client/projects_spec.rb
- spec/gitlab/client/repositories_spec.rb
- spec/gitlab/client/repository_files_spec.rb
- spec/gitlab/client/snippets_spec.rb
- spec/gitlab/client/system_hooks_spec.rb
- spec/gitlab/client/users_spec.rb
- spec/gitlab/help_spec.rb
- spec/gitlab/objectified_hash_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