Sha256: 05ad3faad76066f1600b1764c50cb984f1270d935153238f6752326af746d871
Contents?: true
Size: 678 Bytes
Versions: 3
Compression:
Stored size: 678 Bytes
Contents
# TODO: # - rvm:ruby [DONE 0.2.2] # - pythonbrew:python # - pythonbrew:pip # - gitsubmodules:sub # ---- # - rvm:gem # ---- # - bundler # - general-tools (apt/homebrew/etc.) # module MetaCon module Loaders module Index require 'metacon/loaders/rvm' require 'metacon/loaders/python_brew' #require 'metacon/loaders/general_git_submodules' LOADERS = { 'ruby' => MetaCon::Loaders::RVM, 'gem' => MetaCon::Loaders::RVM, 'python' => MetaCon::Loaders::PythonBrew #:pip => MetaCon::Loaders::PythonBrew, #:sub => MetaCon::Loaders::GeneralGitSubmodules } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
metacon-0.3.0 | lib/metacon/loaders/index.rb |
metacon-0.2.4 | lib/metacon/loaders/index.rb |
metacon-0.2.3 | lib/metacon/loaders/index.rb |