smart_app_launch_test_kit 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smart_app_launch/smart_stu2_2_suite.rb +3 -0
- data/lib/smart_app_launch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 956da1bf90eccfbfda23b793f3870ad7ce7f50fdeaeee25cda93d392fcab8d3b
|
4
|
+
data.tar.gz: c927a7c94eb03a22b891c244a3349f593dacb4432f2f959da410a0c9dbc293cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26afb54c26303bd57f5fe9b9005b887b9c37c579a3b7efd95e91e4bb52bbce91db9d39aa16aee8581dbb4f195b69eca82842f616e089575e2eb6b9c8c0915ad0
|
7
|
+
data.tar.gz: f7b3cc01e93eab4057917bf2a7805f73922b3994a56767e9a012e4cd0ac8a2e03fb1994da35154c5830a4b8c6e458bb5d44987ea6812d09bbb7b3737722a50de
|
@@ -55,6 +55,9 @@ module SMARTAppLaunch
|
|
55
55
|
following JWK Set URL:
|
56
56
|
|
57
57
|
* `#{Inferno::Application[:base_url]}/custom/smart_stu2_2/.well-known/jwks.json`
|
58
|
+
|
59
|
+
**NOTE:** This suite does not currently test [CORS
|
60
|
+
support](http://hl7.org/fhir/smart-app-launch/app-launch.html#considerations-for-cross-origin-resource-sharing-cors-support).
|
58
61
|
DESCRIPTION
|
59
62
|
|
60
63
|
input_instructions %(
|
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.
|
4
|
+
version: 0.4.5
|
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-10-
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inferno_core
|