Sha256: 9d95b966f5bea1fbc5ea8b0413676312c2fee919fea1c0dc4c2cf222184d9049
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 Bytes
Contents
module Gemika class Error < StandardError; end class MissingGemfile < Error; end class MissingLockfile < Error; end class UnusableGemfile < Error; end class UnsupportedRuby < Error; end class MatrixFailed < Error; end class RSpecFailed < Error; end class MissingMatrixDefinition < Error; end class InvalidMatrixDefinition < Error; end end
Version data entries
10 entries across 10 versions & 1 rubygems