Skip to content

Commit

Permalink
Add relevant links and update version. (#32)
Browse files Browse the repository at this point in the history
* Add relevant links and update version.

* Rename preset to make it easy to copy to deployment.

* Bump version for release

---------

Co-authored-by: Emily Michaud <[email protected]>
  • Loading branch information
arscan and emichaud998 authored Sep 10, 2024
1 parent b9b6042 commit 2ca2e2b
Show file tree
Hide file tree
Showing 4 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)
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'
end

0 comments on commit 2ca2e2b

Please sign in to comment.