lib/firstfm.rb in firstfm-0.4.1 vs lib/firstfm.rb in firstfm-0.5.0

- old
+ new

@@ -1,18 +1,19 @@ require 'yaml' require 'crack' 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' module Firstfm - CONFIG = YAML::load(File.read(File.join(ENV['HOME'], '.firstfm'))) + GH_PAGE_URL = "https://github.com/egze/firstfm" end \ No newline at end of file