spdx 4.1.3 → 4.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/exceptions.json +256 -55
  3. data/lib/spdx/version.rb +1 -1
  4. data/licenses.json +1852 -574
  5. metadata +7 -7
data/lib/spdx/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spdx
4
- VERSION = "4.1.3"
4
+ VERSION = "4.1.4"
5
5
  end