jsonapi-resources 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi-resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Gebhardt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-06 00:00:00.000000000 Z
12
+ date: 2015-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -142,7 +142,6 @@ files:
142
142
  - lib/jsonapi-resources.rb
143
143
  - lib/jsonapi/active_record_operations_processor.rb
144
144
  - lib/jsonapi/acts_as_resource_controller.rb
145
- - lib/jsonapi/association.rb
146
145
  - lib/jsonapi/callbacks.rb
147
146
  - lib/jsonapi/configuration.rb
148
147
  - lib/jsonapi/error.rb
@@ -150,12 +149,14 @@ files:
150
149
  - lib/jsonapi/exceptions.rb
151
150
  - lib/jsonapi/formatter.rb
152
151
  - lib/jsonapi/include_directives.rb
152
+ - lib/jsonapi/link_builder.rb
153
153
  - lib/jsonapi/mime_types.rb
154
154
  - lib/jsonapi/operation.rb
155
155
  - lib/jsonapi/operation_result.rb
156
156
  - lib/jsonapi/operation_results.rb
157
157
  - lib/jsonapi/operations_processor.rb
158
158
  - lib/jsonapi/paginator.rb
159
+ - lib/jsonapi/relationship.rb
159
160
  - lib/jsonapi/request.rb
160
161
  - lib/jsonapi/resource.rb
161
162
  - lib/jsonapi/resource_controller.rb
@@ -166,6 +167,7 @@ files:
166
167
  - test/config/database.yml
167
168
  - test/controllers/controller_test.rb
168
169
  - test/fixtures/active_record.rb
170
+ - test/fixtures/author_details.yml
169
171
  - test/fixtures/book_comments.yml
170
172
  - test/fixtures/books.yml
171
173
  - test/fixtures/comments.yml
@@ -202,6 +204,7 @@ files:
202
204
  - test/unit/pagination/paged_paginator_test.rb
203
205
  - test/unit/resource/resource_test.rb
204
206
  - test/unit/serializer/include_directives_test.rb
207
+ - test/unit/serializer/link_builder_test.rb
205
208
  - test/unit/serializer/polymorphic_serializer_test.rb
206
209
  - test/unit/serializer/response_document_test.rb
207
210
  - test/unit/serializer/serializer_test.rb
@@ -233,6 +236,7 @@ test_files:
233
236
  - test/config/database.yml
234
237
  - test/controllers/controller_test.rb
235
238
  - test/fixtures/active_record.rb
239
+ - test/fixtures/author_details.yml
236
240
  - test/fixtures/book_comments.yml
237
241
  - test/fixtures/books.yml
238
242
  - test/fixtures/comments.yml
@@ -269,6 +273,7 @@ test_files:
269
273
  - test/unit/pagination/paged_paginator_test.rb
270
274
  - test/unit/resource/resource_test.rb
271
275
  - test/unit/serializer/include_directives_test.rb
276
+ - test/unit/serializer/link_builder_test.rb
272
277
  - test/unit/serializer/polymorphic_serializer_test.rb
273
278
  - test/unit/serializer/response_document_test.rb
274
279
  - test/unit/serializer/serializer_test.rb