summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Manifest.txt1
-rw-r--r--README.txt10
2 files changed, 4 insertions, 7 deletions
diff --git a/Manifest.txt b/Manifest.txt
index df3cd68..1ae9334 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -21,7 +21,6 @@ lib/hoe/publish.rb
lib/hoe/racc.rb
lib/hoe/rake.rb
lib/hoe/rcov.rb
-lib/hoe/rubyforge.rb
lib/hoe/signing.rb
lib/hoe/test.rb
template/.autotest.erb
diff --git a/README.txt b/README.txt
index 8bc5e99..c656b26 100644
--- a/README.txt
+++ b/README.txt
@@ -18,7 +18,7 @@ testing, packaging, deployment, and announcement..
See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
below.
-For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
+For extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf
== FEATURES/PROBLEMS:
@@ -130,9 +130,9 @@ That really is all there is to it. Behind the scenes it:
* Branches the release in our perforce server. (via hoe-seattlerb plugin)
* Performs sanity checks to ensure the release has integrity. (hoe-seattlerb)
* Packages into gem and tarballs.
-* Uploads the packages to rubyforge.
-* Posts news of the release to rubyforge and my blog.
-* Sends an announcement email. (hoe-seattlerb)
+* Uploads the packages to rubygems.org.
+* Posts news of the release my blog.
+* Sends an announcement email. (via the hoe-seattlerb plugin gem)
That `VERSION=x.y.z` is there as a last-chance sanity check that you
know what you're releasing. You'd be surprised how blurry eyed/brained
@@ -172,7 +172,6 @@ Again, this must be done before the Hoe spec, or it won't be useful.
* Hoe::Publish
* Hoe::Racc
* Hoe::RCov
-* Hoe::RubyForge
* Hoe::Signing
* Hoe::Test
@@ -276,7 +275,6 @@ and it is here that you'll define all your tasks.
== REQUIREMENTS:
* rake
-* rubyforge
* rubygems
== INSTALL: