Sha256: 87396f601e2debe1f02f1b59784c9a41bb8ba2c1e97e745624f149907ef3ca5f

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

require 'yaml'
require 'httparty'
require 'will_paginate'
require 'firstfm/track'
require 'firstfm/artist'
require 'firstfm/event'
require 'firstfm/location'
require 'firstfm/venue'
require 'firstfm/geo'

module Firstfm
  
  CONFIG = YAML::load(File.read(File.join(ENV['HOME'], '.firstfm')))
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
firstfm-0.1.1 lib/firstfm.rb
firstfm-0.1.0 lib/firstfm.rb