diff --git a/rakefile.rb b/rakefile.rb index ea95692..3390071 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -26,7 +26,6 @@ %x[erb README_TEMPLATE > README] end - desc "Upload RDoc to RubyForge" task :publish_rdoc do Rake::Task[:readme].invoke @@ -34,8 +33,6 @@ Rake::SshDirPublisher.new("jaycfields@rubyforge.org", "/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