gitlab Ruby wrapper and CLI for GitLab API

Quick Start Rubygems

gem install gitlab
Get Started

Quick Start Bundler

gem 'gitlab'
Get Started

Quick Start Manual build

git clone https://github.com/NARKOZ/gitlab.git
cd gitlab
gem build gitlab.gemspec
Get Started

Features
  • Convenient DSL
  • Fully customizable
  • Fully documented
  • Easy error handling
  • Intuitive CLI
  • Test coverage above 90%
  • Multithreaded environment support