Skip to content

Commit

Permalink
Removed deprecated Gem::manage_gems invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerk committed Apr 22, 2009
1 parent 8008953 commit 537bedf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
%x[erb README_TEMPLATE > README]
end


desc "Upload RDoc to RubyForge"
task :publish_rdoc do
Rake::Task[:readme].invoke
Rake::Task[:rdoc].invoke
Rake::SshDirPublisher.new("[email protected]", "/var/www/gforge-projects/expectations", "doc").upload
end

Gem::manage_gems

specification = Gem::Specification.new do |s|
s.name = "expectations"
s.summary = "A lightweight unit testing framework. Tests (expectations) will be written as follows
Expand Down

0 comments on commit 537bedf

Please sign in to comment.