fastlane-plugin-saucectl 0.1.7.pre → 0.1.8.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07be5f798087388a45ce875f92ffe4892fe728fdfa8825cc88924f11cb101994
4
- data.tar.gz: f385ab9dc55f2aac8c5504e3ce86da06b150153fd57ce4dba280153b03e3435d
3
+ metadata.gz: 4399e938c86dc69bd02020009818d9bc02005f725f0b755d35c00ca28c5ae0bf
4
+ data.tar.gz: 31372ee614c61e840ae19bbcae97c6f70307b94b055fdf22cccaf87ac1bdbb23
5
5
  SHA512:
6
- metadata.gz: 57ed2142cc42c0d766e4f19d829c5d37f3d16db60f269f8cc309143a9f9cc56228f66100e2aa8e6fc0aaabf31be1c8604c4f75936ec55beb6588321ea844e54b
7
- data.tar.gz: d774d1c3692854870497e886e2c76a8f37439077cbcf3a5ae7815ddb9c0033c70cca449209db8af5a675b37068cfdd1aea264ab0e462a4789fa40af25c59abaa
6
+ metadata.gz: c38a402b2d7c15ffc1ecab5030aaddb4ba8f97e14d2a718eed1628af3fb327f7c3ee77077f5dbaac634460446768305b5a75d8ebc1fa73e68f10f091797d040a
7
+ data.tar.gz: 326652e3cdb51cc6c46ca2601bf334f42e689df189a8d0acac85033f1f9bbcfda1f620624cf3e5093321294b8fb98eb8cb38168d88d96805a3579ad3ed45019d
@@ -32,7 +32,7 @@ module Fastlane
32
32
 
33
33
  def execute_saucectl_installer
34
34
  status = system('sh sauce')
35
- status == 1 ? UI.user_error!("❌ failed to install saucectl: #{stderr}") : status
35
+ status == 1 ? UI.user_error!("❌ failed to install saucectl") : status
36
36
  executable = 'saucectl'
37
37
  FileUtils.mv("bin/#{executable}", executable) unless File.exist?(executable)
38
38
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Saucectl
3
- VERSION = "0.1.7.pre"
3
+ VERSION = "0.1.8.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-saucectl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.pre
4
+ version: 0.1.8.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hamilton