Freeze version; dup version so Rubygems can call strip! on it

This commit is contained in:
Joe Ferris 2011-02-17 13:31:41 -05:00
parent b39fba0bed
commit e817958427
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module Shoulda
module Matchers
VERSION = "1.0.0.beta1"
VERSION = "1.0.0.beta1".dup
end
end

View File

@ -3,7 +3,7 @@ require 'shoulda/matchers/version'
Gem::Specification.new do |s|
s.name = %q{shoulda-matchers}
s.version = Shoulda::Matchers::VERSION
s.version = Shoulda::Matchers::VERSION.dup
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tammer Saleh", "Joe Ferris", "Ryan McGeary", "Dan Croak",