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:
parent
e7b5985f99
commit
fed9db5504
1 changed files with 0 additions and 10 deletions
10
Rakefile
10
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue