Sha256: ea407ea75b1d064fc90df04bb6c6c8fcdc0eaf44991e1ff9a82372a32f52cb5a

Contents?: true

Size: 455 Bytes

Versions: 98

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true

require 'avm/launcher/stereotype'
require 'eac_ruby_utils/core_ext'

module Avm
  module Git
    module LauncherStereotypes
      class Git
        require_sub __FILE__
        include Avm::Launcher::Stereotype

        class << self
          def match?(path)
            File.directory?(path.real.subpath('.git'))
          end

          def color
            :white
          end
        end
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 2 rubygems

Version Path
avm-git-0.18.0 lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.94.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
avm-git-0.17.0 lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.86.5 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
avm-git-0.16.0 lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.86.4 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.86.3 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
avm-git-0.15.0 lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.86.2 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.84.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.83.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.82.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
avm-git-0.14.0 lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.81.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.80.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.79.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.78.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.77.1 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.77.0 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb
eac_tools-0.76.1 sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb