Sha256: 4a2cf3d83deea1fd4953440986556812a7ff14a231c4c544a8baded70a1ea117
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 Bytes
Contents
# CoderWally A very very simple Gem to fetch user badges from Coder Wall ## Installation Add this line to your application's Gemfile: ```ruby gem 'coder_wally' ``` And then execute: $ bundle Or install it yourself as: $ gem install coder_wally ## Usage For now you can invoke it using (remember to replace <username> with you a valid username): ruby -Ilib bin/coder_wally <username> ## Contributing 1. Fork it ( https://github.com/gregstewart/coder_wally/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coder_wally-0.0.3 | README.md |