rswag-api 2.5.1 → 2.7.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: 6460b5db912a3b309ccf4ba9845812564666be7bf8113b9712279b391dd61ebe
4
+ data.tar.gz: ccb7915d4dec6d7dfec868a44fc95a493e0fd936caec38e82f97f97b0c7218c7
5
5
  SHA512:
6
- metadata.gz: f9b207e6c853e30e8fd863f078c6f9f4bf9edb9a1969884f6eeb58022c005b67a6fd1ca9d57ac8e6f1a7f892eb82e8ce4c352bba0eab209b759d05d663744229
7
- data.tar.gz: ba50ecea3a3317946ddb75c98f17b5c467f001976e58022516ac273a06ece7e5114a3b3e999737285463e91ee464b590c398d58b24bde5681ed4b3f76c14b266
6
+ metadata.gz: '0084fcb1f85b06a33005fc2c1a89501c491defbd47821bcd71163edc1bd900b7da5b118e1136432a8e31d12f6a1c371c2139774a70ac73a9b9161a51374149ea'
7
+ data.tar.gz: 8c650384ddb2a1510b8aba28c8b994bbb1cf386f09f69ffc12ea46512088ddb4a9be08e945707ad56188b8788401090fdee57f0224c7280c4c2d2605ddb3fac6
@@ -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.7.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-10-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -32,6 +32,20 @@ dependencies:
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '7.1'
35
+ - !ruby/object:Gem::Dependency
36
+ name: simplecov
37
+ requirement: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '='
40
+ - !ruby/object:Gem::Version
41
+ version: 0.21.2
42
+ type: :development
43
+ prerelease: false
44
+ version_requirements: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '='
47
+ - !ruby/object:Gem::Version
48
+ version: 0.21.2
35
49
  description: 'Open up your API to the phenomenal OpenAPI ecosystem by exposing OpenAPI
36
50
  files, that describe your service, as JSON endpoints. More about the OpenAPI initiative
37
51
  here: http://spec.openapis.org/'