# -*- encoding: utf-8 -*-
# stub: gitlab 2.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "gitlab".freeze
  s.version = "2.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Nihad Abbasov".freeze]
  s.date = "2012-10-22"
  s.description = "Ruby client for GitLab API".freeze
  s.email = ["mail@narkoz.me".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "gitlab.gemspec".freeze, "lib/gitlab.rb".freeze, "lib/gitlab/api.rb".freeze, "lib/gitlab/client.rb".freeze, "lib/gitlab/client/issues.rb".freeze, "lib/gitlab/client/milestones.rb".freeze, "lib/gitlab/client/projects.rb".freeze, "lib/gitlab/client/repositories.rb".freeze, "lib/gitlab/client/snippets.rb".freeze, "lib/gitlab/client/users.rb".freeze, "lib/gitlab/configuration.rb".freeze, "lib/gitlab/error.rb".freeze, "lib/gitlab/objectified_hash.rb".freeze, "lib/gitlab/request.rb".freeze, "lib/gitlab/version.rb".freeze, "spec/fixtures/issue.json".freeze, "spec/fixtures/issues.json".freeze, "spec/fixtures/key.json".freeze, "spec/fixtures/keys.json".freeze, "spec/fixtures/milestone.json".freeze, "spec/fixtures/milestones.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/project_branch.json".freeze, "spec/fixtures/project_branches.json".freeze, "spec/fixtures/project_commits.json".freeze, "spec/fixtures/project_hook.json".freeze, "spec/fixtures/project_hooks.json".freeze, "spec/fixtures/project_issues.json".freeze, "spec/fixtures/project_tags.json".freeze, "spec/fixtures/projects.json".freeze, "spec/fixtures/session.json".freeze, "spec/fixtures/snippet.json".freeze, "spec/fixtures/snippets.json".freeze, "spec/fixtures/team_member.json".freeze, "spec/fixtures/team_members.json".freeze, "spec/fixtures/user.json".freeze, "spec/fixtures/users.json".freeze, "spec/gitlab/client/issues_spec.rb".freeze, "spec/gitlab/client/milestones_spec.rb".freeze, "spec/gitlab/client/projects_spec.rb".freeze, "spec/gitlab/client/repositories_spec.rb".freeze, "spec/gitlab/client/snippets_spec.rb".freeze, "spec/gitlab/client/users_spec.rb".freeze, "spec/gitlab_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://github.com/narkoz/gitlab".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A Ruby wrapper for the GitLab API".freeze
  s.test_files = ["spec/fixtures/issue.json".freeze, "spec/fixtures/issues.json".freeze, "spec/fixtures/key.json".freeze, "spec/fixtures/keys.json".freeze, "spec/fixtures/milestone.json".freeze, "spec/fixtures/milestones.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/project_branch.json".freeze, "spec/fixtures/project_branches.json".freeze, "spec/fixtures/project_commits.json".freeze, "spec/fixtures/project_hook.json".freeze, "spec/fixtures/project_hooks.json".freeze, "spec/fixtures/project_issues.json".freeze, "spec/fixtures/project_tags.json".freeze, "spec/fixtures/projects.json".freeze, "spec/fixtures/session.json".freeze, "spec/fixtures/snippet.json".freeze, "spec/fixtures/snippets.json".freeze, "spec/fixtures/team_member.json".freeze, "spec/fixtures/team_members.json".freeze, "spec/fixtures/user.json".freeze, "spec/fixtures/users.json".freeze, "spec/gitlab/client/issues_spec.rb".freeze, "spec/gitlab/client/milestones_spec.rb".freeze, "spec/gitlab/client/projects_spec.rb".freeze, "spec/gitlab/client/repositories_spec.rb".freeze, "spec/gitlab/client/snippets_spec.rb".freeze, "spec/gitlab/client/users_spec.rb".freeze, "spec/gitlab_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<httparty>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<webmock>.freeze, [">= 0".freeze])
end