Sha256: 206b9b0ba9c52ecd292d7568e3f383e47ef5676673054b5cc9a7af9e365e00a7

Contents?: true

Size: 887 Bytes

Versions: 4

Compression:

Stored size: 887 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name          = 'matchi'
  spec.version       = File.read('VERSION.semver')
  spec.authors       = ['Cyril Wack']
  spec.email         = ['contact@cyril.email']

  spec.summary       = 'Collection of matchers.'
  spec.description   = 'Collection of expectation matchers for Ruby.'
  spec.homepage      = 'https://github.com/fixrb/matchi'
  spec.license       = 'MIT'

  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(/^test\//) }
  spec.executables   = spec.files.grep(/^exe\//) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler',    '~> 1.8'
  spec.add_development_dependency 'rake',       '~> 10.0'
  spec.add_development_dependency 'yard',       '~> 0.8'
  spec.add_development_dependency 'simplecov',  '~> 0.9.1'
  spec.add_development_dependency 'rubocop',    '~> 0.29'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
matchi-0.0.5 matchi.gemspec
matchi-0.0.4 matchi.gemspec
matchi-0.0.3 matchi.gemspec
matchi-0.0.2 matchi.gemspec