--- !ruby/object:Gem::Specification
name: gitlab
version: !ruby/object:Gem::Version
  version: 3.0.0
platform: ruby
authors:
- Nihad Abbasov
autorequire: 
bindir: bin
cert_chain: []
date: 2013-10-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: 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 for GitLab API
email:
- mail@narkoz.me
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .travis.yml
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- gitlab.gemspec
- lib/gitlab.rb
- lib/gitlab/api.rb
- lib/gitlab/client.rb
- lib/gitlab/client/groups.rb
- lib/gitlab/client/issues.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/snippets.rb
- lib/gitlab/client/users.rb
- lib/gitlab/configuration.rb
- lib/gitlab/error.rb
- lib/gitlab/objectified_hash.rb
- lib/gitlab/request.rb
- lib/gitlab/version.rb
- spec/fixtures/comment_merge_request.json
- spec/fixtures/create_merge_request.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/merge_request.json
- spec/fixtures/merge_requests.json
- spec/fixtures/milestone.json
- spec/fixtures/milestones.json
- spec/fixtures/note.json
- spec/fixtures/notes.json
- spec/fixtures/project.json
- spec/fixtures/project_branch.json
- spec/fixtures/project_branches.json
- spec/fixtures/project_commits.json
- spec/fixtures/project_delete_key.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_tags.json
- spec/fixtures/projects.json
- spec/fixtures/session.json
- spec/fixtures/snippet.json
- spec/fixtures/snippets.json
- spec/fixtures/team_member.json
- spec/fixtures/team_members.json
- spec/fixtures/update_merge_request.json
- spec/fixtures/user.json
- spec/fixtures/users.json
- spec/gitlab/client/groups_spec.rb
- spec/gitlab/client/issues_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/snippets_spec.rb
- spec/gitlab/client/users_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.1.7
signing_key: 
specification_version: 4
summary: A Ruby wrapper for the GitLab API
test_files:
- spec/fixtures/comment_merge_request.json
- spec/fixtures/create_merge_request.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/merge_request.json
- spec/fixtures/merge_requests.json
- spec/fixtures/milestone.json
- spec/fixtures/milestones.json
- spec/fixtures/note.json
- spec/fixtures/notes.json
- spec/fixtures/project.json
- spec/fixtures/project_branch.json
- spec/fixtures/project_branches.json
- spec/fixtures/project_commits.json
- spec/fixtures/project_delete_key.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_tags.json
- spec/fixtures/projects.json
- spec/fixtures/session.json
- spec/fixtures/snippet.json
- spec/fixtures/snippets.json
- spec/fixtures/team_member.json
- spec/fixtures/team_members.json
- spec/fixtures/update_merge_request.json
- spec/fixtures/user.json
- spec/fixtures/users.json
- spec/gitlab/client/groups_spec.rb
- spec/gitlab/client/issues_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/snippets_spec.rb
- spec/gitlab/client/users_spec.rb
- spec/gitlab_spec.rb
- spec/spec_helper.rb