rswag-api 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d6e406c1fae102d2fd4c15b6b643fb8e1976edab4f07c8b6a85b87e6b9220ff
|
4
|
+
data.tar.gz: 23f6675fe724e257b16fbf6ec1d2cda567faf8c06ba860bff26dfdc848921a07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3a334ea2eea804b7f2454f769df98fb36d572a169e0400d413ad709eca1d2bad2ff4a7adf81836af31aceda70a4a4d8d68805d54cb163cfa605711e8ac45541
|
7
|
+
data.tar.gz: b3714e5bcd0202b840a140a09318c16286c3619a6af3aa5aa844dcafb91ff2f9528e5e09b23ca40a5ee012bf78007c4bdb79a9ab347afedefbf8f873340c5e03
|
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.3.
|
4
|
+
version: 2.3.2
|
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:
|
13
|
+
date: 2021-01-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|
@@ -32,8 +32,9 @@ dependencies:
|
|
32
32
|
- - "<"
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '7.0'
|
35
|
-
description: Open up your API to the phenomenal
|
36
|
-
files, that describe your service, as JSON endpoints
|
35
|
+
description: 'Open up your API to the phenomenal OpenAPI ecosystem by exposing OpenAPI
|
36
|
+
files, that describe your service, as JSON endpoints. More about the OpenAPI initiative
|
37
|
+
here: http://spec.openapis.org/'
|
37
38
|
email:
|
38
39
|
- domaindrivendev@gmail.com
|
39
40
|
executables: []
|
@@ -71,5 +72,6 @@ requirements: []
|
|
71
72
|
rubygems_version: 3.0.6
|
72
73
|
signing_key:
|
73
74
|
specification_version: 4
|
74
|
-
summary: A Rails Engine that exposes Swagger files as JSON
|
75
|
+
summary: A Rails Engine that exposes OpenAPI (formerly called Swagger) files as JSON
|
76
|
+
endpoints
|
75
77
|
test_files: []
|