diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-07 19:49:35 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-07 19:49:35 +0000 |
| commit | 1e2005682f1cd5f0fee3ee21235bd2a349d529a4 (patch) | |
| tree | 5b5af5f973e81019f52aa8bb876351014c9955c2 /license-management.gemspec | |
| parent | cb0681e7b20537d8aeb5785ad09934cd9fe103f8 (diff) | |
| parent | 8e4aaaf041950ae90916397cd08ab0f36f80c622 (diff) | |
Merge branch '215933-new-repo' into 'main'v3.28.0
Relocate project
See merge request gitlab-org/security-products/analyzers/license-finder!3
Diffstat (limited to 'license-management.gemspec')
| -rw-r--r-- | license-management.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/license-management.gemspec b/license-management.gemspec index de62d28..3a92f12 100644 --- a/license-management.gemspec +++ b/license-management.gemspec @@ -12,13 +12,13 @@ Gem::Specification.new do |spec| spec.summary = 'License Management job for GitLab CI.' spec.description = 'License Management job for GitLab CI. https://docs.gitlab.com/ee/user/compliance/license_compliance/index.html' - spec.homepage = 'https://gitlab.com/gitlab-org/security-products/license-management' + spec.homepage = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder' spec.license = 'Nonstandard' spec.metadata['allowed_push_host'] = 'https://example.com' spec.metadata['homepage_uri'] = spec.homepage - spec.metadata['source_code_uri'] = 'https://gitlab.com/gitlab-org/security-products/license-management' - spec.metadata['changelog_uri'] = 'https://gitlab.com/gitlab-org/security-products/license-management/blob/master/CHANGELOG.md' + spec.metadata['source_code_uri'] = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder' + spec.metadata['changelog_uri'] = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/CHANGELOG.md' spec.files = Dir.chdir(File.expand_path(__dir__)) do Dir.glob('exe/*') + Dir.glob('lib/**/**/*.{rb,yml}') + Dir.glob('*.{md,yml,json}') |
