lib/spandx.rb in spandx-0.15.1 vs lib/spandx.rb in spandx-0.16.0
- old
+ new
@@ -43,10 +43,10 @@
def git
@git ||= {
cache: ::Spandx::Core::Git.new(url: 'https://github.com/spandx/cache.git'),
rubygems: ::Spandx::Core::Git.new(url: 'https://github.com/spandx/rubygems-cache.git'),
- spdx: ::Spandx::Core::Git.new(url: 'https://github.com/spdx/license-list-data.git'),
+ spdx: ::Spandx::Core::Git.new(url: 'https://github.com/spdx/license-list-data.git', default_branch: 'master'),
}
end
end
end