rswag-api 2.5.1 → 2.6.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0afdf7ae107713973f290c07f3b873f4dd183f43b7ec37e48bbfdb1c6160e6f3
|
|
4
|
+
data.tar.gz: e1d9192e396918a8e132e2775392dadbbcef45446c72bcfa6d16eb2547faa6b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad6049d46f0ee6e275924aa7817b3f6e303ded62cbc89142a49a4bacc32bea33c6fd5b595cd18a5b322b7c4e8a525f0cd884b6ad9acebc2ba3831890e45c3a18
|
|
7
|
+
data.tar.gz: 91393c593c9d44a4f5a2df6ba605e0afb508b9a646cb8b372c16c226247db29140f9950c321de68cb559c6d647ec947f289c8da0b835aab873949724abe1073c
|
|
@@ -6,7 +6,7 @@ Rswag::Api.configure do |c|
|
|
|
6
6
|
# that it's configured to generate files in the same folder
|
|
7
7
|
c.swagger_root = Rails.root.to_s + '/swagger'
|
|
8
8
|
|
|
9
|
-
# Inject a
|
|
9
|
+
# Inject a lambda function to alter the returned Swagger prior to serialization
|
|
10
10
|
# The function will have access to the rack env for the current request
|
|
11
11
|
# For example, you could leverage this to dynamically assign the "host" property
|
|
12
12
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rswag-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richie Morris
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: railties
|