Sha256: bb5a1ed881364a1b2b1e6a4303d38c94b07e4b4a3eeeb5e2442f676cfed43545
Contents?: true
Size: 587 Bytes
Versions: 4
Compression:
Stored size: 587 Bytes
Contents
# frozen_string_literal: true # Alfonso X module module AlfonsoX ROOT_PATH = "#{__dir__}/../.." CONFIG_PATH = "#{AlfonsoX::ROOT_PATH}/config" LIB_PATH = "#{AlfonsoX::ROOT_PATH}/lib" RESOURCES_PATH = "#{AlfonsoX::ROOT_PATH}/resources" DICTIONARIES_PATH = "#{AlfonsoX::RESOURCES_PATH}/dictionaries" DEFAULT_CONFIGURATION_PATH = "#{AlfonsoX::CONFIG_PATH}/config/default.yml" # Configuration file name in repositories that use this tool CONFIG_FILE_NAME = '.alfonsox.yml' # Alfonso X repository URL REPOSITORY_URL = 'https://github.com/diegojromerolopez/alfonsox' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
alfonsox-0.2.8 | lib/alfonsox/constants.rb |
alfonsox-0.2.7 | lib/alfonsox/constants.rb |
alfonsox-0.2.6 | lib/alfonsox/constants.rb |
alfonsox-0.2.5 | lib/alfonsox/constants.rb |