# -*- encoding: utf-8 -*- # stub: gitlab 3.5.0 ruby lib Gem::Specification.new do |s| s.name = "gitlab".freeze s.version = "3.5.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.bindir = "exe".freeze s.date = "2015-11-26" s.description = "Ruby client and CLI for GitLab API".freeze s.email = ["mail@narkoz.me".freeze] s.executables = ["gitlab".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/gitlab".freeze, "gitlab.gemspec".freeze, "lib/gitlab.rb".freeze, "lib/gitlab/api.rb".freeze, "lib/gitlab/cli.rb".freeze, "lib/gitlab/cli_helpers.rb".freeze, "lib/gitlab/client.rb".freeze, "lib/gitlab/client/branches.rb".freeze, "lib/gitlab/client/commits.rb".freeze, "lib/gitlab/client/groups.rb".freeze, "lib/gitlab/client/issues.rb".freeze, "lib/gitlab/client/labels.rb".freeze, "lib/gitlab/client/merge_requests.rb".freeze, "lib/gitlab/client/milestones.rb".freeze, "lib/gitlab/client/namespaces.rb".freeze, "lib/gitlab/client/notes.rb".freeze, "lib/gitlab/client/projects.rb".freeze, "lib/gitlab/client/repositories.rb".freeze, "lib/gitlab/client/repository_files.rb".freeze, "lib/gitlab/client/snippets.rb".freeze, "lib/gitlab/client/system_hooks.rb".freeze, "lib/gitlab/client/users.rb".freeze, "lib/gitlab/configuration.rb".freeze, "lib/gitlab/error.rb".freeze, "lib/gitlab/help.rb".freeze, "lib/gitlab/objectified_hash.rb".freeze, "lib/gitlab/request.rb".freeze, "lib/gitlab/shell.rb".freeze, "lib/gitlab/shell_history.rb".freeze, "lib/gitlab/version.rb".freeze, "spec/fixtures/branch.json".freeze, "spec/fixtures/branch_delete.json".freeze, "spec/fixtures/branches.json".freeze, "spec/fixtures/compare_merge_request_diff.json".freeze, "spec/fixtures/error_already_exists.json".freeze, "spec/fixtures/get_repository_file.json".freeze, "spec/fixtures/group.json".freeze, "spec/fixtures/group_create.json".freeze, "spec/fixtures/group_create_with_description.json".freeze, "spec/fixtures/group_member.json".freeze, "spec/fixtures/group_member_delete.json".freeze, "spec/fixtures/group_members.json".freeze, "spec/fixtures/group_search.json".freeze, "spec/fixtures/groups.json".freeze, "spec/fixtures/issue.json".freeze, "spec/fixtures/issues.json".freeze, "spec/fixtures/key.json".freeze, "spec/fixtures/keys.json".freeze, "spec/fixtures/label.json".freeze, "spec/fixtures/labels.json".freeze, "spec/fixtures/merge_request.json".freeze, "spec/fixtures/merge_request_changes.json".freeze, "spec/fixtures/merge_request_comment.json".freeze, "spec/fixtures/merge_request_comments.json".freeze, "spec/fixtures/merge_requests.json".freeze, "spec/fixtures/milestone.json".freeze, "spec/fixtures/milestone_issues.json".freeze, "spec/fixtures/milestones.json".freeze, "spec/fixtures/namespaces.json".freeze, "spec/fixtures/note.json".freeze, "spec/fixtures/notes.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/project_commit.json".freeze, "spec/fixtures/project_commit_comment.json".freeze, "spec/fixtures/project_commit_comments.json".freeze, "spec/fixtures/project_commit_diff.json".freeze, "spec/fixtures/project_commit_status.json".freeze, "spec/fixtures/project_commits.json".freeze, "spec/fixtures/project_edit.json".freeze, "spec/fixtures/project_events.json".freeze, "spec/fixtures/project_for_user.json".freeze, "spec/fixtures/project_fork.json".freeze, "spec/fixtures/project_fork_link.json".freeze, "spec/fixtures/project_forked_for_user.json".freeze, "spec/fixtures/project_hook.json".freeze, "spec/fixtures/project_hooks.json".freeze, "spec/fixtures/project_issues.json".freeze, "spec/fixtures/project_key.json".freeze, "spec/fixtures/project_keys.json".freeze, "spec/fixtures/project_search.json".freeze, "spec/fixtures/project_tag_annotated.json".freeze, "spec/fixtures/project_tag_lightweight.json".freeze, "spec/fixtures/project_tags.json".freeze, "spec/fixtures/project_update_commit_status.json".freeze, "spec/fixtures/projects.json".freeze, "spec/fixtures/raw_file.json".freeze, "spec/fixtures/repository_file.json".freeze, "spec/fixtures/session.json".freeze, "spec/fixtures/shell_history.json".freeze, "spec/fixtures/snippet.json".freeze, "spec/fixtures/snippet_content.json".freeze, "spec/fixtures/snippets.json".freeze, "spec/fixtures/system_hook.json".freeze, "spec/fixtures/system_hooks.json".freeze, "spec/fixtures/team_member.json".freeze, "spec/fixtures/team_members.json".freeze, "spec/fixtures/tree.json".freeze, "spec/fixtures/user.json".freeze, "spec/fixtures/user_block_unblock.json".freeze, "spec/fixtures/users.json".freeze, "spec/gitlab/cli_helpers_spec.rb".freeze, "spec/gitlab/cli_spec.rb".freeze, "spec/gitlab/client/branches_spec.rb".freeze, "spec/gitlab/client/commits_spec.rb".freeze, "spec/gitlab/client/groups_spec.rb".freeze, "spec/gitlab/client/issues_spec.rb".freeze, "spec/gitlab/client/labels_spec.rb".freeze, "spec/gitlab/client/merge_requests_spec.rb".freeze, "spec/gitlab/client/milestones_spec.rb".freeze, "spec/gitlab/client/namespaces_spec.rb".freeze, "spec/gitlab/client/notes_spec.rb".freeze, "spec/gitlab/client/projects_spec.rb".freeze, "spec/gitlab/client/repositories_spec.rb".freeze, "spec/gitlab/client/repository_files_spec.rb".freeze, "spec/gitlab/client/snippets_spec.rb".freeze, "spec/gitlab/client/system_hooks_spec.rb".freeze, "spec/gitlab/client/users_spec.rb".freeze, "spec/gitlab/help_spec.rb".freeze, "spec/gitlab/objectified_hash_spec.rb".freeze, "spec/gitlab/request_spec.rb".freeze, "spec/gitlab/shell_history_spec.rb".freeze, "spec/gitlab/shell_spec.rb".freeze, "spec/gitlab_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/narkoz/gitlab".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper and CLI for the GitLab API".freeze s.test_files = ["spec/fixtures/branch.json".freeze, "spec/fixtures/branch_delete.json".freeze, "spec/fixtures/branches.json".freeze, "spec/fixtures/compare_merge_request_diff.json".freeze, "spec/fixtures/error_already_exists.json".freeze, "spec/fixtures/get_repository_file.json".freeze, "spec/fixtures/group.json".freeze, "spec/fixtures/group_create.json".freeze, "spec/fixtures/group_create_with_description.json".freeze, "spec/fixtures/group_member.json".freeze, "spec/fixtures/group_member_delete.json".freeze, "spec/fixtures/group_members.json".freeze, "spec/fixtures/group_search.json".freeze, "spec/fixtures/groups.json".freeze, "spec/fixtures/issue.json".freeze, "spec/fixtures/issues.json".freeze, "spec/fixtures/key.json".freeze, "spec/fixtures/keys.json".freeze, "spec/fixtures/label.json".freeze, "spec/fixtures/labels.json".freeze, "spec/fixtures/merge_request.json".freeze, "spec/fixtures/merge_request_changes.json".freeze, "spec/fixtures/merge_request_comment.json".freeze, "spec/fixtures/merge_request_comments.json".freeze, "spec/fixtures/merge_requests.json".freeze, "spec/fixtures/milestone.json".freeze, "spec/fixtures/milestone_issues.json".freeze, "spec/fixtures/milestones.json".freeze, "spec/fixtures/namespaces.json".freeze, "spec/fixtures/note.json".freeze, "spec/fixtures/notes.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/project_commit.json".freeze, "spec/fixtures/project_commit_comment.json".freeze, "spec/fixtures/project_commit_comments.json".freeze, "spec/fixtures/project_commit_diff.json".freeze, "spec/fixtures/project_commit_status.json".freeze, "spec/fixtures/project_commits.json".freeze, "spec/fixtures/project_edit.json".freeze, "spec/fixtures/project_events.json".freeze, "spec/fixtures/project_for_user.json".freeze, "spec/fixtures/project_fork.json".freeze, "spec/fixtures/project_fork_link.json".freeze, "spec/fixtures/project_forked_for_user.json".freeze, "spec/fixtures/project_hook.json".freeze, "spec/fixtures/project_hooks.json".freeze, "spec/fixtures/project_issues.json".freeze, "spec/fixtures/project_key.json".freeze, "spec/fixtures/project_keys.json".freeze, "spec/fixtures/project_search.json".freeze, "spec/fixtures/project_tag_annotated.json".freeze, "spec/fixtures/project_tag_lightweight.json".freeze, "spec/fixtures/project_tags.json".freeze, "spec/fixtures/project_update_commit_status.json".freeze, "spec/fixtures/projects.json".freeze, "spec/fixtures/raw_file.json".freeze, "spec/fixtures/repository_file.json".freeze, "spec/fixtures/session.json".freeze, "spec/fixtures/shell_history.json".freeze, "spec/fixtures/snippet.json".freeze, "spec/fixtures/snippet_content.json".freeze, "spec/fixtures/snippets.json".freeze, "spec/fixtures/system_hook.json".freeze, "spec/fixtures/system_hooks.json".freeze, "spec/fixtures/team_member.json".freeze, "spec/fixtures/team_members.json".freeze, "spec/fixtures/tree.json".freeze, "spec/fixtures/user.json".freeze, "spec/fixtures/user_block_unblock.json".freeze, "spec/fixtures/users.json".freeze, "spec/gitlab/cli_helpers_spec.rb".freeze, "spec/gitlab/cli_spec.rb".freeze, "spec/gitlab/client/branches_spec.rb".freeze, "spec/gitlab/client/commits_spec.rb".freeze, "spec/gitlab/client/groups_spec.rb".freeze, "spec/gitlab/client/issues_spec.rb".freeze, "spec/gitlab/client/labels_spec.rb".freeze, "spec/gitlab/client/merge_requests_spec.rb".freeze, "spec/gitlab/client/milestones_spec.rb".freeze, "spec/gitlab/client/namespaces_spec.rb".freeze, "spec/gitlab/client/notes_spec.rb".freeze, "spec/gitlab/client/projects_spec.rb".freeze, "spec/gitlab/client/repositories_spec.rb".freeze, "spec/gitlab/client/repository_files_spec.rb".freeze, "spec/gitlab/client/snippets_spec.rb".freeze, "spec/gitlab/client/system_hooks_spec.rb".freeze, "spec/gitlab/client/users_spec.rb".freeze, "spec/gitlab/help_spec.rb".freeze, "spec/gitlab/objectified_hash_spec.rb".freeze, "spec/gitlab/request_spec.rb".freeze, "spec/gitlab/shell_history_spec.rb".freeze, "spec/gitlab/shell_spec.rb".freeze, "spec/gitlab_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end