Closed mjrussell closed 9 years ago
I was unable to have janky load the hubot chat service until adding lib/janky/chat_service/hubot.rb to the gemspec.
lib/janky/chat_service/hubot.rb
Otherwise, adding require "janky/chat_service/hubot" to the config/environment.rb file fails with an error.
require "janky/chat_service/hubot"
Great catch. Thanks!
v0.11.1 released with these changes and pushed to RubyGems.
:+1: Thanks for the quick turnaround, already using this release and it works great.
I was unable to have janky load the hubot chat service until adding
lib/janky/chat_service/hubot.rb
to the gemspec.Otherwise, adding
require "janky/chat_service/hubot"
to the config/environment.rb file fails with an error.