diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-22 23:04:56 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-22 23:04:56 -0600 |
| commit | bc340d86804022139d393673e10d4dba2ac685ec (patch) | |
| tree | f87fd5cec6dc797419e514e7fc2aafa85aedaa07 | |
| parent | cbc769a04d4c4e9f26243911ed883ef52c701797 (diff) | |
Specify default_versionomnibus
| -rw-r--r-- | config/software/spandx.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/software/spandx.rb b/config/software/spandx.rb index 4de422e..8c7c048 100644 --- a/config/software/spandx.rb +++ b/config/software/spandx.rb @@ -1,8 +1,7 @@ -#require_relative '../../lib/spandx/version' +require_relative '../../lib/spandx/version' name "spandx" -#version Spandx::VERSION -version "0.13.5" +default_version Spandx::VERSION license :MIT skip_transitive_dependency_licensing true |
