infinum_json_api_setup 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a8c08697466697bde8d77642213a45a0cac2cfc38db7225dc2c4814921a2dc6
|
|
4
|
+
data.tar.gz: 68c7c155d52361fd76bf8afca1396b6b138d13dd86aa2fea1684976b6661ace7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b712a83a8e5840aa3ac12557bf6b3eb572efd09993b0ecbcd22f44228ba93b64e3d370ed302b658d61e1f2e4d4e143b8b118b56597a51086f5681fc2928eb56
|
|
7
|
+
data.tar.gz: 1360eadecc8005ee0b3bb4322af5c42e9daaf387650752da73383e11277fb3282c4e6ce178c39ac36655f6379372ffe8061d3764a7be5d3067a27daab3ba4dc2
|
data/Gemfile.lock
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infinum_json_api_setup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Backend @ Infinum
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jsonapi_parameters
|
|
@@ -248,6 +248,7 @@ files:
|
|
|
248
248
|
- lib/infinum_json_api_setup/rspec/matchers/include_related_resource.rb
|
|
249
249
|
- lib/infinum_json_api_setup/rspec/matchers/json_body_matcher.rb
|
|
250
250
|
- lib/infinum_json_api_setup/rspec/matchers/schema_matchers.rb
|
|
251
|
+
- lib/infinum_json_api_setup/rspec/matchers/util/body_parser.rb
|
|
251
252
|
- lib/infinum_json_api_setup/version.rb
|
|
252
253
|
- spec/controllers/api/v1/base_controller_spec.rb
|
|
253
254
|
- spec/dummy/Rakefile
|
|
@@ -312,7 +313,6 @@ files:
|
|
|
312
313
|
- spec/infinum_json_api_setup/rspec/matchers/include_all_resource_string_ids_spec.rb
|
|
313
314
|
- spec/infinum_json_api_setup/rspec/matchers/include_error_detail_spec.rb
|
|
314
315
|
- spec/infinum_json_api_setup/rspec/matchers/include_related_resource_spec.rb
|
|
315
|
-
- spec/infinum_json_api_setup/rspec/matchers/util/body_parser.rb
|
|
316
316
|
- spec/rails_helper.rb
|
|
317
317
|
- spec/requests/api/v1/content_negotiation_spec.rb
|
|
318
318
|
- spec/requests/api/v1/error_handling_spec.rb
|