We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa57fce commit 8020b0fCopy full SHA for 8020b0f
analyzer/language/ruby/gemspec/gemspec.go
@@ -37,7 +37,8 @@ func (a gemspecLibraryAnalyzer) Analyze(target analyzer.AnalysisTarget) (*analyz
37
FilePath: target.FilePath,
38
Libraries: []types.LibraryInfo{
39
{
40
- Library: parsedLib,
+ FilePath: target.FilePath,
41
+ Library: parsedLib,
42
},
43
44
analyzer/language/ruby/gemspec/gemspec_test.go
@@ -28,6 +28,7 @@ func Test_gemspecLibraryAnalyzer_Analyze(t *testing.T) {
28
FilePath: "testdata/multiple_licenses.gemspec",
29
30
31
+ FilePath: "testdata/multiple_licenses.gemspec",
32
Library: godeptypes.Library{
33
Name: "test-unit",
34
Version: "3.3.7",
0 commit comments