Author: assaf
Date: Mon Oct 6 09:32:28 2008
New Revision: 702198
URL: http://svn.apache.org/viewvc?rev=702198&view=rev
Log:
Fixed snapshot URL for development builds, the slash at the end makes all the
difference.
Modified:
incubator/buildr/trunk/doc/pages/contributing.textile
Modified: incubator/buildr/trunk/doc/pages/contributing.textile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/contributing.textile?rev=702198&r1=702197&r2=702198&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/contributing.textile (original)
+++ incubator/buildr/trunk/doc/pages/contributing.textile Mon Oct 6 09:32:28
2008
@@ -116,7 +116,7 @@
Occasionally we'll make development builds from the current code in
trunk/head. We appreciate if you can take the time to test those out and report
any bugs. To install development builds, use the Gem repository at
@people.apache.org/~assaf/buildr/snapshot@:
{{{!sh
-gem source --add http://people.apache.org/~assaf/buildr/snapshot
+gem source --add http://people.apache.org/~assaf/buildr/snapshot/
}}}
Since Ruby Gems uses version numbers to detect new releases, if you installed
Buildr from a snapshot and want to upgrade to a newer snapshot or the latest
official release, you need to use @gem install buildr@ rather than @gem [EMAIL
PROTECTED]
@@ -124,7 +124,7 @@
If you want to go back to using the RubyForge releases:
{{{!sh
-gem source --remove http://people.apache.org/~assaf/buildr/snapshot
+gem source --remove http://people.apache.org/~assaf/buildr/snapshot/
gem install buildr
}}}