summaryrefslogtreecommitdiff
path: root/lib/bundler/config.rb
blob: 13cf9a02e67c24b61a5a3769713061e775e449a9 (plain)
1
2
3
4
5
6
7
module Bundler
  module Config
    DATA_DIR = File.expand_path('../../../data',__FILE__)

    TEMPLATES = File.join(DATA_DIR,'bundler','templates')
  end
end