Skip to content

Commit

Permalink
Add relevant links and update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Sep 9, 2024
1 parent 9794201 commit 26a82e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
service_base_url_test_kit (0.10.1)
service_base_url_test_kit (0.11.0.pre.pre1)
inferno_core (~> 0.4.37)

GEM
Expand Down
8 changes: 8 additions & 0 deletions lib/service_base_url_test_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ class ServiceBaseURLTestSuite < Inferno::TestSuite
{
label: 'Open Source',
url: 'https://github.com/inferno-framework/service-base-url-test-kit'
},
{
label: 'Service base URL requirements',
url: 'https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-D/part-170/subpart-D/section-170.404#p-170.404(b)(2)'
},
{
label: 'Certification Companion Guide',
url: 'https://www.healthit.gov/condition-ccg/application-programming-interfaces'
}
]

Expand Down
2 changes: 1 addition & 1 deletion lib/service_base_url_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ServiceBaseURLTestKit
VERSION = '0.10.1'
VERSION = '0.11.0-pre1'
end

0 comments on commit 26a82e9

Please sign in to comment.