Adam Price
Adam Price
Looking at the JSON generated from clicking the "Download JSON" button, it appears to be valid JSON. But when I paste that JSON back into the "Raw Data" tab, the...
Documentation on [rubydoc.org](http://www.rubydoc.info/gems/ruby-trello) shows `ruby-trello (1.6.0)` while the newest gem available on [rubygems.org](https://rubygems.org/gems/ruby-trello) is `2.0.0`. RubyGems.org's page points to a `http://www.rubydoc.info/gems/ruby-trello/2.0.0`, but it looks like that doesn't exist. The documentation...
fixes #25 --- This patch allows a Dry-Logger instance to accept log messages via a block. If a block is passed to `#unknown`, `#debug`, `#info`, `#warn`, `#error`, or `#fatal`, the...