Sha256: 554d3a51bcde33aa214b16ac06c62ea080d13154a79a82de219237ebc9791a03
Contents?: true
Size: 366 Bytes
Versions: 32
Compression:
Stored size: 366 Bytes
Contents
if Pathname("#{Rails.root}/config/octokit.yml").exist? octo = YAML.load_file("#{Rails.root}/config/octokit.yml").with_indifferent_access if (octo[:config].has_key?(:org_name) || octo[:config].has_key?(:repo_list)) OCTOCONF = octo[:config] else raise "Must include repos or organization to watch" end Hubstats::GithubAPI.configure(octo[:auth]) end
Version data entries
32 entries across 17 versions & 1 rubygems