1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove old rubyforge release rake tasks

This commit is contained in:
Ryan Tomayko 2010-01-28 05:25:44 -08:00
parent e7b5985f99
commit fed9db5504

View file

@ -49,16 +49,6 @@ file package('.tar.gz') => %w[pkg/] + spec.files do |f|
SH
end
# Rubyforge Release / Publish Tasks ==================================
desc 'Publish gem and tarball to rubyforge'
task 'release' => [package('.gem'), package('.tar.gz')] do |t|
sh <<-end
rubyforge add_release sinatra sinatra #{spec.version} #{package('.gem')} &&
rubyforge add_file sinatra sinatra #{spec.version} #{package('.tar.gz')}
end
end
# Website ============================================================
# Building docs requires HAML and the hanna gem:
# gem install mislav-hanna --source=http://gems.github.com