fastlane-plugin-xamarin 0.6.2 → 0.6.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: ff206c3f335d82a768581b77abb6a1f67d7fe549474c33fc79d1517644a0834b
4
- data.tar.gz: ba2583a6c2cc8334ee131f92269a1449982822461205e1bdc371ed673e2ac45c
3
+ metadata.gz: 2567897306058eece12e0e8bc2272a10f5dca1410864f9e5dd731643ff92e4dc
4
+ data.tar.gz: f6445c39767390b10f8d48fafe3aa1d2011e04f307c7573ca9435682bce6727c
5
5
  SHA512:
6
- metadata.gz: 90164654640f646b39471093065ec1df948a02d566d9f7b9bdf4308f86ab7f554138ee874c0d09c9a338eea61896a2a8ef08c3503cfa8772e0c3438fca86a018
7
- data.tar.gz: 601d43f64c137181d4fe0ea23e84db2333cc7d9ee1d31968caa190406f2302503730bee4f6cad23c735335a2348e9160e69160432990defe5bee11d66d1dddb9
6
+ metadata.gz: 7f46ba781ea9d6cb4e69d90e5d782ba206a41caf3fb7afcd57e4c33358823f10716f36edbba34af53cdc8bcfb9c5e726498d86160ea825ef6ac8278d87bd3a61
7
+ data.tar.gz: 214bbdc32c7c0b62de37bb0be7bf3c7db8418359805bc20eb6c49c0a0809dea20da6fb0333da7a0298d548c8cad89077acef67f95ff7f50fac9139cb847b137f
@@ -44,7 +44,7 @@ module Fastlane
44
44
  if exit_status == 0
45
45
  UI.success("Successfully executed nuget")
46
46
  else
47
- UI.error!("Uhh ohh - failed executing nuget")
47
+ UI.user_error!("Uhh ohh - failed executing nuget")
48
48
  end
49
49
 
50
50
 
@@ -36,7 +36,7 @@ module Fastlane
36
36
  if exit_status == 0
37
37
  UI.success("Successfully executed nuget")
38
38
  else
39
- UI.error!("Uhh ohh - failed executing nuget")
39
+ UI.user_error!("Uhh ohh - failed executing nuget")
40
40
  end
41
41
 
42
42
 
@@ -76,7 +76,7 @@ module Fastlane
76
76
  )
77
77
 
78
78
  else
79
- UI.error!("Unable to build - see log for more info")
79
+ UI.user_error!("Unable to build - see log for more info")
80
80
  end
81
81
 
82
82
 
@@ -82,7 +82,7 @@ module Fastlane
82
82
  )
83
83
 
84
84
  else
85
- UI.error!("Unable to build - see log for more info")
85
+ UI.user_error!("Unable to build - see log for more info")
86
86
  end
87
87
 
88
88
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Xamarin
3
- VERSION = "0.6.2"
3
+ VERSION = "0.6.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xamarin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Charriere
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-23 00:00:00.000000000 Z
11
+ date: 2018-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry