summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-11 19:43:05 -0700
committerAndre Arko <andre@arko.net>2013-08-11 19:43:05 -0700
commit300a37bf3b1f2c9631efe2f56e41cc514a9efca7 (patch)
treec4bc746a918fee2073e9b3cbc869c5da4ed137aa /README.md
parent4266132b5e052b2c73d63c19f8f22c9496eae3c7 (diff)
downloadbundler-300a37bf3b1f2c9631efe2f56e41cc514a9efca7.tar.gz
rearrange docs a bit to be less silly
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9f9b3e7e48..484343c242 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ bundle install
bundle exec rails new myapp
```
-See [gembundler.com](http://gembundler.com) for the full documentation.
+See [bundler.io](http://bundler.io) for the full documentation.
### Troubleshooting
@@ -26,12 +26,14 @@ For help with common problems, see [ISSUES](https://github.com/bundler/bundler/b
If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md)
-### Development
+The `master` branch contains our current progress towards version 1.4. Versions 1.0-1.3 each have their own stable branches. Please submit bugfixes as pull requests to the stable branch for the version you would like to fix.
-To see what has changed in recent versions of Bundler, see the [CHANGELOG](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).
+### Core Team
-The `master` branch contains our current progress towards version 1.3. Versions 1.0 to 1.2 each have their own stable branches. Please submit bugfixes as pull requests to the stable branch for the version you would like to fix.
+The Bundler core team consists of André Arko ([@indirect](http://github.com/indirect)), Terence Lee ([@hone](http://github.com/hone)), and Jessica Lynn Suttles ([@jlsuttles](http://github.com/jlsuttles)), with support and advice from original Bundler author Yehuda Katz ([@wycats](http://github.com/wycats)).
### Other questions
+To see what has changed in recent versions of Bundler, see the [CHANGELOG](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).
+
Feel free to chat with the Bundler core team (and many other users) on IRC in the [#bundler](irc://irc.freenode.net/bundler) channel on Freenode, or via email on the [Bundler mailing list](http://groups.google.com/group/ruby-bundler).