rswag-api 2.5.1 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 426ed5318eb886b35033d346e43b3467ee68c249fd1abc0ec560bef195383b2c
4
- data.tar.gz: 0f1338fe2a8a80d5c257cc5167a712e283cadd088722211aa126f53b58769696
3
+ metadata.gz: 0afdf7ae107713973f290c07f3b873f4dd183f43b7ec37e48bbfdb1c6160e6f3
4
+ data.tar.gz: e1d9192e396918a8e132e2775392dadbbcef45446c72bcfa6d16eb2547faa6b8
5
5
  SHA512:
6
- metadata.gz: f9b207e6c853e30e8fd863f078c6f9f4bf9edb9a1969884f6eeb58022c005b67a6fd1ca9d57ac8e6f1a7f892eb82e8ce4c352bba0eab209b759d05d663744229
7
- data.tar.gz: ba50ecea3a3317946ddb75c98f17b5c467f001976e58022516ac273a06ece7e5114a3b3e999737285463e91ee464b590c398d58b24bde5681ed4b3f76c14b266
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 lamda function to alter the returned Swagger prior to serialization
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.5.1
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-02-10 00:00:00.000000000 Z
13
+ date: 2022-09-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties