smart_app_launch_test_kit 0.4.1 → 0.4.2

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: f66c9b0314200d03d78422dc6412fe30cd0a091cd34d2a4701b9daa9a85d45f6
4
- data.tar.gz: 7a34428293bfe281ebeebf83e8ee37597ebdfef2bf158cb8a3893598eca09876
3
+ metadata.gz: ff7cc187f6f513f3380f3828f963a3636b7156ed8e673d1495db1df4bc8c763c
4
+ data.tar.gz: 4346b705c6ff48f9bc7733c8f06798dd3c73bb379259ac4d13221e2251db9855
5
5
  SHA512:
6
- metadata.gz: d5f432c1b4b43a2c84be8613acb0b31dec557b80b1b76996773c76486db5197265a3dc1f0b9a9015eaa35c17c65d5b6b7eb506d940676e0cdae3b798b1cf8799
7
- data.tar.gz: b63b86f90dbfc0ea88b7cc65e2075333b07a2cee7d42f88f21d209f4a51274545532706ed0278efad3cd4a0316be4ae32e948632f4ba66247d5451c68eff9559
6
+ metadata.gz: d4fa02dab1c8782c8beebc2aee05eda38bb4c1374286091acada9c1c78e3c625dc102e6e92df1923dc68e3c983f3aed44b38e38882e8bc3d6dfb3600840b22ae
7
+ data.tar.gz: add7130f94d7ba65c102df442b7198166b80476d91f4bf10afd5e98a34824a222a43129c1e8bd2da23dfe479e7d696af64bd80f565a60eed7dde074040def3e8
@@ -116,18 +116,31 @@ module SMARTAppLaunch
116
116
  in the table below to app developers. The server SHALL use both a FHIR
117
117
  CapabilityStatement and A Well-Known Uris JSON file.
118
118
  )
119
+
119
120
  input :well_known_authorization_url,
120
- :well_known_introspection_url,
121
- :well_known_management_url,
122
- :well_known_registration_url,
123
- :well_known_revocation_url,
124
- :well_known_token_url,
125
- :capability_authorization_url,
126
- :capability_introspection_url,
127
- :capability_management_url,
128
- :capability_registration_url,
129
- :capability_revocation_url,
130
- :capability_token_url
121
+ optional: true
122
+ input :well_known_introspection_url,
123
+ optional: true
124
+ input :well_known_management_url,
125
+ optional: true
126
+ input :well_known_registration_url,
127
+ optional: true
128
+ input :well_known_revocation_url,
129
+ optional: true
130
+ input :well_known_token_url,
131
+ optional: true
132
+ input :capability_authorization_url,
133
+ optional: true
134
+ input :capability_introspection_url,
135
+ optional: true
136
+ input :capability_management_url,
137
+ optional: true
138
+ input :capability_registration_url,
139
+ optional: true
140
+ input :capability_revocation_url,
141
+ optional: true
142
+ input :capability_token_url,
143
+ optional: true
131
144
  output :smart_authorization_url,
132
145
  :smart_introspection_url,
133
146
  :smart_management_url,
@@ -1,3 +1,3 @@
1
1
  module SMARTAppLaunch
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_app_launch_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-31 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core
@@ -195,12 +195,12 @@ files:
195
195
  - lib/smart_app_launch/well_known_capabilities_stu2_test.rb
196
196
  - lib/smart_app_launch/well_known_endpoint_test.rb
197
197
  - lib/smart_app_launch_test_kit.rb
198
- homepage: https://github.com/inferno_framework/smart-app-launch-test-kit
198
+ homepage: https://github.com/inferno-framework/smart-app-launch-test-kit
199
199
  licenses:
200
200
  - Apache-2.0
201
201
  metadata:
202
- homepage_uri: https://github.com/inferno_framework/smart-app-launch-test-kit
203
- source_code_uri: https://github.com/inferno_framework/smart-app-launch-test-kit
202
+ homepage_uri: https://github.com/inferno-framework/smart-app-launch-test-kit
203
+ source_code_uri: https://github.com/inferno-framework/smart-app-launch-test-kit
204
204
  post_install_message:
205
205
  rdoc_options: []
206
206
  require_paths: