fastlane-plugin-apprepo 0.4.2 → 0.4.3
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/.coveralls.yml +1 -1
- data/Gemfile.lock +108 -104
- data/circle.yml +2 -3
- data/lib/fastlane/plugin/apprepo/version.rb +3 -3
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2df080fa17812e101bb5563b4e1f68508abc1bd2
|
|
4
|
+
data.tar.gz: cfa2e8d71e7ab2ff7b5e47d16aa51587c4363d85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09313dd1e9b0b573b7f6b2d85f759596b3dad62d4f0e0ba70fe9bcf62e51a7679ea94a3905d0999584000e09f0a3a365074fcc8a7b545219f050627ce327b5f8'
|
|
7
|
+
data.tar.gz: 8a3494a333bf0b8f4bc67e303a475468647fd7be77e6981724bab7ec7c80707302769fe479c38d6ae737625779210bb97215901a9dd1d66184dceb85eb2b4868
|
data/.coveralls.yml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
repo_token:
|
|
1
|
+
repo_token: dQDxuq9CdMJY5IWYmcFf8BdiHaUPFwZxQ
|
|
2
2
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fastlane-plugin-apprepo (0.4.
|
|
4
|
+
fastlane-plugin-apprepo (0.4.2)
|
|
5
5
|
json (~> 2.0, >= 2.0.3)
|
|
6
6
|
net-sftp (~> 2.1, >= 2.1.2)
|
|
7
7
|
net-ssh (~> 4.0, >= 4.0.0)
|
|
@@ -9,58 +9,58 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
CFPropertyList (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
tzinfo (~> 1.1)
|
|
18
|
-
addressable (2.5.1)
|
|
19
|
-
public_suffix (~> 2.0, >= 2.0.2)
|
|
20
|
-
ast (2.3.0)
|
|
12
|
+
CFPropertyList (3.0.0)
|
|
13
|
+
addressable (2.5.2)
|
|
14
|
+
public_suffix (>= 2.0.2, < 4.0)
|
|
15
|
+
ast (2.4.0)
|
|
16
|
+
atomos (0.1.2)
|
|
21
17
|
babosa (1.0.2)
|
|
22
18
|
builder (3.2.3)
|
|
23
|
-
claide (1.0.
|
|
24
|
-
coderay (1.1.
|
|
19
|
+
claide (1.0.2)
|
|
20
|
+
coderay (1.1.2)
|
|
25
21
|
colored (1.2)
|
|
26
22
|
colored2 (3.1.2)
|
|
27
|
-
commander-fastlane (4.4.
|
|
23
|
+
commander-fastlane (4.4.6)
|
|
28
24
|
highline (~> 1.7.2)
|
|
29
|
-
coveralls (0.8.
|
|
25
|
+
coveralls (0.8.21)
|
|
30
26
|
json (>= 1.8, < 3)
|
|
31
27
|
simplecov (~> 0.14.1)
|
|
32
28
|
term-ansicolor (~> 1.3)
|
|
33
29
|
thor (~> 0.19.4)
|
|
34
30
|
tins (~> 1.6)
|
|
31
|
+
declarative (0.0.10)
|
|
32
|
+
declarative-option (0.1.0)
|
|
35
33
|
diff-lcs (1.3)
|
|
36
34
|
docile (1.1.5)
|
|
37
35
|
domain_name (0.5.20170404)
|
|
38
36
|
unf (>= 0.0.5, < 1.0.0)
|
|
39
|
-
dotenv (2.2.
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
dotenv (2.2.2)
|
|
38
|
+
emoji_regex (0.1.1)
|
|
39
|
+
excon (0.62.0)
|
|
40
|
+
faraday (0.14.0)
|
|
42
41
|
multipart-post (>= 1.2, < 3)
|
|
43
42
|
faraday-cookie_jar (0.0.6)
|
|
44
43
|
faraday (>= 0.7.4)
|
|
45
44
|
http-cookie (~> 1.0.0)
|
|
46
|
-
faraday_middleware (0.
|
|
45
|
+
faraday_middleware (0.12.2)
|
|
47
46
|
faraday (>= 0.7.4, < 1.0)
|
|
48
|
-
fastimage (2.1.
|
|
49
|
-
fastlane (2.
|
|
50
|
-
|
|
47
|
+
fastimage (2.1.1)
|
|
48
|
+
fastlane (2.92.0)
|
|
49
|
+
CFPropertyList (>= 2.3, < 4.0.0)
|
|
51
50
|
addressable (>= 2.3, < 3.0.0)
|
|
52
51
|
babosa (>= 1.0.2, < 2.0.0)
|
|
53
52
|
bundler (>= 1.12.0, < 2.0.0)
|
|
54
53
|
colored
|
|
55
|
-
commander-fastlane (>= 4.4.
|
|
54
|
+
commander-fastlane (>= 4.4.6, < 5.0.0)
|
|
56
55
|
dotenv (>= 2.1.1, < 3.0.0)
|
|
56
|
+
emoji_regex (~> 0.1)
|
|
57
57
|
excon (>= 0.45.0, < 1.0.0)
|
|
58
58
|
faraday (~> 0.9)
|
|
59
59
|
faraday-cookie_jar (~> 0.0.6)
|
|
60
60
|
faraday_middleware (~> 0.9)
|
|
61
|
-
fastimage (>= 1.
|
|
62
|
-
gh_inspector (>= 1.
|
|
63
|
-
google-api-client (
|
|
61
|
+
fastimage (>= 2.1.0, < 3.0.0)
|
|
62
|
+
gh_inspector (>= 1.1.2, < 2.0.0)
|
|
63
|
+
google-api-client (>= 0.13.1, < 0.14.0)
|
|
64
64
|
highline (>= 1.7.2, < 2.0.0)
|
|
65
65
|
json (< 3.0.0)
|
|
66
66
|
mini_magick (~> 4.5.1)
|
|
@@ -68,139 +68,143 @@ GEM
|
|
|
68
68
|
multi_xml (~> 0.5)
|
|
69
69
|
multipart-post (~> 2.0.0)
|
|
70
70
|
plist (>= 3.1.0, < 4.0.0)
|
|
71
|
+
public_suffix (~> 2.0.0)
|
|
71
72
|
rubyzip (>= 1.1.0, < 2.0.0)
|
|
72
73
|
security (= 0.1.3)
|
|
73
|
-
|
|
74
|
+
simctl (~> 1.6.3)
|
|
75
|
+
slack-notifier (>= 2.0.0, < 3.0.0)
|
|
74
76
|
terminal-notifier (>= 1.6.2, < 2.0.0)
|
|
75
77
|
terminal-table (>= 1.4.5, < 2.0.0)
|
|
76
|
-
tty-screen (
|
|
78
|
+
tty-screen (>= 0.6.3, < 1.0.0)
|
|
79
|
+
tty-spinner (>= 0.8.0, < 1.0.0)
|
|
77
80
|
word_wrap (~> 1.0.0)
|
|
78
|
-
xcodeproj (>=
|
|
81
|
+
xcodeproj (>= 1.5.7, < 2.0.0)
|
|
79
82
|
xcpretty (>= 0.2.4, < 1.0.0)
|
|
80
83
|
xcpretty-travis-formatter (>= 0.0.3)
|
|
81
|
-
gh_inspector (1.
|
|
82
|
-
google-api-client (0.
|
|
83
|
-
addressable (~> 2.
|
|
84
|
+
gh_inspector (1.1.3)
|
|
85
|
+
google-api-client (0.13.6)
|
|
86
|
+
addressable (~> 2.5, >= 2.5.1)
|
|
84
87
|
googleauth (~> 0.5)
|
|
85
|
-
httpclient (
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
faraday (~> 0.9)
|
|
93
|
-
jwt (~> 1.4)
|
|
88
|
+
httpclient (>= 2.8.1, < 3.0)
|
|
89
|
+
mime-types (~> 3.0)
|
|
90
|
+
representable (~> 3.0)
|
|
91
|
+
retriable (>= 2.0, < 4.0)
|
|
92
|
+
googleauth (0.6.2)
|
|
93
|
+
faraday (~> 0.12)
|
|
94
|
+
jwt (>= 1.4, < 3.0)
|
|
94
95
|
logging (~> 2.0)
|
|
95
96
|
memoist (~> 0.12)
|
|
96
97
|
multi_json (~> 1.11)
|
|
97
98
|
os (~> 0.9)
|
|
98
99
|
signet (~> 0.7)
|
|
99
|
-
highline (1.7.
|
|
100
|
+
highline (1.7.10)
|
|
100
101
|
http-cookie (1.0.3)
|
|
101
102
|
domain_name (~> 0.5)
|
|
102
103
|
httpclient (2.8.3)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
json (2.0.3)
|
|
106
|
-
jwt (1.5.6)
|
|
104
|
+
json (2.1.0)
|
|
105
|
+
jwt (2.1.0)
|
|
107
106
|
little-plugger (1.1.4)
|
|
108
|
-
logging (2.2.
|
|
107
|
+
logging (2.2.2)
|
|
109
108
|
little-plugger (~> 1.1)
|
|
110
109
|
multi_json (~> 1.10)
|
|
111
|
-
memoist (0.
|
|
112
|
-
method_source (0.
|
|
110
|
+
memoist (0.16.0)
|
|
111
|
+
method_source (0.9.0)
|
|
113
112
|
mime-types (3.1)
|
|
114
113
|
mime-types-data (~> 3.2015)
|
|
115
114
|
mime-types-data (3.2016.0521)
|
|
116
115
|
mini_magick (4.5.1)
|
|
117
|
-
|
|
118
|
-
multi_json (1.12.1)
|
|
116
|
+
multi_json (1.13.1)
|
|
119
117
|
multi_xml (0.6.0)
|
|
120
118
|
multipart-post (2.0.0)
|
|
121
|
-
nanaimo (0.2.
|
|
119
|
+
nanaimo (0.2.5)
|
|
120
|
+
naturally (2.1.0)
|
|
122
121
|
net-sftp (2.1.2)
|
|
123
122
|
net-ssh (>= 2.6.5)
|
|
124
|
-
net-ssh (4.
|
|
123
|
+
net-ssh (4.2.0)
|
|
125
124
|
os (0.9.6)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
parallel (1.12.1)
|
|
126
|
+
parser (2.5.1.0)
|
|
127
|
+
ast (~> 2.4.0)
|
|
128
|
+
plist (3.4.0)
|
|
129
129
|
powerpack (0.1.1)
|
|
130
|
-
pry (0.
|
|
130
|
+
pry (0.11.3)
|
|
131
131
|
coderay (~> 1.1.0)
|
|
132
|
-
method_source (~> 0.
|
|
133
|
-
slop (~> 3.4)
|
|
132
|
+
method_source (~> 0.9.0)
|
|
134
133
|
public_suffix (2.0.5)
|
|
135
|
-
rainbow (
|
|
134
|
+
rainbow (3.0.0)
|
|
136
135
|
rake (0.9.6)
|
|
137
|
-
representable (
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
rspec-
|
|
145
|
-
|
|
146
|
-
rspec-
|
|
147
|
-
rspec-
|
|
136
|
+
representable (3.0.4)
|
|
137
|
+
declarative (< 0.1.0)
|
|
138
|
+
declarative-option (< 0.2.0)
|
|
139
|
+
uber (< 0.2.0)
|
|
140
|
+
retriable (3.1.1)
|
|
141
|
+
rouge (2.0.7)
|
|
142
|
+
rspec (3.7.0)
|
|
143
|
+
rspec-core (~> 3.7.0)
|
|
144
|
+
rspec-expectations (~> 3.7.0)
|
|
145
|
+
rspec-mocks (~> 3.7.0)
|
|
146
|
+
rspec-core (3.7.1)
|
|
147
|
+
rspec-support (~> 3.7.0)
|
|
148
|
+
rspec-expectations (3.7.0)
|
|
148
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
149
|
-
rspec-support (~> 3.
|
|
150
|
-
rspec-mocks (3.
|
|
150
|
+
rspec-support (~> 3.7.0)
|
|
151
|
+
rspec-mocks (3.7.0)
|
|
151
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
152
|
-
rspec-support (~> 3.
|
|
153
|
-
rspec-support (3.
|
|
153
|
+
rspec-support (~> 3.7.0)
|
|
154
|
+
rspec-support (3.7.1)
|
|
154
155
|
rspec_junit_formatter (0.2.3)
|
|
155
156
|
builder (< 4)
|
|
156
157
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
157
|
-
rubocop (0.
|
|
158
|
-
|
|
158
|
+
rubocop (0.55.0)
|
|
159
|
+
parallel (~> 1.10)
|
|
160
|
+
parser (>= 2.5)
|
|
159
161
|
powerpack (~> 0.1)
|
|
160
|
-
rainbow (>=
|
|
162
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
161
163
|
ruby-progressbar (~> 1.7)
|
|
162
164
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
163
|
-
ruby-progressbar (1.
|
|
165
|
+
ruby-progressbar (1.9.0)
|
|
164
166
|
rubyzip (1.2.1)
|
|
165
167
|
security (0.1.3)
|
|
166
|
-
signet (0.
|
|
168
|
+
signet (0.8.1)
|
|
167
169
|
addressable (~> 2.3)
|
|
168
170
|
faraday (~> 0.9)
|
|
169
|
-
jwt (
|
|
171
|
+
jwt (>= 1.5, < 3.0)
|
|
170
172
|
multi_json (~> 1.10)
|
|
173
|
+
simctl (1.6.4)
|
|
174
|
+
CFPropertyList
|
|
175
|
+
naturally
|
|
171
176
|
simplecov (0.14.1)
|
|
172
177
|
docile (~> 1.1.0)
|
|
173
178
|
json (>= 1.8, < 3)
|
|
174
179
|
simplecov-html (~> 0.10.0)
|
|
175
|
-
simplecov-html (0.10.
|
|
176
|
-
slack-notifier (
|
|
177
|
-
|
|
178
|
-
term-ansicolor (1.5.0)
|
|
180
|
+
simplecov-html (0.10.2)
|
|
181
|
+
slack-notifier (2.3.2)
|
|
182
|
+
term-ansicolor (1.6.0)
|
|
179
183
|
tins (~> 1.0)
|
|
180
|
-
terminal-notifier (1.
|
|
181
|
-
terminal-table (1.
|
|
182
|
-
unicode-display_width (~> 1.1.1)
|
|
184
|
+
terminal-notifier (1.8.0)
|
|
185
|
+
terminal-table (1.8.0)
|
|
186
|
+
unicode-display_width (~> 1.1, >= 1.1.1)
|
|
183
187
|
thor (0.19.4)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
tty-screen (0.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
uber (0.0
|
|
188
|
+
tins (1.16.3)
|
|
189
|
+
tty-cursor (0.5.0)
|
|
190
|
+
tty-screen (0.6.4)
|
|
191
|
+
tty-spinner (0.8.0)
|
|
192
|
+
tty-cursor (>= 0.5.0)
|
|
193
|
+
uber (0.1.0)
|
|
190
194
|
unf (0.1.4)
|
|
191
195
|
unf_ext
|
|
192
|
-
unf_ext (0.0.7.
|
|
193
|
-
unicode-display_width (1.
|
|
196
|
+
unf_ext (0.0.7.5)
|
|
197
|
+
unicode-display_width (1.3.0)
|
|
194
198
|
word_wrap (1.0.0)
|
|
195
|
-
xcodeproj (1.
|
|
196
|
-
CFPropertyList (
|
|
197
|
-
|
|
198
|
-
claide (>= 1.0.
|
|
199
|
+
xcodeproj (1.5.7)
|
|
200
|
+
CFPropertyList (>= 2.3.3, < 4.0)
|
|
201
|
+
atomos (~> 0.1.2)
|
|
202
|
+
claide (>= 1.0.2, < 2.0)
|
|
199
203
|
colored2 (~> 3.1)
|
|
200
|
-
nanaimo (~> 0.2.
|
|
201
|
-
xcpretty (0.2.
|
|
202
|
-
rouge (~>
|
|
203
|
-
xcpretty-travis-formatter (0.0
|
|
204
|
+
nanaimo (~> 0.2.4)
|
|
205
|
+
xcpretty (0.2.8)
|
|
206
|
+
rouge (~> 2.0.7)
|
|
207
|
+
xcpretty-travis-formatter (1.0.0)
|
|
204
208
|
xcpretty (~> 0.2, >= 0.0.7)
|
|
205
209
|
|
|
206
210
|
PLATFORMS
|
|
@@ -218,4 +222,4 @@ DEPENDENCIES
|
|
|
218
222
|
rubocop (~> 0, >= 0.48.1)
|
|
219
223
|
|
|
220
224
|
BUNDLED WITH
|
|
221
|
-
1.
|
|
225
|
+
1.16.1
|
data/circle.yml
CHANGED
|
@@ -19,13 +19,12 @@ test:
|
|
|
19
19
|
- fastlane apprepo run
|
|
20
20
|
- fastlane apprepo download_manifest
|
|
21
21
|
- fastlane apprepo submit
|
|
22
|
-
- COVERALLS_REPO_TOKEN=
|
|
22
|
+
- COVERALLS_REPO_TOKEN=dQDxuq9CdMJY5IWYmcFf8BdiHaUPFwZxQ RAILS_ENV=test bundle exec rspec
|
|
23
23
|
- curl -X POST --data-urlencode 'payload={"text":"CirleCI Integration Completed."}' https://hooks.slack.com/services/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
|
|
24
24
|
|
|
25
25
|
post:
|
|
26
26
|
- curl -sSL https://download.sourceclear.com/ci.sh | sh
|
|
27
|
-
# - curl -X POST --data-urlencode 'payload={"text":"Hello, World
|
|
28
|
-
- curl -X POST --data-urlencode 'payload={"text":"Hello, World B!"}' https://hooks.slack.com/services/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
|
|
27
|
+
# - curl -X POST --data-urlencode 'payload={"text":"Hello, World B!"}' https://hooks.slack.com/services/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
|
|
29
28
|
|
|
30
29
|
## Custom notifications
|
|
31
30
|
# notify:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module Fastlane
|
|
2
2
|
# Static configuration values
|
|
3
3
|
module Apprepo
|
|
4
|
-
VERSION = "0.4.
|
|
5
|
-
SUMMARY = '
|
|
6
|
-
DESCRIPTION = '
|
|
4
|
+
VERSION = "0.4.3".freeze
|
|
5
|
+
SUMMARY = 'Fastlane plugin for distributing artifacts with SFTP upload'.freeze
|
|
6
|
+
DESCRIPTION = 'Fastlane plugin SFTP/AppRepo uploader'.freeze
|
|
7
7
|
end
|
|
8
8
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-apprepo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matej Sychra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-ssh
|
|
@@ -190,8 +190,7 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: '2.20'
|
|
193
|
-
description:
|
|
194
|
-
SFTP uploader
|
|
193
|
+
description: Fastlane plugin SFTP/AppRepo uploader
|
|
195
194
|
email:
|
|
196
195
|
- suculent@me.com
|
|
197
196
|
executables: []
|
|
@@ -275,5 +274,5 @@ rubyforge_project:
|
|
|
275
274
|
rubygems_version: 2.6.11
|
|
276
275
|
signing_key:
|
|
277
276
|
specification_version: 4
|
|
278
|
-
summary:
|
|
277
|
+
summary: Fastlane plugin for distributing artifacts with SFTP upload
|
|
279
278
|
test_files: []
|