Sha256: 1e908c3cce8c706341794e967b4e8769e775868cf8cac299502740805a330f09

Contents?: true

Size: 362 Bytes

Versions: 26

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

require 'eac_launcher/stereotype'

module EacLauncher
  module Stereotypes
    class RedminePlugin
      include EacLauncher::Stereotype

      class << self
        def match?(path)
          File.exist?(path.real.subpath('init.rb'))
        end

        def color
          :light_magenta
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
avm-tools-0.58.1 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.58.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.57.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.56.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.55.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.54.2 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.54.1 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.54.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.53.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.52.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.51.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.50.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.49.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.48.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.47.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
avm-tools-0.46.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
eac_launcher-0.8.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
eac_launcher-0.7.0 lib/eac_launcher/stereotypes/redmine_plugin.rb
eac_launcher-0.6.8 lib/eac_launcher/stereotypes/redmine_plugin.rb
eac_launcher-0.6.7 lib/eac_launcher/stereotypes/redmine_plugin.rb