Sha256: 94aa3433a0bfa51bcf1011d6566df03e673a01c057a178f480fe6d6c516ffd08

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

Find a matching bundler version for a Gemfile and use it.
Any additional arguments are passed to bundle, so use it just like you would use bundle.

Install
=======
    gem install matching_bundle

Usage
=====
Everything works just like bundle.
If there is a specific bundler version locked in the gemfile it will be used.

    matching_bundle install
    matching_bundle exec rake
    ...

If you need sudo to install gems do something like:

    sudo matching_bundle --version # matching version is installed
    matching_bundle install        # matching version is used

TODO
====
 - parse --gemfile option
 - use highest matching version
 - add a --no-install flag so only local versions are used

Author
======
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matching_bundle-0.1.1 Readme.md