grape-oas 1.0.3 → 1.1.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.
data/lib/grape_oas.rb CHANGED
@@ -124,7 +124,7 @@ module GrapeOAS
124
124
  # app: MyAPI,
125
125
  # schema_type: :oas3,
126
126
  # title: "My API",
127
- # version: "1.0.0"
127
+ # version: "1.1.0"
128
128
  # )
129
129
  #
130
130
  # @example Filter by namespace
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-oas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Subbota
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-01-23 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: grape
@@ -136,6 +137,7 @@ metadata:
136
137
  documentation_uri: https://github.com/numbata/grape-oas#readme
137
138
  bug_tracker_uri: https://github.com/numbata/grape-oas/issues
138
139
  rubygems_mfa_required: 'true'
140
+ post_install_message:
139
141
  rdoc_options: []
140
142
  require_paths:
141
143
  - lib
@@ -150,7 +152,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
152
  - !ruby/object:Gem::Version
151
153
  version: '0'
152
154
  requirements: []
153
- rubygems_version: 3.6.8
155
+ rubygems_version: 3.5.22
156
+ signing_key:
154
157
  specification_version: 4
155
158
  summary: OpenAPI (Swagger) v2 and v3 documentation for Grape APIs
156
159
  test_files: []