Results 6 issues of Brendan Ribera

Let's look at the example from `apn/tasks`: ``` ruby APN.password = ENV['CERT_PASS'] APN.full_certificate_path = ENV['FULL_CERT_PATH'] APN.logger = Rails.logger worker = ::Resque::Worker.new(APN::Jobs::QUEUE_NAME) puts "*** Starting worker to send apple notifications in...

Right now you're using a "high-water mark" approach to check whether a migration ought to be applied. If it's less or equal to than the version in the database, it...

question
v/3

Some libraries (e.g. Twilio) include platform and Ruby version in their User-Agent. webmock suggests stubbing requests Twilio requests like this: ``` You can stub this request with the following snippet:...

Enhancement

I don't see any license or copyright information. Could you clarify the state of the code?

First off, thanks for all of this work! I'm following the current README exactly, but when I get to the build phase I encounter this error: ``` $ bazel build...

Hello! I have two minor improvements. 1. [log_switch](https://github.com/turboladen/log_switch) 1.0 introduced breaking changes, so I've pinned the gemspec on 0.4 (the last working version). 2. In trying to get stream URIs...