public
Description: A quick and dirty dependency finder for your Ruby projects
Homepage: http://rubyforge.org/projects/depth-charge/
Clone URL: git://github.com/bscofield/depth-charge.git
Search Repo:
depth-charge / History.txt
100644 11 lines (8 sloc) 0.35 kb
1
2
3
4
5
6
7
8
9
10
11
== 0.0.2 2008-02-27
 
* 3 minor enhancements:
  * gem list --local is run to pull a list of locally-installed gems
  * gem list --remote is run to create a list of all available gems (which is then cached)
  * Dependencies are segmented into installed gems, uninstalled gems, and other
 
== 0.0.1 2008-02-26
 
* 1 major enhancement:
  * Initial release