lib/firstfm.rb in firstfm-0.7.0 vs lib/firstfm.rb in firstfm-0.8.0

- old
+ new

@@ -1,7 +1,6 @@ require 'yaml' -require 'crack' require 'httparty' require 'chronic' require 'will_paginate/collection' require 'firstfm/configuration' require 'firstfm/track' @@ -12,9 +11,9 @@ require 'firstfm/venue' require 'firstfm/geo' require 'firstfm/user' module Firstfm - + GH_PAGE_URL = "https://github.com/egze/firstfm" - + end \ No newline at end of file