Sha256: af6f13d2d02565c153bc5f858ea00367d5f31f2ce652dba6d2ce8e34127565a6

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 = '1.0.0'

  # 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 = '1.0.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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