Sha256: 7ce3f13dd11b41ff5a140ef6d47347e88a51a10a79ab3eb1e8a3f28b59f74ee7
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
module Dradis module Plugins module Saint def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 4 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-saint-4.4.0 | lib/dradis/plugins/saint/gem_version.rb |