Sha256: 08cb34b6f7d0316605b57958c330e655a40a64af3bdc36a7e87bec97f2105565

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 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 = 3
        MINOR = 17
        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-3.17.0 lib/dradis/plugins/json/gem_version.rb