Sha256: 1ebf10288f18164cd6b665f9e1e370391d8eff4aa0b03be09bfce5a7c752b847
Contents?: true
Size: 869 Bytes
Versions: 3
Compression:
Stored size: 869 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'version' Gem::Specification.new do |spec| spec.name = 'danger-xcov' spec.version = DangerXcov::VERSION spec.authors = ['Carlos Vidal'] spec.email = ['nakioparkour@gmail.com'] spec.description = %q{Danger plugin to validate the code coverage of the files changed.} spec.summary = %q{Danger plugin to validate the code coverage of the files changed} spec.homepage = 'https://github.com/nakiostudio/danger-xcov' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.require_paths = ['lib'] spec.add_dependency 'danger' spec.add_dependency 'xcov', '~> 0.9' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
danger-xcov-0.1.2 | danger-xcov.gemspec |
danger-xcov-0.1.1 | danger-xcov.gemspec |
danger-xcov-0.1 | danger-xcov.gemspec |