Sha256: 0c891a3e228de40370e89519d707a2d8336db461e29c626bc25658f8ff957392

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 Bytes

Contents

module Dradis
  module Plugins
    module Json
      # Returns the version of the currently loaded JSON as a <tt>Gem::Version</tt>
      def self.gem_version
        Gem::Version.new VERSION::STRING
      end

      module VERSION
        MAJOR = 4
        MINOR = 3
        TINY  = 0
        PRE   = nil

        STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dradis-json-4.3.0 lib/dradis/plugins/json/gem_version.rb