Veraticus / huey

Quick and simple discovery and control of Philips Hue lightbulbs
http://joshsymonds.com/blog/2012/11/28/huey-for-controlling-phillips-hue-lightbulbs/
MIT License
69 stars 20 forks source link

add missing dependency #2

Closed sankage closed 11 years ago

sankage commented 11 years ago

In both MRI 1.9.3-p385 and 2.0.0-p0 I get this:

irb(main):001:0> require 'huey'
LoadError: cannot load such file -- color

It appears you are missing a gem dependency.

Veraticus commented 11 years ago

I totally am! Thanks for fixing this.

sodabrew commented 11 years ago

Nice! @Veraticus Version bump and Rubygems release?

Veraticus commented 11 years ago

Good call. I tagged and released version 1.1.0 that contains this fix and the other fix @sankage included.