Sha256: fa64b2d54bdb27bcec56268579aae991f92050680f5be9b019851607e83dc906

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

RISE_DATA_DIR = File.join(Dir.home, '.rise')
DOMAIN        = 'rise.sh'.freeze
AUTH_PORT     = 4567
UPLOAD_PORT   = 8080

module Rise
  #
  # Holds constants used throughout the framework
  #
  module Constants
    VERSION = '0.1.9'.freeze
    EMAIL   = '0xCB@protonmail.com'.freeze
    AUTHORS = ['Carter Brainerd']
    NAME    = 'rise-cli'.freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rise-cli-0.1.9 lib/core/constants.rb