Sha256: 5bddf72b7b0df9510f980656ab5f731daf6c2408e173a2505a22e6e548f38ad0
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.35.0' 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.35.0 | lib/rubocop/minitest/version.rb |