about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--tdb.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdb.gemspec b/tdb.gemspec
index aa10d0a..9aa953a 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -5,7 +5,7 @@ description = File.read("README").split(/\n\n/)[1].strip
 
 Gem::Specification.new do |s|
   s.name = %q{tdb}
-  s.version = ENV["VERSION"]
+  s.version = ENV["VERSION"].dup
 
   s.homepage = 'http://bogomips.org/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]