Sha256: 71de5cd357c95f2ea31bddbe0e25493fc20730a63f33048cd639e2f1dd755b9e
Contents?: true
Size: 684 Bytes
Versions: 11
Compression:
Stored size: 684 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "rspec_candy/version" Gem::Specification.new do |s| s.name = 'rspec_candy' s.version = RSpecCandy::VERSION s.authors = ["Henning Koch", "Tobias Kraze"] s.email = 'henning.koch@makandra.de' s.homepage = 'https://github.com/makandra/rspec_candy' s.summary = 'RSpec helpers and matchers we use in our daily work at makandra. ' s.description = s.summary s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency('rspec') end
Version data entries
11 entries across 11 versions & 1 rubygems