Sha256: bf579119e58a6fc72c6d305e0fb1fcab5087025a473124afe3f4a40362c9cc6e

Contents?: true

Size: 532 Bytes

Versions: 4

Compression:

Stored size: 532 Bytes

Contents

## Bundler TODO list

  - Cache Git repositories
  - Build options
  - A gem shit list
  - Interactive mode for bundle (install) to work out conflicts
  - bundle irb / bundle ruby / bundle [whatever] -> bundle exec
  - Generate a bundle stub into the application
  - bundle install --production
    - (recommend symlinking vendor/bundle to a shared location for perf)
    - defaults to bundle install vendor/bundle --disable-shared-gems
    - if vendor/cache exists, defaults to --local
    - disallow modifications to Gemfile.lock

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bundler-1.0.0.rc.5 TODO.md
bundler-1.0.0.rc.3 TODO.md
bundler-1.0.0.rc.2 TODO.md
bundler-1.0.0.rc.1 TODO.md