Sha256: 53934c1ef3974cc9ca79f1a3de5ef5da3c8937e015c3af53b91674cb606d936d

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

obi_wan:
  name: 'Obi-Wan Kenobi'
  email: 'obi@sw.com'
  birth: <%= 1000.years.from_now.to_date.to_s(:db) %>

luke:
  name: 'Luke Skywalker'
  email: 'luke@sw.com'
  birth: <%= 1040.years.from_now.to_date.to_s(:db) %>

anakin:
  name: 'Anakin Skywalker'
  email: 'anakin@sw.com'
  birth: <%= 1020.years.from_now.to_date.to_s(:db) %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
magick_columns-0.0.4 test/dummy/test/fixtures/people.yml
magick_columns-0.0.3 test/dummy/test/fixtures/people.yml
magick_columns-0.0.2 test/dummy/test/fixtures/people.yml
magick_columns-0.0.1 test/dummy/test/fixtures/people.yml