ruby - rubygems platform specific dependency -
gem install pomo
not pull in dependency libnotify on linux, causes loaderror @ runtime. problem seems rubygems doesn't know how deal conditionals in gemfile, , writing this extension suggested rubygems wikibook didn't help. how supposed express platform-specific dependencies?
you might consider using bundler. configure dependencies using text file (gemfile) , can have platform-specific regions. think newer versions of ruby have bundler in gems.
Comments
Post a Comment