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