Sha256: c43a359ccd26c236bf29a1b31a03c38a8ddf0b1636f311b62dcecaa2821c91b0
Contents?: true
Size: 317 Bytes
Versions: 13
Compression:
Stored size: 317 Bytes
Contents
require 'yaml' module Ym4r module GoogleMaps #The key to be used by the google maps API. It is valid only for the subdiretories of the URL you applied for on this page : http://www.google.com/apis/maps/ API_KEY = YAML::load_file(File.dirname(__FILE__) + '/config/config.yml') end end
Version data entries
13 entries across 13 versions & 1 rubygems