rswag-api 2.3.1 → 2.5.0.rc1

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +12 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742188e5d6f60c557456ac3c329115dd9638e27eeb28ebc0b10bb1dee9297ab6
4
- data.tar.gz: 04f35a0aedafda67624a5623c4418fd967ef1155e754f442948b22d9b2bc7fcb
3
+ metadata.gz: 03652a66e332460c4767a2df9993b901d45b79f24fde5209bb614f2234a78c91
4
+ data.tar.gz: 904f007de8d883f82d8f0b5c1d9b29d119b3df2af05203d0d8b0823115810cbc
5
5
  SHA512:
6
- metadata.gz: '0921a95d7246c140317c73eca25b814eb6d8701f6afae9b493c19c3b5f1b0d2a4d176260045b3ba5ce0a4dfaf25740f02984c62c6c8e8a02a9de8f0996aecf6f'
7
- data.tar.gz: b626a8a4a339d4d2a901d401b2c44f703b65da0279e65677a4dd01c1c113d6f4ebfe730a51c54aeafa45590cb9a177e5069f0f40207b50c68c273b9fd5a4021a
6
+ metadata.gz: 85fb21d37c2dbaebd6a39aa2cf41b0cc09883f922c58802cd7198a994189be6d5c2e2724fc8d87d1172e4ce0694acb5ed9d2a37b713d896648c06058c4991600
7
+ data.tar.gz: 4fde6340acad00ed87c691fc86d7cf5f57302cb62d36e58453cc24bdf63c99df930292ab982d7c3a50c0d083b0b5ade2c28215ea49deba105b86fe8ecca74273
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.1
4
+ version: 2.5.0.rc1
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: 2020-04-08 00:00:00.000000000 Z
13
+ date: 2022-02-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.1'
22
22
  - - "<"
23
23
  - !ruby/object:Gem::Version
24
- version: '7.0'
24
+ version: '7.1'
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,9 +31,10 @@ dependencies:
31
31
  version: '3.1'
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: '7.0'
35
- description: Open up your API to the phenomenal Swagger ecosystem by exposing Swagger
36
- files, that describe your service, as JSON endpoints
34
+ version: '7.1'
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: []
@@ -64,12 +65,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
65
  version: '0'
65
66
  required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  requirements:
67
- - - ">="
68
+ - - ">"
68
69
  - !ruby/object:Gem::Version
69
- version: '0'
70
+ version: 1.3.1
70
71
  requirements: []
71
- rubygems_version: 3.0.6
72
+ rubygems_version: 3.3.3
72
73
  signing_key:
73
74
  specification_version: 4
74
- summary: A Rails Engine that exposes Swagger files as JSON endpoints
75
+ summary: A Rails Engine that exposes OpenAPI (formerly called Swagger) files as JSON
76
+ endpoints
75
77
  test_files: []