Skip to content

Commit

Permalink
Clean up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Feb 21, 2024
1 parent 9e9bd6c commit fc01a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions davinci_us_drug_formulary_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |spec|
spec.version = DaVinciUSDrugFormularyTestKit::VERSION
spec.authors = ['Stephen MacVicar', 'Tom Strassner', 'Robert Passas']
spec.email = ['[email protected]']
spec.summary = 'DaVinci US Drug Formulary Inferno tests'
spec.description = 'DaVinci US Drug Formulary Inferno tests'
spec.summary = 'DaVinci US Drug Formulary Test Kit'
spec.description = 'DaVinci US Drug Formulary Test Kit'
spec.homepage = 'https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.2'
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'webmock', '~> 3.11'
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.2')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/inferno-framework/davinci-us-drug-formulary-test_kit'
spec.metadata['source_code_uri'] = spec.homepage
spec.files = [
Dir['lib/**/*.rb'],
Dir['lib/**/*.json'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def self.metadata
]


id :usdf_v201
id :davinci_us_drug_formulary_v201

input :url,
title: 'FHIR Endpoint',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def output_file_name
end

def suite_id
"usdf_#{ig_metadata.reformatted_version}"
"davinci_us_drug_formulary_#{ig_metadata.reformatted_version}"
end

def title
Expand Down

0 comments on commit fc01a19

Please sign in to comment.