Sha256: 1dcfd4c9ea21e1aaccb3e060355766b8bda302dcc4585aa252c63719fdbb797a
Contents?: true
Size: 934 Bytes
Versions: 2
Compression:
Stored size: 934 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'expect' spec.version = File.read('VERSION.semver') spec.authors = ['Cyril Wack'] spec.email = ['contact@cyril.email'] # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server." # end spec.summary = 'Expectation library.' spec.description = 'Expectation library with some matchers for Ruby.' spec.homepage = 'https://github.com/fixrb/expect' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.8' spec.add_development_dependency 'rake', '~> 10.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
expect-0.0.2 | expect.gemspec |
expect-0.0.1 | expect.gemspec |