license_finder 5.9.1 → 5.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aef89912cd64506519a915744253d9c0ca259c80dced71dbff5d90bffc43464d
4
- data.tar.gz: 4d22360f41c6bb97847eedef3fd6bc4c19c573ba83fc77fec0e5716f3bebcf02
3
+ metadata.gz: 5aa62297dbdcb901e43f363712a622598ccafc440e3ed5bf56b977dfd988575e
4
+ data.tar.gz: cdb7ac96c2760bd7332e3fddc2605efd0224fa4a60e23a0b437ee4779b3d8c08
5
5
  SHA512:
6
- metadata.gz: ca03bcf0c1b9d8ca7fcc1fa5c453c9b82cf921d4fc36f72218a0b280c4021510dfc8f9f139bc8e9487165d122e28858fb14205576238b5737e5f8428d8aa32fd
7
- data.tar.gz: 31daa09f6ca1b55026d02cf27ed55bc767b9ea98c9b7b4a9ef187650e669314615ebfdb6f099fc18e600016fb89e750e217a2e687f311caebc517fdb8d15efe9
6
+ metadata.gz: 53aae03975e9a80552a6bffb95d9a1238c7bd5ade88d2b8ef3e1af5b5208524ca2faa7282e369d677b388c18da55194010ecec89d9fae5f68bbcf4fb7eb265a7
7
+ data.tar.gz: 6d34d2eb2fb02cc3997b8d68f8d9a5ada20ba55f84510d4477657d7b60c72a678d54a6e6ddec0c4ca5a696fe37edcc115795e350719c35ac02625bd722068f16
@@ -1,3 +1,8 @@
1
+ # [5.9.2] / 2019-07-02
2
+
3
+ ### Changed
4
+ * Bump ruby version to 2.6.3 - [dcdcc1c](https://github.com/pivotal/LicenseFinder/commit/dcdcc1c3e4fd29ec4d180a54fb67b2aa07e932de)
5
+
1
6
  # [5.9.1] / 2019-06-10
2
7
 
3
8
  # [5.9.0] / 2019-06-10
@@ -727,3 +732,4 @@ Bugfixes:
727
732
  [5.8.0]: https://github.com/pivotal/LicenseFinder/compare/v5.7.1...v5.8.0
728
733
  [5.9.0]: https://github.com/pivotal/LicenseFinder/compare/v5.8.0...v5.9.0
729
734
  [5.9.1]: https://github.com/pivotal/LicenseFinder/compare/v5.9.0...v5.9.1
735
+ [5.9.2]: https://github.com/pivotal/LicenseFinder/compare/v5.9.1...v5.9.2
data/Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV GO_LANG_VERSION 1.11.5
6
6
  ENV MAVEN_VERSION 3.6.0
7
7
  ENV SBT_VERSION 1.1.1
8
8
  ENV GRADLE_VERSION 4.10.3
9
- ENV RUBY_VERSION 2.6.1
9
+ ENV RUBY_VERSION 2.6.3
10
10
  ENV MIX_VERSION 1.0
11
11
  ENV JDK_VERISON 8u211
12
12
  ENV COMPOSER_ALLOW_SUPERUSER 1
data/README.md CHANGED
@@ -6,7 +6,7 @@ Build status
6
6
  * Ruby 2.3.8 [![Ruby 2.3.8 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.3.8/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
7
7
  * Ruby 2.4.5 [![Ruby 2.4.5 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.4.5/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
8
8
  * Ruby 2.5.3 [![Ruby 2.5.3 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.5.3/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
9
- * Ruby 2.6.1 [![Ruby 2.6.1 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.6.1/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
9
+ * Ruby 2.6.3 [![Ruby 2.6.3 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.6.3/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
10
10
  * JRuby 9.1.17.0 [![JRuby 9.1.17.0 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-jruby-9.1.17.0/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
11
11
  * JRuby 9.2.6.0 [![JRuby 9.2.6.0 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-jruby-9.2.6.0/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
12
12
 
data/Rakefile CHANGED
@@ -63,7 +63,7 @@ task :update_pipeline, [:slack_url, :slack_channel] do |_, args|
63
63
  puts 'Warning: You should provide slack channel and url to receive slack notifications on build failures'
64
64
  end
65
65
 
66
- ruby_versions = %w[2.6.1 2.5.3 2.4.5 2.3.8 jruby-9.1.17.0 jruby-9.2.6.0]
66
+ ruby_versions = %w[2.6.3 2.5.3 2.4.5 2.3.8 jruby-9.1.17.0 jruby-9.2.6.0]
67
67
 
68
68
  params = []
69
69
  params << "ruby_versions=#{ruby_versions.join(',')}"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.9.1
1
+ 5.9.2
@@ -4,7 +4,7 @@ image_resource:
4
4
  type: docker-image
5
5
  source:
6
6
  repository: ruby
7
- tag: 2.6.1
7
+ tag: 2.6.3
8
8
 
9
9
  inputs:
10
10
  - name: LicenseFinder
@@ -59,13 +59,12 @@ Gem::Specification.new do |s|
59
59
  s.add_development_dependency 'rake'
60
60
  s.add_development_dependency 'rspec', '~> 3'
61
61
  s.add_development_dependency 'rspec-its'
62
- s.add_development_dependency 'rubocop', '~> 0.71.0'
63
- s.add_development_dependency 'rubocop-performance', '~> 1.3.0'
62
+ s.add_development_dependency 'rubocop', '~> 0.72.0'
63
+ s.add_development_dependency 'rubocop-performance', '~> 1.4.0'
64
64
  s.add_development_dependency 'webmock', '~> 3.5'
65
65
 
66
- # to preserve ruby < 2.2.2 support.
67
- s.add_development_dependency 'rack', (RUBY_VERSION < '2.2.2' ? '1.6.0' : '> 1.6')
68
- s.add_development_dependency 'rack-test', (RUBY_VERSION < '2.2.2' ? '0.7.0' : '> 0.7')
66
+ s.add_development_dependency 'rack', '> 1.6'
67
+ s.add_development_dependency 'rack-test', '> 0.7'
69
68
 
70
69
  s.files = `git ls-files`.split("\n").reject { |f| f.start_with?('spec', 'features') }
71
70
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
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.9.1
4
+ version: 5.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Collins
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-06-10 00:00:00.000000000 Z
30
+ date: 2019-07-02 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: bundler
@@ -231,28 +231,28 @@ dependencies:
231
231
  requirements:
232
232
  - - "~>"
233
233
  - !ruby/object:Gem::Version
234
- version: 0.71.0
234
+ version: 0.72.0
235
235
  type: :development
236
236
  prerelease: false
237
237
  version_requirements: !ruby/object:Gem::Requirement
238
238
  requirements:
239
239
  - - "~>"
240
240
  - !ruby/object:Gem::Version
241
- version: 0.71.0
241
+ version: 0.72.0
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: rubocop-performance
244
244
  requirement: !ruby/object:Gem::Requirement
245
245
  requirements:
246
246
  - - "~>"
247
247
  - !ruby/object:Gem::Version
248
- version: 1.3.0
248
+ version: 1.4.0
249
249
  type: :development
250
250
  prerelease: false
251
251
  version_requirements: !ruby/object:Gem::Requirement
252
252
  requirements:
253
253
  - - "~>"
254
254
  - !ruby/object:Gem::Version
255
- version: 1.3.0
255
+ version: 1.4.0
256
256
  - !ruby/object:Gem::Dependency
257
257
  name: webmock
258
258
  requirement: !ruby/object:Gem::Requirement
@@ -483,7 +483,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
483
483
  - !ruby/object:Gem::Version
484
484
  version: '0'
485
485
  requirements: []
486
- rubygems_version: 3.0.3
486
+ rubygems_version: 3.0.4
487
487
  signing_key:
488
488
  specification_version: 4
489
489
  summary: Audit the OSS licenses of your application's dependencies.