about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-30 09:42:06 +0000
committerEric Wong <e@80x24.org>2015-10-30 09:42:06 +0000
commitddddd274a6c7e413fd957e680add99ec130e6768 (patch)
treee413277dffa8b7c37a4870130650b76787dd8de3
parentdf440648dd2c087cebfcb64b4860ae8832f19fa7 (diff)
downloaddtas-ddddd274a6c7e413fd957e680add99ec130e6768.tar.gz
Older Rubygems (1.8.23 at least on Debian wheezy) tried to modify
the version string directly.
-rw-r--r--dtas.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index 1bd5141..2c2febc 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -3,7 +3,7 @@
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{dtas}
-  s.version = ENV["VERSION"]
+  s.version = ENV["VERSION"].dup
   s.authors = ["dtas hackers"]
   s.summary = "duct tape audio suite for *nix"
   s.description = File.read("README").split(/\n\n/)[1].strip