Closed mifix closed 10 years ago
After cloning and bundle install:
$ bundle exec bin/airstream -v bin/airstream:6:in `require': cannot load such file -- airstream (LoadError) from bin/airstream:6:in `<main>'
when I add
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
at the top of bin/airstream everything works.
bin/airstream
Didn't test if this change breaks the gem.
After cloning and bundle install:
when I add
at the top of
bin/airstream
everything works.Didn't test if this change breaks the gem.