Sha256: d4e787911c68dcd37d13aab4c9c51198e5d8d0c5671fc6f6d66f2047f3ab2e3d

Contents?: true

Size: 267 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.10 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.9 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.8 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.7 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.6 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.5 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.4 lib/alexandria/config.rb