Replace references with rubyforge with references to the new homes of various tools.
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/0868f7e3 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/0868f7e3 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/0868f7e3 Branch: refs/heads/master Commit: 0868f7e388e28695107e4381236caa3b133291b3 Parents: 4f208b7 Author: Peter Donald <[email protected]> Authored: Wed Jun 18 22:14:29 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Wed Jun 18 22:14:29 2014 +1000 ---------------------------------------------------------------------- README.rdoc | 4 ++-- doc/_layouts/default.html | 2 +- doc/download.textile | 2 -- doc/installing.textile | 2 +- doc/more_stuff.textile | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/0868f7e3/README.rdoc ---------------------------------------------------------------------- diff --git a/README.rdoc b/README.rdoc index 79e487c..10730fd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,7 +13,7 @@ Buildr needs Ruby 1.8 or later and RubyGems 0.9 or later. Windows users can get the one-click Ruby installer, which includes the latest version of Ruby and RubyGems: -http://rubyinstaller.rubyforge.org +http://rubyinstaller.org Make sure to set JAVA_HOME environment variable first, then: @@ -53,7 +53,7 @@ dependencies are installed when you run: Windows users can get the one-click Ruby installer, which includes the latest version of Ruby and RubyGems: -http://rubyinstaller.rubyforge.org +http://rubyinstaller.org Before installing Buildr, please set the JAVA_HOME environment variable to point to your JDK distribution. Next, use Ruby Gem to install Buildr: http://git-wip-us.apache.org/repos/asf/buildr/blob/0868f7e3/doc/_layouts/default.html ---------------------------------------------------------------------- diff --git a/doc/_layouts/default.html b/doc/_layouts/default.html index bc52986..9d35aac 100644 --- a/doc/_layouts/default.html +++ b/doc/_layouts/default.html @@ -48,7 +48,7 @@ <ol class="toc"> <li><a href='rdoc/Buildr.html'>API</a></li> <li><a href='http://docs.rubyrake.org'>Rake</a></li> - <li><a href='http://antwrap.rubyforge.org'>Antwrap</a></li> + <li><a href='https://rubygems.org/gems/Antwrap'>Antwrap</a></li> <li><a href='http://cwiki.apache.org/confluence/display/BUILDR/Common+Problems+and+Solutions'>Troubleshooting</a></li> </ol> </li> http://git-wip-us.apache.org/repos/asf/buildr/blob/0868f7e3/doc/download.textile ---------------------------------------------------------------------- diff --git a/doc/download.textile b/doc/download.textile index 641413a..cb8ae3b 100644 --- a/doc/download.textile +++ b/doc/download.textile @@ -13,8 +13,6 @@ h2(#dists). Official & Unofficial Distributions The official Apache distribution consists of the digitally signed binaries (gems) and source packages "available below":#dist. To install these binaries, you must first download them to disk and then install them using the @gem install@ command (or @rake install@ for a source distribution). -In addition, contributors to this project maintain a separate distribution over on "RubyForge":http://rubyforge.org/projects/buildr. Using this distribution, you're able to install Buildr directly from the remote gem repository and to automatically upgrade when a new release comes out. The RubyForge distribution is *not* an official Apache distribution. - The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That's in addition to getting the source code directly. Learn more about working with source code and "living on the edge":contributing.html#edge. http://git-wip-us.apache.org/repos/asf/buildr/blob/0868f7e3/doc/installing.textile ---------------------------------------------------------------------- diff --git a/doc/installing.textile b/doc/installing.textile index 3472653..1403b18 100644 --- a/doc/installing.textile +++ b/doc/installing.textile @@ -289,6 +289,6 @@ For a quicker read (and much more humor), "Whyâs (Poignant) Guide to Ruby":htt *Rake* Buildr is based on Rake, a Ruby build system that handles tasks and dependencies. Check out the "Rake documentation":http://docs.rubyrake.org/ for more information. -*AntWrap* Buildr uses AntWrap, for configuring and running Ant tasks. You can learn more from the "Antwrap documentation":http://antwrap.rubyforge.org/. +*AntWrap* Buildr uses AntWrap, for configuring and running Ant tasks. You can learn more from the "Antwrap documentation":https://rubygems.org/gems/Antwrap. *YAML* Buildr uses YAML for its profiles. You can "learn more about YAML here":http://www.yaml.org, and use this handy "YAML quick reference":http://www.yaml.org/refcard.html. http://git-wip-us.apache.org/repos/asf/buildr/blob/0868f7e3/doc/more_stuff.textile ---------------------------------------------------------------------- diff --git a/doc/more_stuff.textile b/doc/more_stuff.textile index d453dc3..043f80f 100644 --- a/doc/more_stuff.textile +++ b/doc/more_stuff.textile @@ -205,9 +205,9 @@ The purpose of the buildfile is to define your projects, and the various tasks a There are several mechanisms for developing extensions and build features across projects which we cover in more details in the section "Extending Buildr":extending.html. Here we will talk about using extensions that are distributed in the form of RubyGems. -"RubyGems":http://rubygems.rubyforge.org provides the @gem@ command line tool that you can use to search, install, upgrade, package and distribute gems. It installs all gems into a local repository that is shared across your builds and all other Ruby applications you may have running. You can install a gem from a local file, or download and install it from any number of remote repositories. +"RubyGems":http://rubygems.org provides the @gem@ command line tool that you can use to search, install, upgrade, package and distribute gems. It installs all gems into a local repository that is shared across your builds and all other Ruby applications you may have running. You can install a gem from a local file, or download and install it from any number of remote repositories. -RubyGems is preconfigured to use the "RubyForge":http://rubyforge.org repository. You'll find a large number of open source Ruby libraries there, including Buildr itself and all its dependencies. RubyForge provides a free account that you can use to host your projects and distribute your gems (you can use RubyForge strictly for distribution, as we do with Buildr). +RubyGems is preconfigured to use the "RubyForge":http://rubygems.org repository. You'll find a large number of open source Ruby libraries there, including Buildr itself and all its dependencies. You can also set up your own private repository and use it instead or in addition to RubyForge. Use the @gem sources@ command to add repositories, and the @gem server@ command to run a remote repository. You can see all available options by running @gem help@.
