apia-open_api 0.1.12 → 0.1.13

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: f445c762934233bd8ae30ab81d42eae649a886507023cd77af081d391dc73dd5
4
- data.tar.gz: 1d1bb43d0acaba2f81d13d2761ad2c22d122dcb6e96fe4f739f2ae9795bf78c1
3
+ metadata.gz: 4294baef2798a1582c488977cfdd6c299a32ac502cb1329b3b2b1feb47dc523f
4
+ data.tar.gz: 66b7dd9d6c60d52aaa70193d3339f0aa3a9cfa789093014fba07076a0b32ce7a
5
5
  SHA512:
6
- metadata.gz: c25a8916e5b7b34162a729e2b6e4122154f69d684879885b93b13afa44a95b6cfcab7f09a6f70d1d3f3902330b721fd8b830e87e41b57664270ee9a28c3b2854
7
- data.tar.gz: dc8ca150d8c7796e37b118540cde389ddcc9ac75ae9c3ce2b85d2678cd7b0a7ff1082c9739d3d71f805128a3e67c425d316ec0b5f15976324588d2b62b23142e
6
+ metadata.gz: 987224a1e5bbd4b7ab22231f2cde39f6a9b5bf2d8f693988415af75f513c059597c29736efb00534d884625092fc8949b5ebf780c21164684a224e5b717643c9
7
+ data.tar.gz: 0dea02d366c0d00a6d3d7aab8e3bb9d95262624cb845386117c5e77f2b627282c8d1e3ec2639dbc5b67079753c1c4f86e8527d402d8f7114900b3ff4d660dce2
@@ -146,6 +146,8 @@ module Apia
146
146
  end
147
147
 
148
148
  def add_lookup_description(description)
149
+ return unless @argument.type.klass.ancestors.include?(Apia::LookupArgumentSet)
150
+
149
151
  add_description_section(
150
152
  description,
151
153
  "All '#{@argument.name}[]' params are mutually exclusive, only one can be provided."
@@ -3,7 +3,7 @@
3
3
  module Apia
4
4
  module OpenApi
5
5
 
6
- VERSION = "0.1.12"
6
+ VERSION = "0.1.13"
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apia-open_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Sturgess
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport