Skip to content

Commit

Permalink
Fix Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Jun 15, 2010
1 parent 526b8e5 commit dc6b54e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -25,8 +25,7 @@ task :officialrelease_really => ["SPEC", :dist, :gem] do
end

def release
require File.dirname(__FILE__) + "/lib/rack"
"rack-#{Rack.release}.0"
"rack-#{File.read("rack.gemspec")[/s.version *= *"(.*?)"/, 1]}"
end

desc "Make binaries executable"
Expand Down

0 comments on commit dc6b54e

Please sign in to comment.