aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-05-09 21:23:51 +0300
committerCarl Lerche <carllerche@mac.com>2010-05-09 21:23:51 +0300
commit8ec9f5e3621691bd03def8e4e862326b307dc74c (patch)
tree2bf52a0343c80b2d8391b44a5fafdac8f3af3de4 /TODO.md
parent5f26a035a498681dcadf31c7711dc862508ade93 (diff)
downloadbundler-8ec9f5e3621691bd03def8e4e862326b307dc74c.tar.gz
Add a quick TODO document so that we can remember what things need to be done.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 00000000..4fcd42ef
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,7 @@
+## Bundler TODO list
+
+ - Implement Gemfile API to describe gem platform requirements
+ - Check to make sure ~/.bundler/bin is in $PATH
+ - Cache Git repositories
+ - Interactive mode for bundle (install) to work out conflicts
+ - bundle irb / bundle ruby / bundle [whatever] -> bundle exec \ No newline at end of file