cocoapods-gitlab_license_report 1.0.0 → 1.0.1

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: 3a384e05fdfe00a27a66564092f5aeb449ed9f50fc71e2e3250a4b404ee74ea2
4
- data.tar.gz: df0cc2779e57d08bc92d8af4d1e99b611b2b5dd90250859908d2182016e8291b
3
+ metadata.gz: 7648e78c10ae0a6fd7909eb0bc29047557d1f27edc30eb0cdd29e6f48e315f94
4
+ data.tar.gz: 98dc7716b4470c6f6a943730a4c7907a76807b33131413bfa32986387acc10a0
5
5
  SHA512:
6
- metadata.gz: 4d1af2f4496ada8c6e431a5a40e7cf0ed5c344a33e52626798ff902b94f1c580ee723ae5eef8547d228cc63a6b7fbbc327adf3d2bc47dd8a5eb325baf46fd1ac
7
- data.tar.gz: 9d1bcc82badbf732e56eada6237979be96ab258515dfc893270f73381cf587c7b18e6e7ed2f7eb533d4eb9b8e84b1bbecc714f46974a4cf4141f6df5f0243a32
6
+ metadata.gz: 6d6b8a506b9206a6977de734297b6c862fbf659c3d7cfc69c5d6d05fa4b8712630e882f2c55762afa82b77f20aad3088c7666f4cac1c9da835f97e724fa628eb
7
+ data.tar.gz: '0779247b730dffc1107d0aea100f921dfac88f9e5633904d0af27ea805fe95619a57af8924fe8c321ca3481ae62f366c5ec928da65f4523f6bcdb9067e49a90e'
@@ -20,7 +20,7 @@ module CocoaPodsGitlabLicenseReport
20
20
  sandbox ||= Pod::Sandbox.new(@context.sandbox_root)
21
21
 
22
22
  installed_specs = @context.umbrella_targets.flat_map(&:specs).map(&:root).uniq
23
- licenses_report = @generator.generate(installed_specs, excluded_pods, context.sandbox)
23
+ licenses_report = @generator.generate(installed_specs, excluded_pods, @context.sandbox)
24
24
 
25
25
  Dir.mkdir File.dirname(report_path) unless File.exist? File.dirname(report_path)
26
26
  File.write(report_path, licenses_report.to_json)
@@ -1,3 +1,3 @@
1
1
  module CocoaPodsGitlabLicenseReport
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-gitlab_license_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Gallonetto