Sha256: 80082cc85d49d782dfcba31aa273e094024eba36a69f860a7415cd4fb518556f
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
module OmniContacts VERSION = "0.2.1" autoload :Builder, "omnicontacts/builder" autoload :Importer, "omnicontacts/importer" autoload :IntegrationTest, "omnicontacts/integration_test" class AuthorizationError < RuntimeError end def self.integration_test IntegrationTest.instance end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omnicontacts-0.2.1 | lib/omnicontacts.rb |