Sha256: 57ba42da6511fc15cb4a24bd339148c47af3850f5d48dd104052fb2af78f6202
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__))) require 'erb' require 'json' require 'yaml' 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 class InvalidRequest < GovKitError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govkit-ca-0.0.4 | lib/gov_kit-ca.rb |