openapi_first 3.1.0.beta1 → 3.1.0
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 +4 -4
- data/CHANGELOG.md +3 -3
- data/lib/openapi_first/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2513061731f4643214baefa72ebdea7ef772652142c3cae73d5de40af652d0a
|
|
4
|
+
data.tar.gz: 20cc46765db51727e45a716d7cb60c9774352366f19c95eb82ccc58cf4972e32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce05e5d3907637534dd8e3af1ef589a537037b785aa1539b11ad12dec0163b94b53d6afcadf3218192c1ca370bc94515e6a870a84f6fccde76cebaf89d45ae83
|
|
7
|
+
data.tar.gz: 13879aacfb591bc463e9a43d41f1c11d977188efacc3e66348a6727d79e3d8753fe42655f1fcefe67f185b36e487bff9ba7875384ed3474a74531bfa7ebe4f20
|
data/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
-
## 3.1.0
|
|
5
|
+
## 3.1.0
|
|
6
6
|
|
|
7
7
|
### openapi_first/test
|
|
8
8
|
|
|
9
9
|
#### Changed
|
|
10
|
-
- Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
|
|
11
|
-
- Test does not track requests/responses unless the OAD was registered via Test.register (or OpenapiFirst.register)
|
|
10
|
+
- OpenapiFirst::Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
|
|
11
|
+
- OpenapiFirst::Test does not track requests/responses unless the OAD was registered via `OpenapiFirst::Test.register` (or `OpenapiFirst.register`)
|
|
12
12
|
|
|
13
13
|
## 3.0.1
|
|
14
14
|
- Add missing gem dependency "drb", which is no longer installed by default with newer rubies. This is used in openapi_first/test to make parallel tests work.
|