summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-12-17 13:28:44 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-12-17 13:28:44 -0800
commitf4562619c3c669404e39d9b09924bed5a6b71c14 (patch)
tree3ffb61f93e931cf1022a7bc738a28671f96a97d9 /Rakefile
parentc09cec22fd34417d17a7c65d888d775c2fd5bf70 (diff)
downloadrack-f4562619c3c669404e39d9b09924bed5a6b71c14.tar.gz
prefix with "rack-"2.0.0.alpha
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ad789fe0..c112f1da 100644
--- a/Rakefile
+++ b/Rakefile
@@ -36,7 +36,7 @@ task :officialrelease_really => %w[SPEC dist gem] do
end
def release
- File.read('lib/rack.rb')[/RELEASE += +([\"\'])([\d][\w\.]+)\1/, 2]
+ "rack-" + File.read('lib/rack.rb')[/RELEASE += +([\"\'])([\d][\w\.]+)\1/, 2]
end
desc "Make binaries executable"