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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/command/utils.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ca0c094ffad71d6ca1321dab2c050cb26a59d8a
4
- data.tar.gz: 97b5631ef6a8732ca1a431601ce1ba8fbb13b2a5
3
+ metadata.gz: aaf1aa06f5abb5c1b248e11d27e6afd82b7a62dd
4
+ data.tar.gz: 3935359a4ce5a4bf24372602d7799a9679c7bf31
5
5
  SHA512:
6
- metadata.gz: e555c3ab0ab87f6a4a7693f18bba98d5e649d366df5467738aaeabf8e1a7963147eab397ad7d25a8a89795023251b92370cbcff5f5392cf435a3af96c14e920a
7
- data.tar.gz: 1a83ab4146fa3fa41dbee17ae2acc43afc58fcb0d08f42c598e5985b91c1370d8ffa076cc8dc7d3693d2430b28e64d204d81438ba6107caeb460162de15cf6e4
6
+ metadata.gz: 8ea3115b332951d6753d111d79f61e0a5dbf560de28daea410d7df8529b8154270b32f20abbccefbc3519f695c6ccec90bb927e57c5b1c3fbdd13d8cd8530fd0
7
+ data.tar.gz: 8fe202289d1311447fe7dc8bb2d13f4c89b83fce87a215adafe5405652b8ca1388a2ada76a385a5d38a144a1d93ef78c15589de1f4e028d4c72dd18355cd30ed
@@ -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.8
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: 2015-12-05 00:00:00.000000000 Z
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: