Sha256: 6f9eda7b2f8ab5b3946b999a9adf4796a274c83316f3a48aba8138cf4d4b88ed

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

Install
=======
    sudo gem install gem-dependent

Usage
=====
The first run can take looooong, but after the caches are filled, its pretty fast. Checking all versions will take significantly longer.

    gem dependent my_gem

    --source URL                 Query this source (e.g. http://rubygems.org)
    --no-progress                Do not show progress
    --fetch-limit N              Fetch specs for max N gems (for fast debugging)
    --parallel N                 Make N requests in parallel
    --all-versions               Check against all versions of gems


Output
======

    gem dependent my_gem --source http://rubygems.org
    other_gem >= 1.2.1
    even_more = 0.0.1

    gem dependent XXX --source http://rubygems.org --no-progress | wc -l

    # Fun-facts from 2010-11-03
    bundler: 263
    activesupport: 983
    activerecord: 566

    hoe: 1454
    jeweler: 234
    echoe: 85

    nokogiri: 516
    hpricot: 297

TODO
=====
 - include nested dependencies (a > b > c --> a = [b,c])
 - add tests for cli interface
 - add `--type development` support

Authors
=======

### [Contributors](https://github.com/grosser/gem-dependent/contributors)
 - [Christopher Patuzzo](https://github.com/cpatuzzo)

[Michael Grosser](http://grosser.it)<br/>
michael@grosse.it<br/>
License: MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem-dependent-0.2.2 Readme.md