license_scout 1.0.9 → 1.0.10

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: 3b9c39bdffae6f7cd950e75df6a0254995eca92206c8b6f1b7c897601e0161d6
4
- data.tar.gz: 1557640f90b01a8b18fcaba4319c9546b93375c2453c7b73ab70015bdd37311e
3
+ metadata.gz: 02eaf156a98d990328da198254101d5341bc3728ff2dca5642871c0813c1f9be
4
+ data.tar.gz: 973cff400ba26136c10c78521e60ca120e80d97fb06d4ce466ed85865a1b0803
5
5
  SHA512:
6
- metadata.gz: ffe787cf9c2ebd28fb2d81d0bde034890303d1e6dc56e6f7e6eb264cd7f940d5017c8112981731c6a94890e3325885b9c5a6b660ac04b3a66bf9216037cf2f48
7
- data.tar.gz: 9d6934e06832e0f8afe4b08e0ea866781e9b18fe8a764f2728a0640152e062aa567866330d0996e611bee59802c8871ec959091878512b9006e31d286001b55d
6
+ metadata.gz: dfb2faf09c1ad50d298342ad2f436b692a9a8ee44e3e48c25a0fd5d4dd455b80d426fd33c3111db138b2641f31b3dac28ed76cc16fb39f3c8fda310c198becab
7
+ data.tar.gz: c3ae56ea939c74c6adc81ef09b19ba3089e65696b14f19c07b10bf2eae02f763001e7dd41036740bee68d55939a603140c21748e8f466e78c45055ca31f93a7c
@@ -357,6 +357,16 @@ module LicenseScout
357
357
  ["parslet", "MIT", ["https://raw.githubusercontent.com/kschiess/parslet/master/LICENSE"]],
358
358
  ["blankslate", "MIT", ["https://raw.githubusercontent.com/masover/blankslate/master/MIT-LICENSE"]],
359
359
  ["xml-simple", "Ruby", ["https://raw.githubusercontent.com/maik/xml-simple/master/README.md"]],
360
+ ["google-cloud-spanner", "Apache-2.0", ["https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-ruby/master/LICENSE"]],
361
+ ["google-gax", "BSD-3-Clause", ["https://raw.githubusercontent.com/googleapis/gax-ruby/master/LICENSE"]],
362
+ ["google-protobuf", nil, ["https://raw.githubusercontent.com/google/protobuf/master/LICENSE"]],
363
+ ["googleapis-common-protos", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
364
+ ["googleapis-common-protos-types", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/api-common-protos/master/LICENSE"]],
365
+ ["grpc", "Apache-2.0", ["https://raw.githubusercontent.com/grpc/grpc/master/LICENSE"]],
366
+ ["grpc-google-iam-v1", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
367
+ ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
368
+ ["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
369
+ ["zonefile", "MIT", ["https://raw.githubusercontent.com/boesemar/zonefile/master/LICENSE"]],
360
370
  ]
361
371
  (aws_sdk_gems + other_gems).each do |override_data|
362
372
  override_license "ruby_bundler", override_data[0] do |version|
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.0.9"
19
+ VERSION = "1.0.10"
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.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-30 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl