Module: Potluck

Defined in:
lib/potluck.rb,
lib/potluck/service.rb,
lib/potluck/version.rb

Defined Under Namespace

Classes: Service, ServiceError

Constant Summary collapse

DIR =
File.expand_path(File.join(ENV['HOME'], '.potluck')).freeze
IS_MACOS =
!!RUBY_PLATFORM[/darwin/]
HOMEBREW_PREFIX =
ENV['HOMEBREW_PREFIX'] || '/usr/local'
VERSION =
'0.0.7'