fastlane-plugin-appmetrica 0.1.2 → 0.1.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: 441f4a085c14bc75a3293bd182e1e662194c55a42ab07156f76f1cc9152672d9
4
- data.tar.gz: 5ab6ec7029dec45995ea05aa242a96aa308f1b5fb8ecb27310ff8ebfb3a80345
3
+ metadata.gz: 01084b91e602d14633b065586e2d8e9b71a7c2bbd3781a7e7006ca38ddc1e67a
4
+ data.tar.gz: 3337eb2b9c298e5fb008a0e6c31b1d913bf07dcc55838ae75298fcac82eda868
5
5
  SHA512:
6
- metadata.gz: 805be60c210fdc08c4bed5973f43b2f3b16502f8b2520c9f75295d1d532f209ad7605db9a294ead624a8e6536ff17d0a11c68da9584bf037c294437546ab1217
7
- data.tar.gz: 4303d7a67e4a6a8be98a5766d1f319f9710ea6bbe98db5dc131d0948a5702e7fc2c76d9f94e5c4b0d6f87452bb5cd33f0a9b331fc3d0583f998766f96426c4ac
6
+ metadata.gz: fce2842b604c6859b5b041ecbd30076a7ba69aca0e18293776001ee0c43c64d858bf3745a7ef28461be45293dd1968e3d44765a3dc2fe4e882900e09ed6fb5c2
7
+ data.tar.gz: 02214c3a0d121db03170db5a1e2b1eddfb797032a4362408ef30afcf90d314b68d563d7f1dbb349c0046376edeafa8a6b6b66544e054457e90430e049db1e6d9
@@ -20,7 +20,7 @@ module Fastlane
20
20
  files += params[:files] if params[:files]
21
21
  files << Actions.lane_context[SharedValues::DSYM_OUTPUT_PATH] if Actions.lane_context[SharedValues::DSYM_OUTPUT_PATH]
22
22
  files += Actions.lane_context[SharedValues::DSYM_PATHS] if Actions.lane_context[SharedValues::DSYM_PATHS]
23
-
23
+
24
24
  files = files.map do |file|
25
25
  self.process_file(file, temp_dir) unless file.nil?
26
26
  end
@@ -52,9 +52,9 @@ module Fastlane
52
52
  "You may specify the location of the binary by using the binary_path option")
53
53
  end
54
54
 
55
- params[:binary_path] = File.expand_path(params[:binary_path])
55
+ params[:binary_path] = File.expand_path(params[:binary_path]).shellescape
56
56
 
57
- cli_version = Gem::Version.new(`#{params[:binary_path].shellescape} --version`.strip)
57
+ cli_version = Gem::Version.new(`#{params[:binary_path]} --version`.strip)
58
58
  unless Gem::Requirement.new(Fastlane::Appmetrica::CLI_VERSION) =~ cli_version
59
59
  UI.user_error!("Your 'helper' is outdatedcd, please upgrade to at least version "\
60
60
  "#{Fastlane::Appmetrica::CLI_VERSION} and start again!")
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Appmetrica
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  CLI_VERSION = "~> 0.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appmetrica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yandex, LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-11 00:00:00.000000000 Z
11
+ date: 2019-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
168
  requirements: []
169
- rubygems_version: 3.0.3
169
+ rubygems_version: 3.0.6
170
170
  signing_key:
171
171
  specification_version: 4
172
172
  summary: Upload dSYM symbolication files to AppMetrica