license_scout 1.3.1 → 1.3.2

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: fecdb752f60517d3883b5107f043bde548915324a63f2c48182fd21d244ae46f
4
- data.tar.gz: 0f2da3775a2781194e8fd125b7c75dcddeab57a6e87790df9774697f3937c345
3
+ metadata.gz: 6c061ee9bfa78e8640ae5640cdb70b43cbd2b13c166c72d95e177b185628371c
4
+ data.tar.gz: 60c73c60c6988a7400856a4015d0327443efd457c7312a0d389f83e017604ffd
5
5
  SHA512:
6
- metadata.gz: 0d5535a48b4b12f00037b243eeb36b2e9fe668af153d6e501c70a576a69c17b17469b8b8e7a1c749fbe5e9af0ed9d8c720f14fab24d8caf736919c8ebae0cb32
7
- data.tar.gz: 37239121d5b872c193e1c73dd9a67191064035b94ad29b970dbad2b7d243e6d9cec15934d81b25a75a2f3f85185a8f4b3c6f87054ff46fb9d3ccc4ed9514b7b0
6
+ metadata.gz: 2dfc525cc1765d62ac7ae542d7a1c0e3bd365d812ba6cb925d39c0db3ab3be8cfeb9db199c30ea4aa131879d0a709c50fb5daa3b4357a9569f43ab5cde16d6e9
7
+ data.tar.gz: 5b65c5ba58ea1d67e8d9ffb11f9acdeb1a0221d5ea8faa0a33364503f7b9bbe68b4614bfb68f67010a0d94ae8a81f2946d473d11919b4f9081e9856ece969caf
@@ -316,7 +316,6 @@ module LicenseScout
316
316
  ["mixlib-log", "Apache-2.0", ["LICENSE"]],
317
317
  ["mixlib-shellout", "Apache-2.0", ["LICENSE"]],
318
318
  ["moneta", "MIT", nil],
319
- ["multipart-post", "MIT", ["README.md"]],
320
319
  ["mustermann", "MIT", ["LICENSE"]],
321
320
  ["mustermann-grape", "MIT", nil],
322
321
  ["net-http-persistent", "MIT", ["README.rdoc"]],
@@ -395,6 +394,7 @@ module LicenseScout
395
394
  ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
396
395
  ["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
397
396
  ["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
397
+ ["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/README.md"]],
398
398
  ["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
399
399
  ["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
400
400
  ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/README.md"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.1".freeze
19
+ VERSION = "1.3.2".freeze
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license_scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-27 00:00:00.000000000 Z
11
+ date: 2022-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl