From 8e46aa67ca5be04f5aae12a4eec63434ed0fefff Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 15 Oct 2019 16:31:02 -0600 Subject: This maps the hardcoded names to spdx ids The GitLab UI has a hardcoded list of license names that need to be mapped to the equivalent SPDX identifier. * https://gitlab.com/gitlab-org/gitlab/blob/5d760ac8b75c07a3c748485fe08130fcc9af2acf/ee/app/assets/javascripts/vue_shared/license_management/constants.js#L8-32 --- Gemfile.lock | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..9f6acfe --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,47 @@ +PATH + remote: . + specs: + license-management (1.7.0) + license_finder (= 5.6.2) + +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.3) + license_finder (5.6.2) + bundler + rubyzip + thor + toml (= 0.2.0) + with_env (= 1.1.0) + xml-simple + parslet (1.8.2) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.0) + rspec-support (~> 3.9.0) + rspec-expectations (3.9.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.0) + rubyzip (2.0.0) + thor (0.20.3) + toml (0.2.0) + parslet (~> 1.8.0) + with_env (1.1.0) + xml-simple (1.1.5) + +PLATFORMS + ruby + +DEPENDENCIES + license-management! + rspec (~> 3.9) + +BUNDLED WITH + 2.0.2 -- cgit v1.2.3