instiki/vendor/plugins/bundler/gems/bundler-1.0.0
Jacques Distler 4bf2e0d944 Bundler
Remove the vendored sqlite3-ruby.
Instead, add support for Bundler
(which is vendored).

Before running the new Instiki,
do a 

   ruby bundle

which will install all of the needed gems
locally. (If you need to, tweak the contents
of Gemfile.)
2010-09-24 22:36:30 -05:00
..
bin Bundler 2010-09-24 22:36:30 -05:00
lib Bundler 2010-09-24 22:36:30 -05:00
CHANGELOG.md Bundler 2010-09-24 22:36:30 -05:00
ISSUES.md Bundler 2010-09-24 22:36:30 -05:00
LICENSE Bundler 2010-09-24 22:36:30 -05:00
README.md Bundler 2010-09-24 22:36:30 -05:00
ROADMAP.md Bundler 2010-09-24 22:36:30 -05:00

Bundler: a gem to bundle gems

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 to the gem manifest file and update the bundle's gems accordingly. It also lets you run any ruby code in context of the bundle's gem environment.

Installation and usage

See gembundler.com for up-to-date installation and usage instructions.

Troubleshooting

For help with common problems, see ISSUES.

Development

To see what has changed in each version of bundler, starting with 0.9.5, see the CHANGELOG. For information about changes that will happen in the future, see the ROADMAP.

Upgrading from Bundler 0.8 to 0.9 and above

See UPGRADING.

Other questions

Feel free to chat with the Bundler core team (and many other users) on IRC in the #bundler channel on Freenode, or via email on the Bundler mailing list.