-
Name
-
gitlab
-
Version
-
3.6.1
-
Platform
-
ruby
-
Authors
-
Nihad Abbasov
-
Bindir
-
exe
-
Date
-
2015-12-13 00:00:00 UTC
-
Dependencies
-
httparty (>= 0)
terminal-table (>= 0)
pry (>= 0, development)
rake (>= 0, development)
rspec (>= 0, development)
webmock (>= 0, development)
-
Description
-
Ruby client and CLI for GitLab API
-
Email
-
mail@narkoz.me
-
Executables
-
gitlab
-
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/commits.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/namespaces.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/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/compare_merge_request_diff.json
spec/fixtures/error_already_exists.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_member.json
spec/fixtures/group_member_delete.json
spec/fixtures/group_members.json
spec/fixtures/group_search.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/namespaces.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_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_search.json
spec/fixtures/project_tag_annotated.json
spec/fixtures/project_tag_lightweight.json
spec/fixtures/project_tags.json
spec/fixtures/project_update_commit_status.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/snippet_content.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/user_block_unblock.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/commits_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/namespaces_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/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
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.5.0
-
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/get_repository_file.json
spec/fixtures/group.json
spec/fixtures/group_create.json
spec/fixtures/group_create_with_description.json
spec/fixtures/group_member.json
spec/fixtures/group_member_delete.json
spec/fixtures/group_members.json
spec/fixtures/group_search.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/namespaces.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_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_search.json
spec/fixtures/project_tag_annotated.json
spec/fixtures/project_tag_lightweight.json
spec/fixtures/project_tags.json
spec/fixtures/project_update_commit_status.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/snippet_content.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/user_block_unblock.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/commits_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/namespaces_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/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
-
Original platform
-
ruby
-
New platform
-
ruby