Commit 3527a21

mo khan <mo.khan@gmail.com>
2020-01-28 05:37:52
Handle nil licenses from rubygems API tag: v0.1.7
1 parent c9a296f
Changed files (3)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.1.6'
+  VERSION = '0.1.7'
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.1.6
+Version 0.1.7
 
 # Changelog
 
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - nil
 
+## [0.1.7] - 2020-01-28
+### Added
+- Handle `nil` licenses from rubygems.org API response
+
 ## [0.1.6] - 2020-01-27
 ### Added
 - Scan csproj files that depend on other project files
@@ -43,7 +47,8 @@ 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.1.6...HEAD
+[Unreleased]: https://github.com/mokhan/spandx/compare/v0.1.7...HEAD
+[0.1.7]: https://github.com/mokhan/spandx/compare/v0.1.6...v0.1.7
 [0.1.6]: https://github.com/mokhan/spandx/compare/v0.1.5...v0.1.6
 [0.1.5]: https://github.com/mokhan/spandx/compare/v0.1.4...v0.1.5
 [0.1.4]: https://github.com/mokhan/spandx/compare/v0.1.3...v0.1.4
Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    spandx (0.1.6)
+    spandx (0.1.7)
       bundler (>= 1.16, < 3.0.0)
       net-hippie (~> 0.3)
       nokogiri (~> 1.10)