fastlane-plugin-rollbar 0.1.5 → 0.1.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1feabb65f0d1056ca2eef7ca5e3762ab17ac54277d658e787ababc8eadc6e47a
|
4
|
+
data.tar.gz: 75ca7fecf3040f79aa5842949cea420442e7fce0a7cf2ccf6baddc9058346468
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd273cf66323fef41901a1c0d121880b76139df0061a4a961315867b8345609e0c4fa568ade0da6188fdb5c54394baac5efd678400cb19d4664b8b85cb02e774
|
7
|
+
data.tar.gz: 6557e0039e87780e4f6fc4f77b24fc17b4c0ca31cd38bc44b3999a4005fb40fe62121cce0b2aebc86c6282ad72f9ed1cdc2afdfde0123fd2b476efae76dc9052
|
@@ -7,7 +7,7 @@ module Fastlane
|
|
7
7
|
module Actions
|
8
8
|
class RollbarSourcemapsUploadAction < Action
|
9
9
|
def self.run(params)
|
10
|
-
Helper::RollbarHelper.create_bundle(os)
|
10
|
+
Helper::RollbarHelper.create_bundle(params[:os])
|
11
11
|
Helper::RollbarHelper.upload_bundle(
|
12
12
|
params[:api_key],
|
13
13
|
params[:os],
|