fastlane-plugin-firebase_app_distribution 0.2.8 → 0.2.9

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: c5690358deeb4e414dbfa9de99dd70aec8eb3a58ef77ebb03a9617ffdfb38c38
4
- data.tar.gz: aa55223435954d0a72a283434ec9ee045bf4b7eb28f3a1f6584b20d1a8723bb7
3
+ metadata.gz: d6396f055da2f0d98f6f8d675cf08af13e80d66a3a0d421cb905f5af075c6544
4
+ data.tar.gz: 6c81776db0daf3eef997d090cb6d1a51c62a44d69080e7f7efde05523d2e4c2e
5
5
  SHA512:
6
- metadata.gz: c01a0eb7cb2bca6727529de5a056f936e846438b379b218ca545febb649c0136a9a67c1ed54c36cd386ec06247bb8c3dc88dc812478e5a7ebf0fdde1dbc09dcf
7
- data.tar.gz: 7fca01eadddd637a2b7252100a9187c289930d186ed95aef0bb769f9f19da77bf2588989d779d3b3103b4b869ee09db0e424f3aca8052684cb16ce5989ca04f6
6
+ metadata.gz: 675c0c9c0452e0dad1ad47edb31caa1d374869eb03a414adec8ffc3276b6e959b97016481fcf9fb66f416020f870341436de8a579480de35d30d9906107a93e2
7
+ data.tar.gz: 9177cc9fefed5010d2e5aa2395fda013235f4621f330a2615e617377028d20da292577b6d38f3a9d9f59c2363669086e03eb6f66ae29f8245b006341721207aa
@@ -1,6 +1,5 @@
1
1
  require 'googleauth'
2
2
  require 'googleauth/stores/file_token_store'
3
- require "google/apis/people_v1"
4
3
  require "fileutils"
5
4
 
6
5
  module Fastlane
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.2.8"
3
+ VERSION = "0.2.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-firebase_app_distribution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Natchev
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-05-11 00:00:00.000000000 Z
13
+ date: 2021-05-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pry