motion-appstore 1.0.8 → 1.0.9
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 +4 -4
- data/command/utils.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aaf1aa06f5abb5c1b248e11d27e6afd82b7a62dd
|
|
4
|
+
data.tar.gz: 3935359a4ce5a4bf24372602d7799a9679c7bf31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ea3115b332951d6753d111d79f61e0a5dbf560de28daea410d7df8529b8154270b32f20abbccefbc3519f695c6ccec90bb927e57c5b1c3fbdd13d8cd8530fd0
|
|
7
|
+
data.tar.gz: 8fe202289d1311447fe7dc8bb2d13f4c89b83fce87a215adafe5405652b8ca1388a2ada76a385a5d38a144a1d93ef78c15589de1f4e028d4c72dd18355cd30ed
|
data/command/utils.rb
CHANGED
|
@@ -50,7 +50,7 @@ module Utils
|
|
|
50
50
|
|
|
51
51
|
def password
|
|
52
52
|
# retrive password from keychain which might be created by Xcode
|
|
53
|
-
`security find-internet-password -g -a #{@adc_id} -s idmsa.apple.com -r htps 2>&1`.each_line { |line|
|
|
53
|
+
`security find-internet-password -g -a \"#{@adc_id}\" -s idmsa.apple.com -r htps 2>&1`.each_line { |line|
|
|
54
54
|
if line =~ /^password: "(.+)"$/
|
|
55
55
|
return $1
|
|
56
56
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-appstore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Watson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This is RubyMotion plugin which provides commands deal with iTunes Connect.
|
|
14
14
|
email:
|