diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-19 10:01:34 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-19 10:01:34 -0600 |
| commit | 7126222e335f96a50b5513eca75ad61d93d4183b (patch) | |
| tree | 4550af7eacae2bedecfd5d8b57da1880e8a6801c | |
| parent | c8e53c87d08190d08b330e10bd681ca0bb3c1aa1 (diff) | |
Fix failing spec and update CHANGELOGv0.12.3
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | spec/integration/cli/build_spec.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd15b68..c1be5d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,7 +144,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Provide ruby API to the latest SPDX catalogue. -[Unreleased]: https://github.com/mokhan/spandx/compare/v0.12.1...HEAD +[Unreleased]: https://github.com/mokhan/spandx/compare/v0.12.3...HEAD +[0.12.3]: https://github.com/mokhan/spandx/compare/v0.12.2...v0.12.3 +[0.12.2]: https://github.com/mokhan/spandx/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/mokhan/spandx/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/mokhan/spandx/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/mokhan/spandx/compare/v0.10.1...v0.11.0 diff --git a/spec/integration/cli/build_spec.rb b/spec/integration/cli/build_spec.rb index 99bb5a3..0e51301 100644 --- a/spec/integration/cli/build_spec.rb +++ b/spec/integration/cli/build_spec.rb @@ -11,6 +11,8 @@ RSpec.describe '`spandx build` command', type: :cli do -h, [--help], [--no-help] # Display usage information -d, [--directory=DIRECTORY] # Directory to build index in # Default: .index + -l, [--logfile=LOGFILE] # Path to a logfile + # Default: /dev/null -i, [--index=INDEX] # The specific index to build # Default: all |
