update gem path typo.

This commit is contained in:
snogrammer 2020-08-04 19:18:06 -06:00
parent 8e8ba26052
commit dbb0f237c7
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://gitlab.com/snogrammer/btpay'
spec.metadata['changelog_uri'] = 'https://gitlab.com/snogrammer/btpay/CHANGELOG.md'
spec.metadata['source_code_uri'] = 'https://gitlab.com/snogrammer/btcpay'
spec.metadata['changelog_uri'] = 'https://gitlab.com/snogrammer/btcpay/CHANGELOG.md'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.