Sha256: 0d32d45461eb6a9a958989100d52affbe427764ffca7abab999c378b0afa37b0

Contents?: true

Size: 570 Bytes

Versions: 98

Compression:

Stored size: 570 Bytes

Contents

# frozen_string_literal: true

require 'avm/git/launcher_stereotypes/git'
require 'avm/git/launcher_stereotypes/git_subrepo'
require 'avm/git/launcher_stereotypes/git_subtree'
require 'eac_ruby_utils/core_ext'

module Avm
  module Git
    module LauncherStereotypes
      class Provider
        STEREOTYPES = [::Avm::Git::LauncherStereotypes::Git,
                       ::Avm::Git::LauncherStereotypes::GitSubrepo,
                       ::Avm::Git::LauncherStereotypes::GitSubtree].freeze

        def all
          STEREOTYPES
        end
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 2 rubygems

Version Path
eac_tools-0.76.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.75.2 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
avm-git-0.13.4 lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.75.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.75.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.74.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.74.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.73.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.72.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.70.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.70.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.69.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.69.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.68.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
avm-git-0.13.3 lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.67.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.67.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.66.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.65.1 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb
eac_tools-0.65.0 sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb