rspec-openapi 0.25.0 → 0.26.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-openapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
@@ -67,6 +67,7 @@ files:
67
67
  - ".github/workflows/publish.yml"
68
68
  - ".github/workflows/rubocop.yml"
69
69
  - ".github/workflows/test.yml"
70
+ - ".github/workflows/validate-openapi.yml"
70
71
  - ".gitignore"
71
72
  - ".rspec"
72
73
  - ".rubocop.yml"
@@ -102,6 +103,7 @@ files:
102
103
  - lib/rspec/openapi/schema_sorter.rb
103
104
  - lib/rspec/openapi/shared_hooks.rb
104
105
  - lib/rspec/openapi/version.rb
106
+ - redocly.yaml
105
107
  - rspec-openapi.gemspec
106
108
  - scripts/rspec
107
109
  - scripts/rspec_with_simplecov
@@ -112,7 +114,7 @@ licenses:
112
114
  metadata:
113
115
  homepage_uri: https://github.com/exoego/rspec-openapi
114
116
  source_code_uri: https://github.com/exoego/rspec-openapi
115
- changelog_uri: https://github.com/exoego/rspec-openapi/releases/tag/v0.25.0
117
+ changelog_uri: https://github.com/exoego/rspec-openapi/releases/tag/v0.26.0
116
118
  rubygems_mfa_required: 'true'
117
119
  rdoc_options: []
118
120
  require_paths:
@@ -128,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
130
  - !ruby/object:Gem::Version
129
131
  version: '0'
130
132
  requirements: []
131
- rubygems_version: 4.0.3
133
+ rubygems_version: 4.0.6
132
134
  specification_version: 4
133
135
  summary: Generate OpenAPI schema from RSpec request specs
134
136
  test_files: []