<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 20 August 2014 07:42, Klaus Hebsgaard <span dir="ltr"><<a href="mailto:klaus@hebsgaard.dk" target="_blank">klaus@hebsgaard.dk</a>></span> wrote:</div>

<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am currently looking into decoupling my app a bit more.</div></div>
</blockquote>
<div><br></div><div><br></div><div>What kind of app? That would help make suggestions more suitable.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>I have searched a bit around and have found:<br></div><div><a href="https://github.com/kevinrutherford/event_bus" target="_blank">https://github.com/kevinrutherford/event_bus</a><br></div><div><br></div>

<div>Does anyone know this gem, is it worth using (well maintained etc)?</div>
<div>Do you know of good alternatives?</div></div></blockquote></div><br><br></div><div class="gmail_extra">I've never used that gem myself (as all the "event bus" patterns I have touched in recent years have been distributed pubsub applications better suited to AWS SNS type toolchains), however:</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">1. I will vouch that Kevin Rutherford (the author) is dedicated to writing quality software, he is no code monkey. Nice guy, too.</div><div class="gmail_extra">
<br>
</div><div class="gmail_extra">2. The commit history suggests he's regularly merging pull requests and so on, so it seems pseudo-active, but it's quite small so how much work are you expecting to see to consider it "well maintained"?</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">3. The test coverage looks on first glance comprehensive.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Not sure if that helps beyond giving you confidence to spend some time working with it and see if it's fit for purpose for you.</div>

</div>