shenzhen 0.13.0 → 0.13.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b1e9afd67a7e0daf11f13f0140c2d4bae5a471d
4
- data.tar.gz: 4a841f8932528bc3c265b8008243e4b78045cdf6
3
+ metadata.gz: 2fcd0837529d5ccdec17f9b0d41dd67378fe370d
4
+ data.tar.gz: 022985d9f3a56dc3b574327d2d97b5cb8d3001ba
5
5
  SHA512:
6
- metadata.gz: 8c1220461c1d3f6106a9fd7e9e4639dab72f77cca682ad44b63132add081fcea6b044863edcb7b018e8d155131bde764ca2cb63b7ff37fb2a45454a5e7dfd354
7
- data.tar.gz: e296e21dcd6beb2222d21761c15a8d599ae8fbb7f0c292efb3914bb8e1aed9ae1c4ec38e2654175234cd3c90a18b16861f67d44e00832246edc2dfed24822ae5
6
+ metadata.gz: 6da4b41588afdd43b47e6c0e5b4d509a3103f757131d62587e9a3ee9ddbf924fff488133e466ba0e3f92e514cbdd30a3892c884e345264002fd8563eb96962ea
7
+ data.tar.gz: 301fb4bf25bb69dcc66d95380a89d3c59df8fc3e3821841cefae18e5a25d336c7fe3dc5de8039189ae0d1873057e10441f520ac47d8e53d92b26e67d32243273
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shenzhen (0.13.0)
4
+ shenzhen (0.13.1)
5
5
  aws-sdk (~> 1.0)
6
6
  commander (~> 4.3)
7
7
  dotenv (~> 0.7)
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Mattt Thompson (http://mattt.me/)
1
+ Copyright (c) 2012–2015 Mattt Thompson (http://mattt.me/)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -170,13 +170,9 @@ $ ipa info /path/to/app.ipa
170
170
  +-----------------------------+----------------------------------------------------------+
171
171
  ```
172
172
 
173
- ## Contact
173
+ ## Creator
174
174
 
175
- Mattt Thompson
176
-
177
- - http://github.com/mattt
178
- - http://twitter.com/mattt
179
- - m@mattt.me
175
+ Mattt Thompson ([@mattt](https://twitter.com/mattt))
180
176
 
181
177
  ## License
182
178
 
@@ -134,4 +134,12 @@ command :'distribute:fir' do |c|
134
134
  def determine_fir_app_id!
135
135
  @app_id ||= ask "App Id:"
136
136
  end
137
+
138
+ def determine_app_version!
139
+ @app_version ||= ask "App Version:"
140
+ end
141
+
142
+ def determine_short_version!
143
+ @short_version ||= ask "Short Version:"
144
+ end
137
145
  end
@@ -1,3 +1,3 @@
1
1
  module Shenzhen
2
- VERSION = '0.13.0'
2
+ VERSION = '0.13.1'
3
3
  end
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.13.0
4
+ version: 0.13.1
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-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -221,15 +221,6 @@ files:
221
221
  - ./LICENSE
222
222
  - ./Rakefile
223
223
  - ./README.md
224
- - ./shenzhen-0.10.0.gem
225
- - ./shenzhen-0.10.1.gem
226
- - ./shenzhen-0.10.2.gem
227
- - ./shenzhen-0.10.3.gem
228
- - ./shenzhen-0.11.0.gem
229
- - ./shenzhen-0.11.1.gem
230
- - ./shenzhen-0.11.2.gem
231
- - ./shenzhen-0.12.0.gem
232
- - ./shenzhen-0.12.1.gem
233
224
  - ./shenzhen.gemspec
234
225
  - bin/ipa
235
226
  homepage: http://nomad-cli.com
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file