From f4562619c3c669404e39d9b09924bed5a6b71c14 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 17 Dec 2015 13:28:44 -0800 Subject: prefix with "rack-" --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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" -- cgit v1.2.1