Sha256: 7199a1494201d35261773b88e82625501b0878ecd6aed7fc39d86839a483e0ab
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 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 class InvalidRequest < GovKitError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govkit-ca-0.0.2 | lib/gov_kit-ca.rb |