shaped.gemspec in shaped-0.11.0 vs shaped.gemspec in shaped-0.12.0
- old
+ new
@@ -15,10 +15,10 @@
spec.required_ruby_version = ">= #{File.read('.ruby-version').rstrip}"
spec.metadata['rubygems_mfa_required'] = 'true'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/davidrunger/shaped'
- spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/shaped/blob/master/CHANGELOG.md'
+ spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/shaped/blob/main/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.
spec.files =
Dir.chdir(File.expand_path(__dir__)) do