summaryrefslogtreecommitdiff
path: root/lib/nickserver/source.rb
AgeCommit message (Collapse)Author
2016-08-27refactor: push down adapter dependency injection to sourcesAzul
The original idea was that we would have all the celluloid related things injected in reel_server. However it seems unlikely that we will use a different http system anytime soon. Removing some layers of dependency injection to reduce complexity. We can easily bring this back if we want.
2016-06-20add Nickserver::Source as superclassAzul