license_scout 2.1.4 → 2.1.5

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: ef0c0a457de60ff29759a124e7ceda10b6823130c9fdff4dd0cd7b79fc26073f
4
- data.tar.gz: 371933f9a69600f7943615e89d6350b353a4b3d78f806b8c6fa2c4f2a06252bd
3
+ metadata.gz: 14b85580896471361525873d8a29b5a4b3aa193190306322bb8f70a1c5b184d1
4
+ data.tar.gz: b8fad896ebb7dedd939e8a92d5382416cc48acde2da04ce3d8fe778b6a69227b
5
5
  SHA512:
6
- metadata.gz: 2eaa5c12c0e362ee7ae6d91e7f1005e5a2d14568bf7cdbef4f14f33e49a4c8d8017833700293e37d493f85a778179c9f511745b989c21940d4c0d481d4be4cbf
7
- data.tar.gz: a37901f1b2716366900af58f92a45ff5c57a1d4f4921bac49a88bd4976a7b8babb1e0c5ec3fb7966f27fb08d9d47e995c686293ef72d02e7d466f750c7119848
6
+ metadata.gz: b5088dabb8927abf37e8a6967b87ba3655121598e65f3330fd3188596bf21da990ec1be50701d81dd799a134db70b6e9b561bb88e366ab6328e8684f81301a78
7
+ data.tar.gz: 77f31edcb928565b8412267fc3cc95eaf4ad4f95004f6ef2bdd81290829a6cb2e78cba2440404bf78166f5fb75ed7fe34fa3f0c6239c76c9805aa7737a0cb6cd
@@ -59,6 +59,13 @@ module LicenseScout
59
59
  # Additionally, rubygems reports the gem path as a path inside
60
60
  # bundler's lib/ dir, so we have to munge it.
61
61
  "https://github.com/bundler/bundler"
62
+ elsif dep_name == "json"
63
+ # json is different weird. When project is using the json that is prepackaged with
64
+ # Ruby, its included not as a full fledged gem but an *.rb file at:
65
+ # /opt/opscode/embedded/lib/ruby/2.2.0/json.rb
66
+ # Because of this its license is reported as nil and its license files can not be
67
+ # found. That is why we need to provide them manually here.
68
+ "https://github.com/flori/json"
62
69
  else
63
70
  gem_data["path"]
64
71
  end
@@ -183,7 +183,7 @@ module LicenseScout
183
183
  license_manifest_version: 2,
184
184
  generated_on: DateTime.now.to_s,
185
185
  name: LicenseScout::Config.name,
186
- dependencies: []
186
+ dependencies: [],
187
187
  }
188
188
 
189
189
  all_dependencies.each do |dep|
@@ -6,7 +6,7 @@
6
6
  # you may not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- #     http://www.apache.org/licenses/LICENSE-2.0
9
+ #      http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing, software
12
12
  # distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "2.1.4"
19
+ VERSION = "2.1.5".freeze
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license_scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay