krausefx-shenzhen 0.14.7 → 0.14.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +19 -18
- data/README.md +3 -0
- data/lib/shenzhen/version.rb +1 -1
- data/shenzhen.gemspec +1 -1
- metadata +5 -8
- data/krausefx-shenzhen-0.14.3.gem +0 -0
- data/krausefx-shenzhen-0.14.4.gem +0 -0
- data/krausefx-shenzhen-0.14.5.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0d797f112140a959c6fc0825442c2432b99db74
|
4
|
+
data.tar.gz: 84365de1cdd5fc4faae9a71471e4e37645674a31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f91681c4513239713727b852c298e620602f0f9d8f55e2b881713d4b07cea6f48f33e846986701cb17965f38b4c1c690a2546ecec93037baff7195bdf82e2812
|
7
|
+
data.tar.gz: c9e96b0c476d3a7b3321ee2c26065355bd2a647d4c59cf711b5aa2a7c50e64f9ad490ce14ed091b5e00c6b8902896221a5bf608c50e15bdd2025a6155a2a0620
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
krausefx-shenzhen (0.14.
|
5
|
-
commander (~> 4.
|
4
|
+
krausefx-shenzhen (0.14.8)
|
5
|
+
commander (~> 4.4.0)
|
6
6
|
dotenv (>= 0.7)
|
7
7
|
faraday (~> 0.9)
|
8
8
|
faraday_middleware (~> 0.9)
|
@@ -17,10 +17,10 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
commander (4.
|
20
|
+
commander (4.4.0)
|
21
21
|
highline (~> 1.7.2)
|
22
22
|
diff-lcs (1.2.5)
|
23
|
-
dotenv (2.
|
23
|
+
dotenv (2.1.1)
|
24
24
|
faraday (0.9.2)
|
25
25
|
multipart-post (>= 1.2, < 3)
|
26
26
|
faraday_middleware (0.10.0)
|
@@ -30,21 +30,22 @@ GEM
|
|
30
30
|
multipart-post (2.0.0)
|
31
31
|
net-sftp (2.1.2)
|
32
32
|
net-ssh (>= 2.6.5)
|
33
|
-
net-ssh (3.
|
33
|
+
net-ssh (3.1.1)
|
34
34
|
plist (3.1.0)
|
35
|
-
rake (
|
36
|
-
rspec (3.
|
37
|
-
rspec-core (~> 3.
|
38
|
-
rspec-expectations (~> 3.
|
39
|
-
rspec-mocks (~> 3.
|
40
|
-
rspec-core (3.
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-expectations (3.
|
35
|
+
rake (11.1.2)
|
36
|
+
rspec (3.4.0)
|
37
|
+
rspec-core (~> 3.4.0)
|
38
|
+
rspec-expectations (~> 3.4.0)
|
39
|
+
rspec-mocks (~> 3.4.0)
|
40
|
+
rspec-core (3.4.4)
|
41
|
+
rspec-support (~> 3.4.0)
|
42
|
+
rspec-expectations (3.4.0)
|
43
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-mocks (3.1
|
46
|
-
|
47
|
-
|
44
|
+
rspec-support (~> 3.4.0)
|
45
|
+
rspec-mocks (3.4.1)
|
46
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
+
rspec-support (~> 3.4.0)
|
48
|
+
rspec-support (3.4.1)
|
48
49
|
rubyzip (1.1.7)
|
49
50
|
security (0.1.3)
|
50
51
|
terminal-table (1.4.5)
|
@@ -58,4 +59,4 @@ DEPENDENCIES
|
|
58
59
|
rspec
|
59
60
|
|
60
61
|
BUNDLED WITH
|
61
|
-
1.
|
62
|
+
1.12.5
|
data/README.md
CHANGED
@@ -195,6 +195,9 @@ $ ipa info /path/to/app.ipa
|
|
195
195
|
|
196
196
|
Mattt Thompson ([@mattt](https://twitter.com/mattt))
|
197
197
|
|
198
|
+
## Code of Conduct
|
199
|
+
Help us keep this `shenzhen` fork open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/code-of-conduct).
|
200
|
+
|
198
201
|
## License
|
199
202
|
|
200
203
|
Shenzhen is released under an MIT license. See LICENSE for more information.
|
data/lib/shenzhen/version.rb
CHANGED
data/shenzhen.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.summary = "Shenzhen"
|
15
15
|
s.description = "CLI for Building & Distributing iOS Apps (.ipa Files)"
|
16
16
|
|
17
|
-
s.add_dependency "commander", "~> 4.
|
17
|
+
s.add_dependency "commander", "~> 4.4.0"
|
18
18
|
s.add_dependency "highline", ">= 1.7.2"
|
19
19
|
s.add_dependency "terminal-table", "~> 1.4.5"
|
20
20
|
s.add_dependency "json", "~> 1.8"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: krausefx-shenzhen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattt Thompson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.4.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 4.4.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: highline
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -204,9 +204,6 @@ files:
|
|
204
204
|
- "./LICENSE"
|
205
205
|
- "./README.md"
|
206
206
|
- "./Rakefile"
|
207
|
-
- "./krausefx-shenzhen-0.14.3.gem"
|
208
|
-
- "./krausefx-shenzhen-0.14.4.gem"
|
209
|
-
- "./krausefx-shenzhen-0.14.5.gem"
|
210
207
|
- "./lib/shenzhen.rb"
|
211
208
|
- "./lib/shenzhen/agvtool.rb"
|
212
209
|
- "./lib/shenzhen/commands.rb"
|
@@ -248,7 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
245
|
version: '0'
|
249
246
|
requirements: []
|
250
247
|
rubyforge_project:
|
251
|
-
rubygems_version: 2.
|
248
|
+
rubygems_version: 2.5.1
|
252
249
|
signing_key:
|
253
250
|
specification_version: 4
|
254
251
|
summary: Shenzhen
|
Binary file
|
Binary file
|
Binary file
|