Skip to content

Commit

Permalink
remove old rubyforge release rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jan 28, 2010
1 parent e7b5985 commit fed9db5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit fed9db5

Please sign in to comment.