Sha256: 4bbbd154fe25686281a43f9ec549d8025c4b72acdb9ac96d6796351f767c99e9

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

module RuboCop
  module Facter
    # Central reference point for current version of rubocop-facter
    module Version
      # rubocop:disable all
      VERSION = '0.2.0'
      # rubocop:enable all

      def self.current
        VERSION
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-facter-0.2.0 lib/rubocop/facter/version.rb