Skip to content

Commit

Permalink
README from rdoc to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Jan 17, 2010
1 parent 18a98a0 commit 3aaa5ad
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
45 changes: 45 additions & 0 deletions README.markdown
@@ -0,0 +1,45 @@
# hubless

Search your local gem repository for gems installed from GitHub that have since moved to Gemcutter and get instructions on how to reinstall them.

## Command line usage

$ hubless

## Sample output

Found 184 local gems. Of those, 53 look like GitHub gems.

Searching GitHub for matching repositories...
YNYYYYNNNYNNNNNNNNNYYNNNNNNYNNNYNNNNNNYYNYYYNYNNNNNYN
Found 17 repositories on GitHub.

Searching for matching gems on Gemcutter...
NNYYNYNYNYYYYYNNN
Found 9 gems on Gemcutter.

To uninstall these GitHub gems run:
gem uninstall thoughtbot-shoulda -v 2.10.1
gem uninstall thoughtbot-factory_girl -v 1.2.1
gem uninstall sqlite3-ruby -v 1.2.4
gem uninstall rubyist-aasm -v 2.1.1
gem uninstall relevance-rcov -v 0.8.6
gem uninstall mojombo-chronic -v 0.3.0
gem uninstall mislav-will_paginate -v 2.3.11
gem uninstall jscruggs-metric_fu -v 1.1.5
gem uninstall javan-whenever -v 0.3.6

To reinstall these gems from Gemcutter run:
gem install shoulda -v 2.10.1
gem install factory_girl -v 1.2.1
gem install ruby -v 1.2.4
gem install aasm -v 2.1.1
gem install rcov -v 0.8.6
gem install chronic -v 0.3.0
gem install will_paginate -v 2.3.11
gem install metric_fu -v 1.1.5
gem install whenever -v 0.3.6

## Copyright

Copyright (c) 2010 Greg Sterndale. See LICENSE for details.
45 changes: 0 additions & 45 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.1 0.1.2

0 comments on commit 3aaa5ad

Please sign in to comment.