Module: Iglu::Registries

Defined in:
lib/iglu-client/bootstrap.rb,
lib/iglu-client/registries.rb

Defined Under Namespace

Classes: EmbeddedRegistryRef, HttpRegistryRef, LookupFailure, NotFound, RegistryRef, RegistryRefConfig, ResolverError

Constant Summary collapse

@@registry =
Iglu::Registries::EmbeddedRegistryRef.new(config, path)

Class Method Summary collapse

Class Method Details

.bootstrapObject

Registry embedded straight into iglu-client gem



10
11
12
# File 'lib/iglu-client/bootstrap.rb', line 10

def self.bootstrap
  @@registry
end