cocoapods-repo-sq 0.0.1.9 → 0.0.2.14
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/doc/CocoapodsRepoSq.html +8 -6
- data/doc/CocoapodsRepoSq/Downloader.html +24 -16
- data/doc/CocoapodsRepoSq/Downloader/Extensions.html +16 -10
- data/doc/CocoapodsRepoSq/Repository.html +73 -40
- data/doc/CocoapodsRepoSq/RepositoryStore.html +71 -39
- data/doc/CocoapodsRepoSq/Source.html +18 -11
- data/doc/Pod.html +13 -12
- data/doc/Pod/Command.html +3 -3
- data/doc/Pod/Command/RepoSq.html +6 -4
- data/doc/Pod/Command/RepoSq/Add.html +30 -20
- data/doc/Pod/Command/RepoSq/List.html +12 -9
- data/doc/Pod/Command/RepoSq/Remove.html +20 -13
- data/doc/Pod/Command/RepoSq/Update.html +20 -13
- data/doc/_index.html +4 -4
- data/doc/css/style.css +7 -0
- data/doc/file.README.html +54 -49
- data/doc/frames.html +1 -1
- data/doc/index.html +54 -49
- data/doc/top-level-namespace.html +3 -3
- data/lib/cocoapods_repo_sq.rb +1 -1
- data/lib/cocoapods_repo_sq/repository.rb +4 -3
- data/spec/unit/cocoapods_repo_sq/repository_spec.rb +8 -1
- metadata +3 -3
data/doc/Pod/Command.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -127,9 +127,9 @@
|
|
127
127
|
</div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on
|
130
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
131
131
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
|
-
0.9.
|
132
|
+
0.9.12 (ruby-2.4.0).
|
133
133
|
</div>
|
134
134
|
|
135
135
|
</div>
|
data/doc/Pod/Command/RepoSq.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command::RepoSq
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,7 +105,9 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
|
108
|
+
|
109
|
+
<p>Subclass of Pod::Command to provide <code>pod repo-sq</code> command to
|
110
|
+
manage Square SDK repositories</p>
|
109
111
|
|
110
112
|
|
111
113
|
</div>
|
@@ -145,9 +147,9 @@
|
|
145
147
|
</div>
|
146
148
|
|
147
149
|
<div id="footer">
|
148
|
-
Generated on
|
150
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
149
151
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
150
|
-
0.9.
|
152
|
+
0.9.12 (ruby-2.4.0).
|
151
153
|
</div>
|
152
154
|
|
153
155
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command::RepoSq::Add
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,9 +105,10 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
|
109
|
-
Provides support for the <code>pod repo-sq add</code>
|
110
|
-
repository to the user
|
108
|
+
|
109
|
+
<p>Subclass of <span class='object_link'><a href="../RepoSq.html" title="Pod::Command::RepoSq (class)">Pod::Command::RepoSq</a></span> Provides support for the <code>pod repo-sq add</code>
|
110
|
+
which adds a Square SDK repository to the user's cocoapods local
|
111
|
+
repositories store.</p>
|
111
112
|
|
112
113
|
|
113
114
|
</div>
|
@@ -122,9 +123,10 @@ repository to the user’s cocoapods local repositories store.</p>
|
|
122
123
|
<dt id="DEFAULT_URL-constant" class="">DEFAULT_URL =
|
123
124
|
<div class="docstring">
|
124
125
|
<div class="discussion">
|
125
|
-
|
126
|
-
This URL can be customized by
|
127
|
-
parameter to this command but not intended
|
126
|
+
|
127
|
+
<p>Default Square SDK repositories server URL. This URL can be customized by
|
128
|
+
providing a fourth undocumented parameter to this command but not intended
|
129
|
+
for public use.</p>
|
128
130
|
|
129
131
|
|
130
132
|
</div>
|
@@ -142,7 +144,8 @@ parameter to this command but not intended for public use.</p>
|
|
142
144
|
|
143
145
|
|
144
146
|
—
|
145
|
-
<div class='inline'
|
147
|
+
<div class='inline'>
|
148
|
+
<p>default Square SDK repositories server URL.</p>
|
146
149
|
</div>
|
147
150
|
|
148
151
|
</li>
|
@@ -188,7 +191,8 @@ parameter to this command but not intended for public use.</p>
|
|
188
191
|
|
189
192
|
|
190
193
|
|
191
|
-
<span class="summary_desc"><div class='inline'
|
194
|
+
<span class="summary_desc"><div class='inline'>
|
195
|
+
<p>A new instance of Add.</p>
|
192
196
|
</div></span>
|
193
197
|
|
194
198
|
</li>
|
@@ -211,7 +215,9 @@ parameter to this command but not intended for public use.</p>
|
|
211
215
|
|
212
216
|
|
213
217
|
|
214
|
-
<span class="summary_desc"><div class='inline'
|
218
|
+
<span class="summary_desc"><div class='inline'>
|
219
|
+
<p>Registers a Square SDK repository on the current user
|
220
|
+
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
215
221
|
</div></span>
|
216
222
|
|
217
223
|
</li>
|
@@ -234,7 +240,9 @@ parameter to this command but not intended for public use.</p>
|
|
234
240
|
|
235
241
|
|
236
242
|
|
237
|
-
<span class="summary_desc"><div class='inline'
|
243
|
+
<span class="summary_desc"><div class='inline'>
|
244
|
+
<p>Validates that all required arguments are present: <code>NAME</code>,
|
245
|
+
<code>USERNAME</code> and <code>PASSWORD</code>.</p>
|
238
246
|
</div></span>
|
239
247
|
|
240
248
|
</li>
|
@@ -269,7 +277,8 @@ parameter to this command but not intended for public use.</p>
|
|
269
277
|
|
270
278
|
</h3><div class="docstring">
|
271
279
|
<div class="discussion">
|
272
|
-
|
280
|
+
|
281
|
+
<p>Returns a new instance of Add</p>
|
273
282
|
|
274
283
|
|
275
284
|
</div>
|
@@ -324,10 +333,10 @@ parameter to this command but not intended for public use.</p>
|
|
324
333
|
|
325
334
|
</h3><div class="docstring">
|
326
335
|
<div class="discussion">
|
327
|
-
|
328
|
-
<
|
329
|
-
It checks that the user name and
|
330
|
-
repository exists on the Square server.</p>
|
336
|
+
|
337
|
+
<p>Registers a Square SDK repository on the current user
|
338
|
+
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>. It checks that the user name and
|
339
|
+
password are valid and that the repository exists on the Square server.</p>
|
331
340
|
|
332
341
|
|
333
342
|
</div>
|
@@ -387,8 +396,9 @@ repository exists on the Square server.</p>
|
|
387
396
|
|
388
397
|
</h3><div class="docstring">
|
389
398
|
<div class="discussion">
|
390
|
-
|
391
|
-
|
399
|
+
|
400
|
+
<p>Validates that all required arguments are present: <code>NAME</code>,
|
401
|
+
<code>USERNAME</code> and <code>PASSWORD</code></p>
|
392
402
|
|
393
403
|
|
394
404
|
</div>
|
@@ -428,9 +438,9 @@ and <code>PASSWORD</code></p>
|
|
428
438
|
</div>
|
429
439
|
|
430
440
|
<div id="footer">
|
431
|
-
Generated on
|
441
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
432
442
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
433
|
-
0.9.
|
443
|
+
0.9.12 (ruby-2.4.0).
|
434
444
|
</div>
|
435
445
|
|
436
446
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command::RepoSq::List
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,10 +105,10 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
|
109
|
-
Provides support for the <code>pod repo-sq list</code>
|
110
|
-
Square SDK repositories currently registered on
|
111
|
-
local repositories store.</p>
|
108
|
+
|
109
|
+
<p>Subclass of <span class='object_link'><a href="../RepoSq.html" title="Pod::Command::RepoSq (class)">Pod::Command::RepoSq</a></span> Provides support for the <code>pod repo-sq list</code>
|
110
|
+
command, which lists the Square SDK repositories currently registered on
|
111
|
+
the user's cocoapods local repositories store.</p>
|
112
112
|
|
113
113
|
|
114
114
|
</div>
|
@@ -148,7 +148,9 @@ local repositories store.</p>
|
|
148
148
|
|
149
149
|
|
150
150
|
|
151
|
-
<span class="summary_desc"><div class='inline'
|
151
|
+
<span class="summary_desc"><div class='inline'>
|
152
|
+
<p>Lists all Square SDK repositories registered on the current user
|
153
|
+
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
152
154
|
</div></span>
|
153
155
|
|
154
156
|
</li>
|
@@ -186,7 +188,8 @@ local repositories store.</p>
|
|
186
188
|
|
187
189
|
</h3><div class="docstring">
|
188
190
|
<div class="discussion">
|
189
|
-
|
191
|
+
|
192
|
+
<p>Lists all Square SDK repositories registered on the current user
|
190
193
|
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
191
194
|
|
192
195
|
|
@@ -243,9 +246,9 @@ local repositories store.</p>
|
|
243
246
|
</div>
|
244
247
|
|
245
248
|
<div id="footer">
|
246
|
-
Generated on
|
249
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
247
250
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
248
|
-
0.9.
|
251
|
+
0.9.12 (ruby-2.4.0).
|
249
252
|
</div>
|
250
253
|
|
251
254
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command::RepoSq::Remove
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,10 +105,10 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
|
109
|
-
Provides support for the <code>pod repo-sq
|
110
|
-
the targeted Square SDK repository
|
111
|
-
repositories store.</p>
|
108
|
+
|
109
|
+
<p>Subclass of <span class='object_link'><a href="../RepoSq.html" title="Pod::Command::RepoSq (class)">Pod::Command::RepoSq</a></span> Provides support for the <code>pod repo-sq
|
110
|
+
remove</code> command, which removes the targeted Square SDK repository
|
111
|
+
from the user's cocoapods local repositories store.</p>
|
112
112
|
|
113
113
|
|
114
114
|
</div>
|
@@ -150,7 +150,8 @@ repositories store.</p>
|
|
150
150
|
|
151
151
|
|
152
152
|
|
153
|
-
<span class="summary_desc"><div class='inline'
|
153
|
+
<span class="summary_desc"><div class='inline'>
|
154
|
+
<p>A new instance of Remove.</p>
|
154
155
|
</div></span>
|
155
156
|
|
156
157
|
</li>
|
@@ -173,7 +174,9 @@ repositories store.</p>
|
|
173
174
|
|
174
175
|
|
175
176
|
|
176
|
-
<span class="summary_desc"><div class='inline'
|
177
|
+
<span class="summary_desc"><div class='inline'>
|
178
|
+
<p>Removes a Square SDK repository from the current user
|
179
|
+
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
177
180
|
</div></span>
|
178
181
|
|
179
182
|
</li>
|
@@ -196,7 +199,8 @@ repositories store.</p>
|
|
196
199
|
|
197
200
|
|
198
201
|
|
199
|
-
<span class="summary_desc"><div class='inline'
|
202
|
+
<span class="summary_desc"><div class='inline'>
|
203
|
+
<p>Validates that the required argument <code>NAME</code> is present.</p>
|
200
204
|
</div></span>
|
201
205
|
|
202
206
|
</li>
|
@@ -231,7 +235,8 @@ repositories store.</p>
|
|
231
235
|
|
232
236
|
</h3><div class="docstring">
|
233
237
|
<div class="discussion">
|
234
|
-
|
238
|
+
|
239
|
+
<p>Returns a new instance of Remove</p>
|
235
240
|
|
236
241
|
|
237
242
|
</div>
|
@@ -280,7 +285,8 @@ repositories store.</p>
|
|
280
285
|
|
281
286
|
</h3><div class="docstring">
|
282
287
|
<div class="discussion">
|
283
|
-
|
288
|
+
|
289
|
+
<p>Removes a Square SDK repository from the current user
|
284
290
|
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
285
291
|
|
286
292
|
|
@@ -325,7 +331,8 @@ repositories store.</p>
|
|
325
331
|
|
326
332
|
</h3><div class="docstring">
|
327
333
|
<div class="discussion">
|
328
|
-
|
334
|
+
|
335
|
+
<p>Validates that the required argument <code>NAME</code> is present.</p>
|
329
336
|
|
330
337
|
|
331
338
|
</div>
|
@@ -361,9 +368,9 @@ repositories store.</p>
|
|
361
368
|
</div>
|
362
369
|
|
363
370
|
<div id="footer">
|
364
|
-
Generated on
|
371
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
365
372
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
366
|
-
0.9.
|
373
|
+
0.9.12 (ruby-2.4.0).
|
367
374
|
</div>
|
368
375
|
|
369
376
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Pod::Command::RepoSq::Update
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,10 +105,10 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
|
109
|
-
Provides support for the <code>pod repo-sq
|
110
|
-
the targeted Square SDK repository on
|
111
|
-
repositories store.</p>
|
108
|
+
|
109
|
+
<p>Subclass of <span class='object_link'><a href="../RepoSq.html" title="Pod::Command::RepoSq (class)">Pod::Command::RepoSq</a></span> Provides support for the <code>pod repo-sq
|
110
|
+
remove</code> command, which updates the targeted Square SDK repository on
|
111
|
+
the user's cocoapods local repositories store.</p>
|
112
112
|
|
113
113
|
|
114
114
|
</div>
|
@@ -150,7 +150,8 @@ repositories store.</p>
|
|
150
150
|
|
151
151
|
|
152
152
|
|
153
|
-
<span class="summary_desc"><div class='inline'
|
153
|
+
<span class="summary_desc"><div class='inline'>
|
154
|
+
<p>A new instance of Update.</p>
|
154
155
|
</div></span>
|
155
156
|
|
156
157
|
</li>
|
@@ -173,7 +174,9 @@ repositories store.</p>
|
|
173
174
|
|
174
175
|
|
175
176
|
|
176
|
-
<span class="summary_desc"><div class='inline'
|
177
|
+
<span class="summary_desc"><div class='inline'>
|
178
|
+
<p>Updates the podspecs of Square SDK repository on the current user
|
179
|
+
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
177
180
|
</div></span>
|
178
181
|
|
179
182
|
</li>
|
@@ -196,7 +199,8 @@ repositories store.</p>
|
|
196
199
|
|
197
200
|
|
198
201
|
|
199
|
-
<span class="summary_desc"><div class='inline'
|
202
|
+
<span class="summary_desc"><div class='inline'>
|
203
|
+
<p>Validates that the required argument <code>NAME</code> is present.</p>
|
200
204
|
</div></span>
|
201
205
|
|
202
206
|
</li>
|
@@ -231,7 +235,8 @@ repositories store.</p>
|
|
231
235
|
|
232
236
|
</h3><div class="docstring">
|
233
237
|
<div class="discussion">
|
234
|
-
|
238
|
+
|
239
|
+
<p>Returns a new instance of Update</p>
|
235
240
|
|
236
241
|
|
237
242
|
</div>
|
@@ -280,7 +285,8 @@ repositories store.</p>
|
|
280
285
|
|
281
286
|
</h3><div class="docstring">
|
282
287
|
<div class="discussion">
|
283
|
-
|
288
|
+
|
289
|
+
<p>Updates the podspecs of Square SDK repository on the current user
|
284
290
|
<span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
|
285
291
|
|
286
292
|
|
@@ -327,7 +333,8 @@ repositories store.</p>
|
|
327
333
|
|
328
334
|
</h3><div class="docstring">
|
329
335
|
<div class="discussion">
|
330
|
-
|
336
|
+
|
337
|
+
<p>Validates that the required argument <code>NAME</code> is present.</p>
|
331
338
|
|
332
339
|
|
333
340
|
</div>
|
@@ -363,9 +370,9 @@ repositories store.</p>
|
|
363
370
|
</div>
|
364
371
|
|
365
372
|
<div id="footer">
|
366
|
-
Generated on
|
373
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
367
374
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
368
|
-
0.9.
|
375
|
+
0.9.12 (ruby-2.4.0).
|
369
376
|
</div>
|
370
377
|
|
371
378
|
</div>
|
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.9.
|
7
|
+
Documentation by YARD 0.9.12
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<div class="clear"></div>
|
53
53
|
</div>
|
54
54
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.12</h1>
|
56
56
|
<div id="listing">
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
58
|
|
@@ -246,9 +246,9 @@
|
|
246
246
|
</div>
|
247
247
|
|
248
248
|
<div id="footer">
|
249
|
-
Generated on
|
249
|
+
Generated on Fri Jun 1 09:24:32 2018 by
|
250
250
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
251
|
-
0.9.
|
251
|
+
0.9.12 (ruby-2.4.0).
|
252
252
|
</div>
|
253
253
|
|
254
254
|
</div>
|
data/doc/css/style.css
CHANGED
@@ -484,6 +484,13 @@ pre.code .rubyid_backref,
|
|
484
484
|
pre.code .rubyid_nth_ref { color: #6D79DE; }
|
485
485
|
pre.code .regexp, .dregexp { color: #036A07; }
|
486
486
|
pre.code a { border-bottom: 1px dotted #bbf; }
|
487
|
+
/* inline code */
|
488
|
+
p > code {
|
489
|
+
padding: 1px 3px 1px 3px;
|
490
|
+
border: 1px solid #E1E1E8;
|
491
|
+
background: #F7F7F9;
|
492
|
+
border-radius: 4px;
|
493
|
+
}
|
487
494
|
|
488
495
|
/* Color fix for links */
|
489
496
|
#content .summary_desc pre.code .id > .object_link a, /* identifier */
|