mutant.gemspec in mutant-0.2.7 vs mutant.gemspec in mutant-0.2.8
- old
+ new
@@ -1,19 +1,19 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = 'mutant'
- gem.version = '0.2.7'
+ gem.version = '0.2.8'
gem.authors = [ 'Markus Schirp' ]
gem.email = [ 'mbj@seonic.net' ]
gem.description = 'Mutation testing for ruby under rubinius'
gem.summary = gem.description
gem.homepage = 'https://github.com/mbj/mutant'
gem.require_paths = [ 'lib' ]
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- spec`.split("\n")
- gem.extra_rdoc_files = %w[TODO]
+ gem.extra_rdoc_files = %w[TODO LICENSE]
gem.executables = [ 'mutant' ]
gem.add_runtime_dependency('to_source', '~> 0.2.5')
gem.add_runtime_dependency('ice_nine', '~> 0.6.0')
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')