huginn
https://github.com/cantino/huginn
Ruby
Create agents that monitor and act on your behalf. Your agents are standing by!
LiquidInterpolatable::Filters#hmac_sha256
No Docs, write some!
Edit
$ git clone [email protected]:cantino/huginn.git $ cd huginn $ open app/concerns/liquid_interpolatable.rb
Contribute
# Make a new branch $ git checkout -b -your-name--update-docs-LiquidInterpolatable--Filters-hmac_sha256-for-pr # Commit to git $ git add app/concerns/liquid_interpolatable.rb $ git commit -m "better docs for LiquidInterpolatable::Filters#hmac_sha256" # Open pull request $ gem install hub # on a mac you can `brew install hub` $ hub fork $ git push <your name> -your-name--update-docs-LiquidInterpolatable--Filters-hmac_sha256-for-pr $ hub pull-request # Celebrate!