shenzhen 0.11.0 → 0.11.2

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
  SHA1:
3
- metadata.gz: 8fb9c4da2e7420689c509c3effeeff0ef39f02c0
4
- data.tar.gz: 813122a2540e9991ef978b600e07bdbc2ae807e8
3
+ metadata.gz: 367224d03a3ba0c40a2ad61ddb382739d3f0787b
4
+ data.tar.gz: 208cef76143e424dd568be78a51c1c69e1adebd7
5
5
  SHA512:
6
- metadata.gz: 63de5ba58379dbd08736df16a244635b91a0a9fb9a40a59ad6846c67803985cda110f8b4c2a686189b3e9b9f74f5b2051414d5d4fb2fd51e98029dd30b5425bf
7
- data.tar.gz: c94593552f7d8b7324ecc60529beb709ef4958312ae6faa32a104d83b90f29dc53d6d8f9b5885480fe364faf289bf6644a5a1a1864aaa1bec484ae4ea1b0d050
6
+ metadata.gz: 79771d566612731c74ed3bb9e14a938f24d410956364f439e66489bb83b097054a83055cbf25a4c478ad24c360416f03f4669ddfaaede3e00bd2ab99e8295a46
7
+ data.tar.gz: 01c2f5a0cf4be880ccad6374d299d137fec355e021a9380f9d005f95cb1a71cbea19326d4dc9f9f5610a835d14e8a88a389104019eb9e92664a33aca5601c8ae
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shenzhen (0.11.0)
4
+ shenzhen (0.11.2)
5
5
  aws-sdk (~> 1.0)
6
6
  commander (~> 4.1)
7
7
  dotenv (~> 0.7)
@@ -96,8 +96,8 @@ command :'distribute:pgyer' do |c|
96
96
  response = client.upload_build(@file, parameters)
97
97
  case response.status
98
98
  when 200...300
99
- app_id = response.body['data']['appKey']
100
- app_short_uri = response.body['data']['appShortcutUrl']
99
+ app_id = response.body['appKey']
100
+ app_short_uri = response.body['appShortcutUrl']
101
101
 
102
102
  app_response = client.update_app_info({
103
103
  :aKey => app_id,
@@ -1,3 +1,3 @@
1
1
  module Shenzhen
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.2'
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shenzhen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattt Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -226,6 +226,8 @@ files:
226
226
  - ./shenzhen-0.10.1.gem
227
227
  - ./shenzhen-0.10.2.gem
228
228
  - ./shenzhen-0.10.3.gem
229
+ - ./shenzhen-0.11.0.gem
230
+ - ./shenzhen-0.11.1.gem
229
231
  - ./shenzhen.gemspec
230
232
  - bin/ipa
231
233
  homepage: http://nomad-cli.com