Sha256: 318f2fe762a0c75adcd520e3bb85579ca5c7e5aad916b66ff4fc8f232b3bd7e5
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true # external libs require "version_gem" # this gem require_relative "ruby2_5/version" # :nocov: require_relative "ruby2_5/railtie" if defined?(Rails::Railtie) # :nocov: module Rubocop # Namespace of this library module Ruby25 module_function def install_tasks load "rubocop/ruby2_5/tasks.rake" end end end Rubocop::Ruby25::Version.class_eval do extend VersionGem::Basic end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby2_5-2.0.2 | lib/rubocop/ruby2_5.rb |
rubocop-ruby2_5-2.0.1 | lib/rubocop/ruby2_5.rb |