When I use on my Gemfile `gem 'colorist'`, the version defaults to 0.0.2, wihch gave me problems when using `from_string('brown', :x11)`. Currently I have to use `gem 'colorist', '>= 0.0.3', git: 'https://github.com/mbleigh/colorist.git'`