From 3d50ddf88cdf5cfdafa2b6afd3594f8b313ab34d Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 28 Dec 2020 22:39:08 -0700 Subject: test: include rubygems in build output --- lib/spandx/ruby/index.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spandx/ruby/index.rb b/lib/spandx/ruby/index.rb index e573468..01152a5 100644 --- a/lib/spandx/ruby/index.rb +++ b/lib/spandx/ruby/index.rb @@ -9,7 +9,8 @@ module Spandx def initialize(directory:) @directory = directory - @cache = ::Spandx::Core::Cache.new('rubygems', root: directory) + @name = 'rubygems' + @cache = ::Spandx::Core::Cache.new(@name, root: directory) @rubygems = ::Spandx::Ruby::Gateway.new end -- cgit v1.2.3