Sha256: 5f82404719f9cdbcf48464a0c6971bd487b855138a89737d20d66cf18c3654de
Contents?: true
Size: 301 Bytes
Versions: 50
Compression:
Stored size: 301 Bytes
Contents
module Pact class SpecificationVersion < Gem::Version def major segments.first end def === other major && major == other end def after? other major && other < major end end SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('0') end
Version data entries
50 entries across 50 versions & 2 rubygems