fastlane-plugin-xclogparser 0.1.0 → 0.1.1
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: 44747f437ac7a55d4108c2ab4f0a8cf764dbf220759fbccfca7860a878ef7549
|
4
|
+
data.tar.gz: f76c0ee3c5ec35a86bcd8ee4fbc5e8a83b9087c2c7888af65402ec63b27004fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1ac0323a20066840efb2bec9cfc6bba7be449efeaa6736b89935cb50fa9e5a8e0ba9e71c05fc694f1239fcae95180f78d8e127cd1e29112f1ab142afc78f297
|
7
|
+
data.tar.gz: 2cf14da501ca65d2d80db39eaed66bc27c429ba0352f620a73ef815757c5f93dfda7cd938cd9e0319151073d72888600b88d5af15f234dec47c6ab491ee287ae
|
@@ -19,10 +19,10 @@ module Fastlane
|
|
19
19
|
end
|
20
20
|
|
21
21
|
def self.check_for_updates(installed_version)
|
22
|
-
command = ['brew', 'outdated', 'xclogparser', '--json']
|
22
|
+
command = ['brew', 'outdated', 'xclogparser', '--json=v2']
|
23
23
|
# Brew returns a non-zero exit code if the formula is outdated
|
24
24
|
res = Actions.sh(command, log: false, error_callback: ->(result) {})
|
25
|
-
json_res = JSON.parse(res)
|
25
|
+
json_res = JSON.parse(res)['formulae']
|
26
26
|
return if json_res.empty?
|
27
27
|
UI.important("\n#############################################################\n"\
|
28
28
|
"# XCLogParser #{json_res[0]['current_version']} is available. You are on #{installed_version}.\n"\
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-xclogparser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Lesch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|