Sha256: 5a0effde479474bf9059b6b7aa7c5675e33b36e9bbc8a0413383b65b3582ac0c
Contents?: true
Size: 692 Bytes
Versions: 12
Compression:
Stored size: 692 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "gemika/version" Gem::Specification.new do |s| s.name = 'gemika' s.version = Gemika::VERSION s.authors = ["Henning Koch"] s.email = 'henning.koch@makandra.de' s.homepage = 'https://github.com/makandra/gemika' s.summary = 'Helpers for testing Ruby gems' s.description = s.summary s.license = 'MIT' s.files = `git ls-files`.split("\n").reject { |path| File.lstat(path).symlink? } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").reject { |path| File.lstat(path).symlink? } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
12 entries across 12 versions & 1 rubygems