diff options
Diffstat (limited to 'spandx-gitlab.gemspec')
| -rw-r--r-- | spandx-gitlab.gemspec | 16 |
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. |
