Sha256: 4119130b14d3ca657a6f52cfb9cdeae1a31cebf592eb469ca66bb5da4ab17451

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

module Alexandria
  module Config
    SHARE_DIR = File.expand_path('../../share', File.dirname(__FILE__))
    SOUNDS_DIR = "#{SHARE_DIR}/sounds/alexandria".freeze
    DATA_DIR = "#{SHARE_DIR}/alexandria".freeze
    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.1 lib/alexandria/config.rb
alexandria-book-collection-manager-0.7.0 lib/alexandria/config.rb