Skip to content

Commit

Permalink
Remove rubyforge publishing (defunct)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Feb 24, 2010
1 parent 5705750 commit 28f5d53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Rakefile
Expand Up @@ -21,7 +21,7 @@ padrino_gems = [
"padrino-gen",
"padrino-helpers",
"padrino-mailer",
# "padrino-admin",
"padrino-admin",
"padrino"
]

Expand Down Expand Up @@ -149,10 +149,6 @@ task :publish do
GEM_PATHS.each do |dir|
Dir.chdir(dir) { rake_command("gemcutter:release") }
end
puts "Pushing to RubyForge..."
GEM_PATHS.each do |dir|
Dir.chdir(dir) { rake_command("rubyforge:release") }
end
rake_command("clean")
end

Expand Down

0 comments on commit 28f5d53

Please sign in to comment.