spandx.gemspec in spandx-0.15.1 vs spandx.gemspec in spandx-0.16.0

- old
+ new

@@ -16,10 +16,10 @@ spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0') spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = 'https://github.com/spandx/spandx' - spec.metadata['changelog_uri'] = 'https://github.com/spandx/spandx/blob/master/CHANGELOG.md' + spec.metadata['changelog_uri'] = 'https://github.com/spandx/spandx/blob/main/CHANGELOG.md' spec.files = Dir.chdir(File.expand_path(__dir__)) do Dir.glob('exe/*') + Dir.glob('ext/**/**/*.{rb,c,h}') + Dir.glob('lib/**/**/*.{rb}') +