Sha256: aaf626fe0fe8070b6d1929eae84ee0464443d19bad5eafaa04ff3710a27987db
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'korinthenkacker/version' Gem::Specification.new do |spec| spec.name = 'korinthenkacker' spec.version = Korinthenkacker::VERSION spec.authors = ['Vincent Garrigues'] spec.email = ['vincent@soundcloud.com'] spec.summary = %q{Seriously Jenkins?} spec.description = %q{Find out what the fuck is going on with those tests} spec.homepage = '' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_dependency 'thor' spec.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
korinthenkacker-0.0.2 | korinthenkacker.gemspec |