Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / bundler https://github.com/nolith/bundler

Bundler with mercurial support

Clone this repository (size: 4.9 MB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/bundler
hg clone ssh://hg@bitbucket.org/nolith/bundler

bundler overview

Recent commits See more »

Author Revision Comments Message Labels Date
Alessio Caiazza dc1ad0b46fde Full mercurial support also as gem source. Test suite for mercurial gem source.
Alessio Caiazza 6ee80ac555bb fixed .hgignore
Alessio Caiazza a7aa126c5e0b Added mercurial support
Alessio Caiazza 1b74eec530c7 fixed .hgignore
Alessio Caiazza 96cc48f6c1e2 Added mercurial support

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 recent versions of bundler, see the CHANGELOG.

The master branch contains our current progress towards version 1.1. Because of that, please submit bugfix pull requests against the 1-0-stable branch.

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.