Sha256: af32a9f2abc3f6ef6c30a94ad50f498df5d69c9bee10a3856b20487696c12e4f

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

require 'rubygems'
require 'yaml'
require 'httparty'
require 'will_paginate'
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

1 entries across 1 versions & 1 rubygems

Version Path
firstfm-0.0.1 lib/firstfm.rb