summaryrefslogtreecommitdiff
path: root/spandx-gitlab.gemspec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:20:24 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:20:24 -0600
commit00551f2ddb90297c92bf71547f0e75fc5c88790f (patch)
tree206edb7727862f9db1bd13c0eb4946bfa85e06a2 /spandx-gitlab.gemspec
parent1f2128c4a2dd18f6c05535e702f288c2472844d1 (diff)
Update gemspec
Diffstat (limited to 'spandx-gitlab.gemspec')
-rw-r--r--spandx-gitlab.gemspec16
1 files changed, 7 insertions, 9 deletions
diff --git a/spandx-gitlab.gemspec b/spandx-gitlab.gemspec
index 4151bdc..94cca53 100644
--- a/spandx-gitlab.gemspec
+++ b/spandx-gitlab.gemspec
@@ -4,19 +4,17 @@ Gem::Specification.new do |spec|
spec.name = "spandx-gitlab"
spec.version = Spandx::Gitlab::VERSION
spec.authors = ["mo khan"]
- spec.email = ["mo.khan@gmail.com"]
+ spec.email = ["mkhan@gitlab.com"]
- spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
- spec.description = %q{TODO: Write a longer description or delete this line.}
- spec.homepage = "TODO: Put your gem's website or public repo URL here."
+ spec.summary = %q{A plugin to generate GitLab compatible license scanning reports.}
+ spec.description = %q{A plugin to generate GitLab compatible license scanning reports.}
+ spec.homepage = "https://gitlab.com/xlgmokha/spandx-gitlab"
spec.license = "MIT"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
-
- spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
spec.metadata["homepage_uri"] = spec.homepage
- spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
- spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
+ spec.metadata["source_code_uri"] = "https://gitlab.com/xlgmokha/spandx-gitlab"
+ spec.metadata['changelog_uri'] = 'https://github.com/mokhan/spandx/blob/master/CHANGELOG.md'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.