Define version only in gemspec

This commit is contained in:
Markus Schirp 2012-11-18 20:48:42 +01:00
parent 493daa7eb4
commit 378f92faf2
2 changed files with 1 additions and 6 deletions

View file

@ -1,3 +0,0 @@
module Mutant
VERSION = '0.0.1'.freeze
end

View file

@ -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'