Sha256: 648f1cd6cb472cf9f86775f2238c362c934fe9d287474eb1da9b413a6a7e2ad5

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.4.1'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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