jbox-web/jenkins-plugin-base

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'jenkins-peace', '~> 1.0.0', git: 'https://github.com/jbox-web/jenkins-peace.git'
end

gem 'codeclimate-test-reporter', group: :test, require: nil