Sha256: 2f463221f97efb5deb1a42dc41fdea3cb31106c72d1d6684fe29f0c181301360

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Rails
    # This module holds the RuboCop Rails version information.
    module Version
      STRING = '2.6.0'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-rails-2.6.0 lib/rubocop/rails/version.rb