From 378f92faf2d042628c0a046e795d93136fb989cd Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 18 Nov 2012 20:48:42 +0100 Subject: [PATCH] Define version only in gemspec --- lib/mutant/version.rb | 3 --- mutant.gemspec | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 lib/mutant/version.rb diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb deleted file mode 100644 index 2151b434..00000000 --- a/lib/mutant/version.rb +++ /dev/null @@ -1,3 +0,0 @@ -module Mutant - VERSION = '0.0.1'.freeze -end diff --git a/mutant.gemspec b/mutant.gemspec index f87596f4..2ac404fe 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -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'