Sha256: f919321b43b2f3db6d53d8f66394b0d9256a391ed73918135c17dcbd805a4c4d
Contents?: true
Size: 423 Bytes
Versions: 172
Compression:
Stored size: 423 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items" : { "type" : "object", "required": ["name", "version", "release"], "properties": { "name": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 }, "release": { "type": "string", "minLength": 1 } } } }
Version data entries
172 entries across 41 versions & 1 rubygems