grape-swagger-rails 1.0.3 → 1.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/app/assets/javascripts/grape_swagger_rails/swagger-ui-bundle.js +1 -1
- data/lib/grape-swagger-rails/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cc39abcbbeb304658e33061d3a5a9bbf258a66beda61047a24a57890a97b793
|
|
4
|
+
data.tar.gz: ce8b864b428f69c0cfcad9219543706bcac89ed627fcfec85bd188546d57b726
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '042399acc3c5a99da72fe96ec25de18d787de3c37882aa27bd4b7fc6d59b49ad4a1517b995514f2f01c7e47667e66678a371ac6a981ccfedbc2138d46023c939'
|
|
7
|
+
data.tar.gz: c4b12262becdb63a781acc27f2fad7396d7929843b8062069fe2e7aa4b632ad783138f2d8b16da55d283d7f822536f586f0213adb111329cc9f7ceba866dad3e
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
* Your contribution here.
|
|
4
4
|
|
|
5
|
+
### 1.0.4 (2026/07/03)
|
|
6
|
+
|
|
7
|
+
* [#169](https://github.com/ruby-grape/grape-swagger-rails/pull/169): Bump swagger ui to 5.32.8 - [@moskvin](https://github.com/moskvin).
|
|
8
|
+
|
|
5
9
|
### 1.0.3 (2026/06/23)
|
|
6
10
|
|
|
7
11
|
* [#158](https://github.com/ruby-grape/grape-swagger-rails/pull/158): Switch yarn to project-local cache so `.pnp.cjs` paths are stable across machines - [@moskvin](https://github.com/moskvin).
|
data/README.md
CHANGED
|
@@ -46,9 +46,9 @@ This gem is continuously tested against the following stack:
|
|
|
46
46
|
|
|
47
47
|
| Ruby | Rails | Grape | grape-swagger | Swagger UI |
|
|
48
48
|
|-----:|--------:|--------:|--------------:|-----------:|
|
|
49
|
-
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.
|
|
50
|
-
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.
|
|
51
|
-
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.
|
|
49
|
+
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.8 |
|
|
50
|
+
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.8 |
|
|
51
|
+
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.8 |
|
|
52
52
|
|
|
53
53
|
The dummy app and CI also exercise both supported Rails asset pipelines: Sprockets and Propshaft.
|
|
54
54
|
|