Define version only in gemspec
This commit is contained in:
parent
493daa7eb4
commit
378f92faf2
2 changed files with 1 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
module Mutant
|
||||
VERSION = '0.0.1'.freeze
|
||||
end
|
|
@ -1,10 +1,8 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
require File.expand_path('../lib/mutant/version.rb', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = 'mutant'
|
||||
gem.version = Mutant::VERSION.dup
|
||||
gem.version = '0.0.1'
|
||||
gem.authors = [ 'Markus Schirp' ]
|
||||
gem.email = [ 'mbj@seonic.net' ]
|
||||
gem.description = 'Mutation testing for ruby under rubinius'
|
||||
|
|
Loading…
Reference in a new issue