Sha256: 61a78a89aaca1a72e3038894a8ac55925d42a2f926b43f04321122222f647b40

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

module PinPress
  # The default local filepath of the Siftter Redux config file
  CONFIG_FILEPATH = File.join(ENV['HOME'], '.pinpress')

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

  # The Gem's description
  DESCRIPTION = 'A Pinboard application that allows for the creation of "pin templates" in almost any conceivable format.'

  # 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 = 'A simple CLI to create HTML templates of Pinboard data.'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pinpress-1.0.2 lib/PinPress/constants.rb