File: semantic_puppet.rb

package info (click to toggle)
ruby-semantic-puppet 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 126
  • sloc: ruby: 2,102; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'gettext-setup'

module SemanticPuppet
  GettextSetup.initialize(File.absolute_path('./semantic_puppet/locales', File.dirname(__FILE__)))

  autoload :Version, 'semantic_puppet/version'
  autoload :VersionRange, 'semantic_puppet/version_range'
  autoload :Dependency, 'semantic_puppet/dependency'
end