InquisitiveAlex
A simple gem which I have used to try and create my first gem. It is a simple gem which prints a simple string: "Stop asking questions, Alex.".
Installation
Add this line to your application's Gemfile:
gem 'inquisitive_alex'
And then execute:
$ bundle
Or install it yourself as:
$ gem install inquisitive_alex
Usage
$ ruby
Contributing
- Fork it ( https://github.com/[my-github-username]/inquisitive_alex/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