apia-open_api 0.1.11 → 0.1.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9105b1350ceecf58bdf2037f3052a50f38ec76be818c67016c46381a68fb2f4b
4
- data.tar.gz: 433da5d349c9aabd1f71277e5b41885b8bcc514cda52ca0f8c659470307c01c7
3
+ metadata.gz: f445c762934233bd8ae30ab81d42eae649a886507023cd77af081d391dc73dd5
4
+ data.tar.gz: 1d1bb43d0acaba2f81d13d2761ad2c22d122dcb6e96fe4f739f2ae9795bf78c1
5
5
  SHA512:
6
- metadata.gz: a6bc4e0c62791abe13bcc5742270e0faefc30cbed76a140a1fed6afa766dd3635f344fbb3b322a7f5f1fec02c2c4d69cc90ec0866a661a971e619fe76662a543
7
- data.tar.gz: dbb0d647cea2e6f208fee6426dd5b7bbb3270a8bcbbdbb7a84ca2bc9a1975cecfe98caa7a729e859357493085a1639e9b8c2be24662b96c3c4cf69e238fed0ca
6
+ metadata.gz: c25a8916e5b7b34162a729e2b6e4122154f69d684879885b93b13afa44a95b6cfcab7f09a6f70d1d3f3902330b721fd8b830e87e41b57664270ee9a28c3b2854
7
+ data.tar.gz: dc8ca150d8c7796e37b118540cde389ddcc9ac75ae9c3ce2b85d2678cd7b0a7ff1082c9739d3d71f805128a3e67c425d316ec0b5f15976324588d2b62b23142e
@@ -139,7 +139,7 @@ module Apia
139
139
  auth.each_key do |key|
140
140
  scopes = @route.endpoint.definition.scopes
141
141
  if scope_prefix = @spec[:components][:securitySchemes][key][:"x-scope-prefix"]
142
- scopes = scopes.map { |v| "#{scope_prefix}/#{v}" }
142
+ scopes = scopes.map { |v| "#{scope_prefix}#{v}" }
143
143
  end
144
144
 
145
145
  @route_spec[:security] << { key => scopes }
@@ -3,7 +3,7 @@
3
3
  module Apia
4
4
  module OpenApi
5
5
 
6
- VERSION = "0.1.11"
6
+ VERSION = "0.1.12"
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.11
4
+ version: 0.1.12
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-02 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport