Fastgem
Fastgem is a terminal client for searching inside your ruby gems.
https://github.com/Nguyenanh/fastgem
Required:
ruby
1.9 or greater (see https://www.ruby-lang.org/en/installation/ )rubygems
(included with ruby; see https://github.com/rubygems/rubygems )
Recommended:
rvm
for controling your versions of ruby (see: https://github.com/rvm/rvm )
Installation
Install as you would any other ruby gem:
$ gem install fastgem
Using
To find which gems contain the string "foo", you would type:
$ fastgem search 'foo'
Contributing
- Fork the project ( https://github.com/Nguyenanh/fastgem/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request with a description of your changes