cocoapods-gitlab_license_report 1.0.2 → 1.0.3

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: 87ca5aa111e348e704356069cac17f5a200d37e5e64905cf888d94312a661cbd
4
- data.tar.gz: d16b9ca9e71dbccb97547407bae3197a397263ea7add9969dc0363a78e2bac88
3
+ metadata.gz: 3dd01d35c65677681b71d2a618f39c5f745d0b8fe9d7b22c561d847880bf9c73
4
+ data.tar.gz: 03c62d47fd4ea789578d42de2d7d7b1b2f5cbff29bb437504cb9e905833c857f
5
5
  SHA512:
6
- metadata.gz: 1a1a420102478871d6313c5e67f1d2f205caab94ca06c8866c983b6bee80bbcf3f425b87af2f4660f6689c93b40b45e7099aa997b53a6c3edf321b92204d86c6
7
- data.tar.gz: 4aa9084745119f6e803f489b2b18d46ef29762be2156e4896b5b36ee3599105633f3450e6c1a0c4826d5099aca4ef89aa167bf1236a06086d25e4db48c67af45
6
+ metadata.gz: d2e9693a019ba39ea0bb6e97aa69f5b03c8648362d84ddac1ff630c5787b2941088cd3d56523a34ef6eab0823516da72ac804cb93a418a875aa6c43de971a14a
7
+ data.tar.gz: '08e606642e91aed5c590e9d6164c7c1d59592ccd954790b93729f84bf32e77dd4732c45e5834905f08da581044293822d59bd7aa882c814862674e1fcee50c7a'
@@ -20,7 +20,6 @@ module CocoaPodsGitlabLicenseReport
20
20
 
21
21
  installed_specs = @context.umbrella_targets.flat_map(&:specs).map(&:root).uniq
22
22
  licenses_report = @generator.generate(installed_specs, excluded_pods)
23
- puts "fef"
24
23
 
25
24
  Dir.mkdir File.dirname(report_path) unless File.exist? File.dirname(report_path)
26
25
  File.write(report_path, licenses_report.to_json)
@@ -1,3 +1,3 @@
1
1
  module CocoaPodsGitlabLicenseReport
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Gallonetto