Sha256: 38bd9e06fcd409a7bafb9666b060cef9a3dd3aa4b39e5462c1c621d36262fdff

Contents?: true

Size: 896 Bytes

Versions: 6

Compression:

Stored size: 896 Bytes

Contents

# encoding: utf-8
#
require File.expand_path('../lib/mutant/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = 'mutant-rspec'
  gem.version     = Mutant::VERSION.dup
  gem.authors     = ['Markus Schirp']
  gem.email       = ['mbj@schirp-dso.com']
  gem.description = 'Rspec integration for mutant'
  gem.summary     = gem.description
  gem.homepage    = 'https://github.com/mbj/mutant'
  gem.license     = 'MIT'

  gem.require_paths    = %w[lib]
  gem.files            = `git ls-files -- lib/mutant/integration/rspec.rb`.split("\n")
  gem.test_files       = `git ls-files -- spec/{unit,integration}/mutant/rspec/**/*.rb}`.split("\n")
  gem.extra_rdoc_files = %w[TODO LICENSE]

  gem.add_runtime_dependency('mutant', "~> #{gem.version}")
  gem.add_runtime_dependency('rspec-core', '>= 3.0.0', '< 3.2.0')

  gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.7.6 mutant-rspec.gemspec
mutant-0.7.5 mutant-rspec.gemspec
mutant-0.7.4 mutant-rspec.gemspec
mutant-0.7.3 mutant-rspec.gemspec
mutant-0.7.2 mutant-rspec.gemspec
mutant-0.7.1 mutant-rspec.gemspec