Sha256: fd6020b077cbdcb8cfa867567c2cc62eb817f8c1d029f17ae8512abd08dc9d61
Contents?: true
Size: 737 Bytes
Versions: 2
Compression:
Stored size: 737 Bytes
Contents
types: person: properties: :id: 'ID #' :first: First :last: Last :smoker: Smoker :dob: DOB car: properties: id: 'Car ID #' make: Make model: Model year: Year house: :properties: id: 'House ID #' st1: Street 1 st2: Street 2 city: City st: St zip: Zip plate: :properties: id: 'Plate ID #' number: Plate Number groups: people: by: 'ID #' type: person groups: :cars: by: 'Car ID #' type: car groups: plates: by: 'Plate ID #' type: plate houses: by: 'House ID #' type: house cars: by: 'Car ID #' type: car
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hashematics-1.1.0 | spec/fixtures/config.yml |
hashematics-1.0.0 | spec/fixtures/config.yml |