Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RubyGems URLs for homepage and source_code #65

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions smart_app_launch_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = ['inferno@groups.mitre.org']
spec.summary = 'Inferno Tests for the SMART Application Launch Framework Implementation Guide'
spec.description = 'Inferno Tests for the SMART Application Launch Framework Implementation Guide'
spec.homepage = 'https://github.com/inferno_framework/smart-app-launch-test-kit'
spec.homepage = 'https://github.com/inferno-framework/smart-app-launch-test-kit'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.2'
spec.add_runtime_dependency 'json-jwt', '~> 1.15.3'
Expand All @@ -20,7 +20,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/smart-app-launch-test-kit'
spec.metadata['source_code_uri'] = 'https://github.com/inferno-framework/smart-app-launch-test-kit'
spec.files = [
Dir['lib/**/*.rb'],
Dir['lib/**/*.html'],
Expand Down
Loading