source :rubygems gem 'qtbindings' require 'rbconfig' case RbConfig::CONFIG['host_os'] when /darwin/ gem 'rb-fsevent' when /linux/ gem 'rb-inotify' end gem 'atomic' gem 'thor'