Author: toulmean
Date: Sat Sep 4 01:50:37 2010
New Revision: 992520
URL: http://svn.apache.org/viewvc?rev=992520&view=rev
Log:
use dup to avoid an error on the frozen state - workaround to work with 1.9 on
vesta
Modified:
buildr/trunk/buildr.gemspec
Modified: buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=992520&r1=992519&r2=992520&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sat Sep 4 01:50:37 2010
@@ -19,7 +19,7 @@ end
Gem::Specification.new do |spec|
spec.name = 'buildr'
- spec.version = Buildr::VERSION
+ spec.version = Buildr::VERSION.dup
spec.author = 'Apache Buildr'
spec.email = "[email protected]"
spec.homepage = "http://buildr.apache.org/"