aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 07c1166b46d66cd81421735bd54e23f4095f60e7 (plain)
1
2
3
4
5
6
7
8
9
## 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
  - Make bundle (install) work when sudo might be needed
  - Generate a bundle stub into the application