Sha256: 6a905f30a7f9dfc0c54094cc435414e8ecaab5a4cd40910d10a8fcb2a34aaf22
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 "ruby3_0/version" # :nocov: require_relative "ruby3_0/railtie" if defined?(Rails::Railtie) # :nocov: module Rubocop # Namespace of this library module Ruby30 module_function def install_tasks load "rubocop/ruby3_0/tasks.rake" end end end Rubocop::Ruby30::Version.class_eval do extend VersionGem::Basic end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby3_0-2.0.3 | lib/rubocop/ruby3_0.rb |
rubocop-ruby3_0-2.0.2 | lib/rubocop/ruby3_0.rb |