Sha256: 36f17d24edd5453ca4adb5ee7bf4928765e9138236f4ba3d66b4be5237819761

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))

require 'json'
require 'yaml'

#require 'graticule'
require 'httparty'
require 'nokogiri'
require 'yajl'

module GovKit
  module CA
    autoload :PostalCode, 'gov_kit-ca/postal_code'

    class GovKitError < StandardError; end
    class ResourceNotFound < GovKitError; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
govkit-ca-0.0.1 lib/gov_kit-ca.rb