Sha256: 28d4a7a2cbb635d285de9da17b6d763ae268a4ca7c568c9297d7ade6229bd500
Contents?: true
Size: 517 Bytes
Versions: 112
Compression:
Stored size: 517 Bytes
Contents
module SemanticPuppet locales_path = File.absolute_path('../locales', File.dirname(__FILE__)) # Only create a translation repository of the relevant translations exist if Puppet::FileSystem.exist?(File.join(locales_path, Puppet::GettextConfig.current_locale)) Puppet::GettextConfig.load_translations('semantic_puppet', locales_path, :po) end autoload :Version, 'semantic_puppet/version' autoload :VersionRange, 'semantic_puppet/version_range' autoload :Dependency, 'semantic_puppet/dependency' end
Version data entries
112 entries across 112 versions & 2 rubygems