hubot-rubygems-search

Use hubot to search rubygems.org for a specific gem

MIT License

Downloads
507
Stars
1
Committers
3

hubot-rubygems-search

Use hubot to search rubygems.org for a specific gem. Suggestions welcome read over the contributing guidelines.

See src/rubygems-search.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-rubygems-search --save

Then add hubot-rubygems-search to your external-scripts.json:

[
  "hubot-rubygems-search"
]

Sample Interaction

user1>> hubot gem jekyll
hubot>> jekyll — Jekyll is a simple, blog aware, static site generator.
        latest release: 2.5.3
        https://rubygems.org/gems/jekyll

Related

License

MIT © Jon Rohan