Sha256: 4ae660cd16e4acacb60211c5ec6f7595f4a4e92c21efa9558c492bea5ecfb6c0

Contents?: true

Size: 208 Bytes

Versions: 8

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

require 'xezat/detectors'

module Xezat
  module Command
    class Bump
      def get_tools(variables)
        DetectorManager.new.detect(variables)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xezat-0.3.1 lib/xezat/command/bump/tool.rb
xezat-0.3.0 lib/xezat/command/bump/tool.rb
xezat-0.2.3 lib/xezat/command/bump/tool.rb
xezat-0.2.2 lib/xezat/command/bump/tool.rb
xezat-0.2.1 lib/xezat/command/bump/tool.rb
xezat-0.2.0 lib/xezat/command/bump/tool.rb
xezat-0.1.2 lib/xezat/command/bump/tool.rb
xezat-0.1.1 lib/xezat/command/bump/tool.rb