diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-05 15:11:19 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-05 15:11:19 -0600 |
| commit | ec59c34dcecc8510a85d8a0a86ca1827517f0250 (patch) | |
| tree | 66a0434cafe59643936770c445c92e8cb86c578f | |
| parent | c467bb505be1663a5b76c95b4f31a9559495295c (diff) | |
fix: typo in gemspec description
| -rw-r--r-- | spandx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spandx.gemspec b/spandx.gemspec index 1367911..5e1397a 100644 --- a/spandx.gemspec +++ b/spandx.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.email = ['eldemcan@gmail.com', 'mo@mokhan.ca'] spec.summary = 'A ruby interface to the SPDX catalogue.' - spec.description = 'Spanx is a ruby API for interacting with the spdx.org software license catalogue. This gem includes a command line interface to scan a software project for the software licenses that are associated with each dependency in the project. Spandx also allows you to hook additional information for each dependency found. For instance, you can add plugin to Spandx to find and report vulnerabilities for the dependencies it found.' + spec.description = 'Spandx is a ruby API for interacting with the spdx.org software license catalogue. This gem includes a command line interface to scan a software project for the software licenses that are associated with each dependency in the project. Spandx also allows you to hook additional information for each dependency found. For instance, you can add plugin to Spandx to find and report vulnerabilities for the dependencies it found.' spec.homepage = 'https://spandx.github.io/' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0') |
