Sha256: bc003c7b0a4decd7b9db7d67ceeb1203a9c70dff32a84664e376faa7903d3e39

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

module Alexandria
  module Config
    SHARE_DIR = File.expand_path('../../share', File.dirname(__FILE__))
    SOUNDS_DIR = "#{SHARE_DIR}/sounds/alexandria"
    DATA_DIR = "#{SHARE_DIR}/alexandria"
    MAIN_DATA_DIR = DATA_DIR
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.3 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.2 lib/alexandria/config.rb