Sha256: 4c37ab51b3b741ea4066fd35a341d793efef82ebdfa99a69c10c45481fcf52c2

Contents?: true

Size: 525 Bytes

Versions: 9

Compression:

Stored size: 525 Bytes

Contents

a:
  id: 1
  name: Joe Author
  email: joe@xyz.fake
  date_joined: <%= DateTime.parse('2013-08-07 20:25:00 UTC +00:00') %>
  preferences_id: 1

b:
  id: 2
  name: Fred Reader
  email: fred@xyz.fake
  date_joined: <%= DateTime.parse('2013-10-31 20:25:00 UTC +00:00') %>

c:
  id: 3
  name: Lazy Author
  email: lazy@xyz.fake
  date_joined: <%= DateTime.parse('2013-10-31 21:25:00 UTC +00:00') %>

d:
  id: 4
  name: Tag Crazy Author
  email: taggy@xyz.fake
  date_joined: <%= DateTime.parse('2013-11-30 4:20:00 UTC +00:00') %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jsonapi-resources-0.4.2 test/fixtures/people.yml
jsonapi-resources-0.4.1 test/fixtures/people.yml
jsonapi-resources-0.4.0 test/fixtures/people.yml
jsonapi-resources-0.3.3 test/fixtures/people.yml
jsonapi-resources-0.3.2 test/fixtures/people.yml
jsonapi-resources-0.3.1 test/fixtures/people.yml
jsonapi-resources-0.3.0 test/fixtures/people.yml
jsonapi-resources-0.3.0.pre2 test/fixtures/people.yml
jsonapi-resources-0.3.0.pre1 test/fixtures/people.yml