Sha256: f743091175a52bbac7f29bf958abfaf8b33e050cbb9951d4128aa45bfc234542
Contents?: true
Size: 188 Bytes
Versions: 38
Compression:
Stored size: 188 Bytes
Contents
config_file = File.join(Rails.root, "config", "tawork.yml") TAWORK_CONFIG = File.exist?(config_file) ? YAML.load_file(config_file) : {} TAWORK_CONFIG["git_repo_path"] ||= "./tawork.git"
Version data entries
38 entries across 38 versions & 1 rubygems