- Fixed loading of plugins by using
require campfire_bot/_plugin_name_.rb
instead ofload _plugin_name_.rb
- Renamed bin/bot to bin/campfire-bot since this project is now gemified, and the bot name was too generic.
- Updated to activesupport ~> 3.1.3.
- Initial release