Sha256: 7df96b787bd0690b96d5567ad5e514728b4546d96f7c521f3daf1fd89d9847d1

Contents?: true

Size: 197 Bytes

Versions: 17

Compression:

Stored size: 197 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jsonapi-resources-0.7.1.beta1 test/fixtures/books.yml
jsonapi-resources-0.7.0 test/fixtures/books.yml
jsonapi-resources-0.6.2 test/fixtures/books.yml
jsonapi-resources-0.6.1 test/fixtures/books.yml
jsonapi-resources-0.6.0 test/fixtures/books.yml
jsonapi-resources-0.5.9 test/fixtures/books.yml
jsonapi-resources-0.5.8 test/fixtures/books.yml
jsonapi-resources-0.5.7 test/fixtures/books.yml
jsonapi-resources-0.5.6 test/fixtures/books.yml
jsonapi-resources-0.5.5 test/fixtures/books.yml
jsonapi-resources-0.5.4 test/fixtures/books.yml
jsonapi-resources-0.5.3 test/fixtures/books.yml
jsonapi-resources-0.5.2 test/fixtures/books.yml
jsonapi-resources-0.5.1 test/fixtures/books.yml
jsonapi-resources-0.5.0 test/fixtures/books.yml
jsonapi-resources-0.4.4 test/fixtures/books.yml
jsonapi-resources-0.4.3 test/fixtures/books.yml