lib/junkie/reactor.rb in junkie-0.0.14 vs lib/junkie/reactor.rb in junkie-0.0.15
- old
+ new
@@ -32,9 +32,10 @@
info: EM::Channel.new,
}
@pyload_observer = Junkie::Pyload::Observer.new(@channels)
@twitter_notification = Junkie::Notification::Twitter.new(@channels)
+ @dumper = Junkie::Notification::Dumper.new(@channels)
@found_episodes = Hash.new
build_procs # has to be called here
end