summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-02-16 00:28:15 -0800
committerAndre Arko <andre@arko.net>2010-02-16 00:28:15 -0800
commit849e4e6d6c513a1d77b67f08d0395d3dc671e6c1 (patch)
treecf49b2ad85dbd3f7c2f9009e228f58423af2f2b7
parent4f83edc29ad72795a05072e03fbbdf56df384b0b (diff)
downloadbundler-849e4e6d6c513a1d77b67f08d0395d3dc671e6c1.tar.gz
Shuffle and organize readme; mention upgrade instructions
-rw-r--r--README.markdown23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.markdown b/README.markdown
index c8553769f6..a9c596f31f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,11 +1,5 @@
## Bundler : A gem to bundle gems
- Github: http://github.com/carlhuda/bundler
- Mailing list: http://groups.google.com/group/ruby-bundler
- IRC: #carlhuda on freenode
-
-## Intro
-
Bundler is a tool that manages gem dependencies for your ruby application. It
takes a gem manifest file and is able to fetch, download, and install the gems
and all child dependencies specified in this manifest. It can manage any update
@@ -14,6 +8,9 @@ you run any ruby code in context of the bundle's gem environment.
## Installation
+If you are upgrading from Bundler 0.8, be sure to read the upgrade notes
+located at the bottom of this file.
+
Bundler has no dependencies besides Ruby and RubyGems. You can install the
latest release via RubyGems:
@@ -251,17 +248,15 @@ The following Bundler 0.8 APIs are no longer supported:
### Rails 2.3
Using Bundler 0.9 with Rails 2.3 requires adding a preinitializer, and
-making a few changes to boot.rb. The exact changes can be found at
-[http://gist.github.com/302406](http://gist.github.com/302406)
+making a few changes to boot.rb. The exact changes needed can be found at
+[http://gist.github.com/302406](http://gist.github.com/302406).
-## Further reading
+## More information
-[Using Bundler in Real Life](http://yehudakatz.com/2010/02/09/using-bundler-in-real-life/)
+Explanations of common Bundler use cases can be found in [Using Bundler in Real Life](http://yehudakatz.com/2010/02/09/using-bundler-in-real-life/). The general philosophy behind Bundler 0.9 is explained at some length in [Bundler 0.9: Heading Toward 1.0](http://yehudakatz.com/2010/02/01/bundler-0-9-heading-toward-1-0/).
-[Bundler 0.9: Heading Toward 1.0](http://yehudakatz.com/2010/02/01/bundler-0-9-heading-toward-1-0/)
+Any remaining questions may be directed via email to the [Bundler mailing list](http://groups.google.com/group/ruby-bundler) or via IRC to [#carlhuda](irc://irc.freenode.net/carlhuda) on Freenode.
## Reporting bugs
-Please report all bugs on the github issue tracker for the project located
-at:
-[http://github.com/carlhuda/bundler/issues/](http://github.com/carlhuda/bundler/issues/) \ No newline at end of file
+Please report all bugs on the github issue tracker for the project, located at [http://github.com/carlhuda/bundler/issues/](http://github.com/carlhuda/bundler/issues/).