Sha256: cef042d0110f10bed806c64700991b0c598d8fb83dd18b1478e11e7680b76633

Contents?: true

Size: 147 Bytes

Versions: 9

Compression:

Stored size: 147 Bytes

Contents

<% for book_num in 0..999 %>
book_<%= book_num %>:
  id: <%= book_num %>
  title: Book <%= book_num %>
  isbn: 12345-<%= book_num %>-6789
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

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