Sha256: dc15d53b4f306f5fd1a477e9ffd91632aca0107fde98dfef8cc31f3cc0505efa

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Minitest
    # This module holds the RuboCop Minitest version information.
    module Version
      STRING = '0.34.3'

      def self.document_version
        STRING.match('\d+\.\d+').to_s
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-minitest-0.34.3 lib/rubocop/minitest/version.rb