require 'yaml' require 'httparty' require 'chronic' require 'will_paginate/collection' require 'firstfm/configuration' require 'firstfm/track' require 'firstfm/image' require 'firstfm/artist' require 'firstfm/event' require 'firstfm/location' require 'firstfm/venue' require 'firstfm/geo' require 'firstfm/user' module Firstfm GH_PAGE_URL = "https://github.com/egze/firstfm" end