github / janky

Continuous integration server built on top of Jenkins and Hubot
MIT License
2.75k stars 213 forks source link

Add hubot chat service to gemspec #211

Closed mjrussell closed 9 years ago

mjrussell commented 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.

Otherwise, adding require "janky/chat_service/hubot" to the config/environment.rb file fails with an error.

mattr- commented 9 years ago

Great catch. Thanks!

mattr- commented 9 years ago

v0.11.1 released with these changes and pushed to RubyGems.

mjrussell commented 9 years ago

:+1: Thanks for the quick turnaround, already using this release and it works great.