Sha256: 3160be36290e52d211756128b75a8360c58b0433b03d75708f53e39418c72779

Contents?: true

Size: 337 Bytes

Versions: 92

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

require 'avm/git/scms/git'
require 'avm/git/scms/git_subrepo'
require 'eac_ruby_utils/core_ext'

module Avm
  module Git
    module Scms
      class Provider
        SCMS = [::Avm::Git::Scms::Git, ::Avm::Git::Scms::GitSubrepo].freeze

        def all
          SCMS
        end
      end
    end
  end
end

Version data entries

92 entries across 92 versions & 3 rubygems

Version Path
avm-tools-0.121.1 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.121.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.120.2 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.120.1 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.120.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.119.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.118.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.117.3 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.117.2 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.117.1 sub/avm-git/lib/avm/git/scms/provider.rb
avm-git-0.4.0 lib/avm/git/scms/provider.rb
avm-tools-0.117.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.116.2 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.116.1 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.116.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.115.0 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.114.2 sub/avm-git/lib/avm/git/scms/provider.rb
avm-tools-0.114.1 sub/avm-git/lib/avm/git/scms/provider.rb
avm-git-0.3.2 lib/avm/git/scms/provider.rb
avm-tools-0.114.0 sub/avm-git/lib/avm/git/scms/provider.rb