Sha256: 0374547a3ec444503a277a6f2c2ea104d047141643f7459ef2e8785f9bc12ba9
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true module Licensed VERSION = "3.4.3".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first (1...major_version).to_a end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
licensed-3.4.3 | lib/licensed/version.rb |