license_finder 5.2.1 → 5.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f1ff7dd73914dbae0d6c2537623a1586df2741eb946747d6cd6c5e98fd4cb67
4
- data.tar.gz: 773689e4c2f2b3cfb5c0bdabdddf04eba999fada676e894f7798f4d145f0fa6b
3
+ metadata.gz: 68271c9c5eaa834d5e5ec4a131a1acde9bb32491fc5acad9ab5f589b3d37d044
4
+ data.tar.gz: 804fd3a0522dc182b3bc61359688334319934fac1d52080a05dc134f0e8687d4
5
5
  SHA512:
6
- metadata.gz: 50f936f234b23501e24750a2fd73f2c036c2e013c222d0093263997830175d50cf0bf6c1e7a4ad2a7bca4b454bbf97b46b2d374de3e1cd96865fc78c7ea3ff43
7
- data.tar.gz: a7e47a71954ee9605348fb71cb20f622dee8526336e8a3d3e7282b6a1efdd75502491f9c0c10af06515fabfc95a0cbd68d3da1dd04266e3f2dba3bf00a82bf9a
6
+ metadata.gz: a8727090c39a1b98934df468a64de27fcb0083f459a4f5b9627c81c5d1b3afb4711386a15492c6110af1047d5ac755ff24185c9a0f5d8399113dd2df9afffcb9
7
+ data.tar.gz: 060fa1fba5020b90e97ad1bcf0f4ed635e55a2885f660627f8a3b32736247e82489dc09e359da79ccbf59550a3dd61700c6f7d21c229355d8afe097e9b8f68c3
@@ -1,3 +1,10 @@
1
+ # [5.2.3] / 2018-05-14
2
+
3
+ # [5.2.1] / 2018-05-14
4
+
5
+ ### Changed
6
+ * Updated go-lang to 1.10.2 in the Docker * Updated Maven to 3.5.3 in the Docker - [1decf6a](https://github.com/pivotal-legacy/LicenseFinder/commit/1decf6ad27c9edf96b4f5cccd9a7ca0955fed9f2) - Mark Fioravanti
7
+
1
8
  # [5.2.0] / 2018-05-09
2
9
 
3
10
  ### Fixed
@@ -589,3 +596,5 @@ Bugfixes:
589
596
  [5.1.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.0...v5.1.1
590
597
  [5.1.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.0...v5.1.1
591
598
  [5.2.0]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.1...v5.2.0
599
+ [5.2.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.2.0...v5.2.1
600
+ [5.2.3]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.2.1...v5.2.3
@@ -59,6 +59,9 @@ jobs:
59
59
  build: lf-git
60
60
  tag: version/version.txt
61
61
  tag_as_latest: true
62
+ - put: lf-git
63
+ params:
64
+ repository: lf-git-changed
62
65
  - task: build-and-push-gem
63
66
  image: lf-image
64
67
  params:
@@ -67,10 +70,6 @@ jobs:
67
70
  GIT_PRIVATE_KEY: ((CfOslBotPrivateKey))
68
71
  GEM_API_KEY: ((LicenseFinderGemApiKey))
69
72
  file: lf-git/ci/tasks/build-and-push-gem.yml
70
- - put: lf-git
71
- params:
72
- repository: lf-git-changed
73
- tag: version/tag.txt
74
73
  - put: lf-release
75
74
  params:
76
75
  name: version/tag.txt
@@ -1,3 +1,3 @@
1
1
  module LicenseFinder
2
- VERSION = '5.2.1'.freeze
2
+ VERSION = '5.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.1
4
+ version: 5.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Collins