Sha256: 1d37558d869c1e956f31aa61781e77cd09198a685db2156e22c9ad5eeffba3d0

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

module SifttterRedux
  # The default configuration path for Dropbox Uploader
  DEFAULT_DBU_CONFIG_FILEPATH = File.join(ENV['HOME'], '.dropbox_uploader')

  # The default local filepath of the Dropbox-Uploader directory
  DEFAULT_DBU_LOCAL_FILEPATH = '/usr/local/opt'

  # The default message to display when Dropbox Uploader is running
  DEFAULT_DBU_MESSAGE = 'RUNNING DROPBOX UPLOADER'

  # The default local filepath of the Siftter Redux config file
  DEFAULT_SRD_CONFIG_FILEPATH = File.join(ENV['HOME'], '.sifttter_redux')

  # The default local filepath of the Siftter Redux log file
  DEFAULT_SRD_LOG_FILEPATH = File.join(ENV['HOME'], '.sifttter_redux_log')

  # The Gem's description
  DESCRIPTION = 'A customized IFTTT-to-Day One service that allows for smart installation and automated running on a standalone *NIX device (such as a Raspberry Pi).'

  # The last version to require a config update
  NEWEST_CONFIG_VERSION = '0.6'

  # Hash of preference files
  PREF_FILES = {
    'INIT' => File.join(File.dirname(__FILE__), '..', '..', 'res/preference_prompts.yaml')
  }

  # The Gem's summary
  SUMMARY = 'Automated IFTTT to Day One engine.'

  # The Gem's version
  VERSION = '0.6.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sifttter-redux-0.6.2 lib/sifttter-redux/constants.rb