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
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: CocoapodsRepoSq::RepositoryStore
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -101,9 +101,10 @@
|
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
104
|
-
|
104
|
+
|
105
|
+
<p>Class responsible for managing user configured Square SDK repositories.
|
105
106
|
Repository settings and a local copy of the podspecs are stored on the
|
106
|
-
filesystem inside Cocoapods
|
107
|
+
filesystem inside Cocoapods' home directory.</p>
|
107
108
|
|
108
109
|
|
109
110
|
</div>
|
@@ -143,7 +144,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
143
144
|
|
144
145
|
|
145
146
|
|
146
|
-
<span class="summary_desc"><div class='inline'
|
147
|
+
<span class="summary_desc"><div class='inline'>
|
148
|
+
<p>Default store located in Cocoapods's home directory.</p>
|
147
149
|
</div></span>
|
148
150
|
|
149
151
|
</li>
|
@@ -175,7 +177,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
175
177
|
|
176
178
|
|
177
179
|
|
178
|
-
<span class="summary_desc"><div class='inline'
|
180
|
+
<span class="summary_desc"><div class='inline'>
|
181
|
+
<p>Indicates if a Square SDK repository has been added to the store.</p>
|
179
182
|
</div></span>
|
180
183
|
|
181
184
|
</li>
|
@@ -198,7 +201,9 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
198
201
|
|
199
202
|
|
200
203
|
|
201
|
-
<span class="summary_desc"><div class='inline'
|
204
|
+
<span class="summary_desc"><div class='inline'>
|
205
|
+
<p>Returns a <span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">Repository</a></span> instance if a Square SDK repository exists in the
|
206
|
+
store with the given name.</p>
|
202
207
|
</div></span>
|
203
208
|
|
204
209
|
</li>
|
@@ -223,7 +228,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
223
228
|
|
224
229
|
|
225
230
|
|
226
|
-
<span class="summary_desc"><div class='inline'
|
231
|
+
<span class="summary_desc"><div class='inline'>
|
232
|
+
<p>A new instance of RepositoryStore.</p>
|
227
233
|
</div></span>
|
228
234
|
|
229
235
|
</li>
|
@@ -246,7 +252,9 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
246
252
|
|
247
253
|
|
248
254
|
|
249
|
-
<span class="summary_desc"><div class='inline'
|
255
|
+
<span class="summary_desc"><div class='inline'>
|
256
|
+
<p>Returns all repositories currently configured in the store as a list of
|
257
|
+
<span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">Repository</a></span> objects.</p>
|
250
258
|
</div></span>
|
251
259
|
|
252
260
|
</li>
|
@@ -269,7 +277,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
269
277
|
|
270
278
|
|
271
279
|
|
272
|
-
<span class="summary_desc"><div class='inline'
|
280
|
+
<span class="summary_desc"><div class='inline'>
|
281
|
+
<p>Registers a Square SDK repository on the local store.</p>
|
273
282
|
</div></span>
|
274
283
|
|
275
284
|
</li>
|
@@ -292,7 +301,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
292
301
|
|
293
302
|
|
294
303
|
|
295
|
-
<span class="summary_desc"><div class='inline'
|
304
|
+
<span class="summary_desc"><div class='inline'>
|
305
|
+
<p>Removes a Square SDK repository from the local store.</p>
|
296
306
|
</div></span>
|
297
307
|
|
298
308
|
</li>
|
@@ -315,7 +325,8 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
315
325
|
|
316
326
|
</h3><div class="docstring">
|
317
327
|
<div class="discussion">
|
318
|
-
|
328
|
+
|
329
|
+
<p>Returns a new instance of RepositoryStore</p>
|
319
330
|
|
320
331
|
|
321
332
|
</div>
|
@@ -336,8 +347,9 @@ filesystem inside Cocoapods’ home directory.</p>
|
|
336
347
|
|
337
348
|
|
338
349
|
—
|
339
|
-
<div class='inline'
|
340
|
-
|
350
|
+
<div class='inline'>
|
351
|
+
<p>the path where all Square SDK repositories will be stored. If no path is
|
352
|
+
provided a default <code>$COCOAPODS_HOME/repo-sq</code> will be used</p>
|
341
353
|
</div>
|
342
354
|
|
343
355
|
</li>
|
@@ -386,9 +398,10 @@ is provided a default <code>$COCOAPODS_HOME/repo-sq</code> will be used</p>
|
|
386
398
|
|
387
399
|
</h3><div class="docstring">
|
388
400
|
<div class="discussion">
|
389
|
-
|
390
|
-
|
391
|
-
|
401
|
+
|
402
|
+
<p>Default store located in Cocoapods's home directory. Used by the plugin
|
403
|
+
to look for registered repositories or by the <code>repo-sq</code> commands
|
404
|
+
to manage registered repositories.</p>
|
392
405
|
|
393
406
|
|
394
407
|
</div>
|
@@ -406,7 +419,8 @@ commands to manage registered repositories.</p>
|
|
406
419
|
|
407
420
|
|
408
421
|
—
|
409
|
-
<div class='inline'
|
422
|
+
<div class='inline'>
|
423
|
+
<p>the default RepositoryStore</p>
|
410
424
|
</div>
|
411
425
|
|
412
426
|
</li>
|
@@ -451,7 +465,8 @@ commands to manage registered repositories.</p>
|
|
451
465
|
|
452
466
|
</h3><div class="docstring">
|
453
467
|
<div class="discussion">
|
454
|
-
|
468
|
+
|
469
|
+
<p>Indicates if a Square SDK repository has been added to the store</p>
|
455
470
|
|
456
471
|
|
457
472
|
</div>
|
@@ -470,7 +485,8 @@ commands to manage registered repositories.</p>
|
|
470
485
|
|
471
486
|
|
472
487
|
—
|
473
|
-
<div class='inline'
|
488
|
+
<div class='inline'>
|
489
|
+
<p>the Square SDK repository name to look for</p>
|
474
490
|
</div>
|
475
491
|
|
476
492
|
</li>
|
@@ -488,8 +504,9 @@ commands to manage registered repositories.</p>
|
|
488
504
|
|
489
505
|
|
490
506
|
—
|
491
|
-
<div class='inline'
|
492
|
-
|
507
|
+
<div class='inline'>
|
508
|
+
<p><code>true</code> if the targeted Square SDK repository is configured in
|
509
|
+
this repository store, otherwise <code>false</code>.</p>
|
493
510
|
</div>
|
494
511
|
|
495
512
|
</li>
|
@@ -528,7 +545,8 @@ repository store, otherwise <code>false</code>.</p>
|
|
528
545
|
|
529
546
|
</h3><div class="docstring">
|
530
547
|
<div class="discussion">
|
531
|
-
|
548
|
+
|
549
|
+
<p>Returns a <span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">CocoapodsRepoSq::Repository</a></span> instance if a Square SDK repository exists in the
|
532
550
|
store with the given name</p>
|
533
551
|
|
534
552
|
|
@@ -548,7 +566,8 @@ store with the given name</p>
|
|
548
566
|
|
549
567
|
|
550
568
|
—
|
551
|
-
<div class='inline'
|
569
|
+
<div class='inline'>
|
570
|
+
<p>the Square SDK repository name to look for</p>
|
552
571
|
</div>
|
553
572
|
|
554
573
|
</li>
|
@@ -566,7 +585,8 @@ store with the given name</p>
|
|
566
585
|
|
567
586
|
|
568
587
|
—
|
569
|
-
<div class='inline'
|
588
|
+
<div class='inline'>
|
589
|
+
<p>a Square SDK repository</p>
|
570
590
|
</div>
|
571
591
|
|
572
592
|
</li>
|
@@ -623,7 +643,8 @@ store with the given name</p>
|
|
623
643
|
|
624
644
|
</h3><div class="docstring">
|
625
645
|
<div class="discussion">
|
626
|
-
|
646
|
+
|
647
|
+
<p>Returns all repositories currently configured in the store as a list of
|
627
648
|
<span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">CocoapodsRepoSq::Repository</a></span> objects</p>
|
628
649
|
|
629
650
|
|
@@ -642,7 +663,8 @@ store with the given name</p>
|
|
642
663
|
|
643
664
|
|
644
665
|
—
|
645
|
-
<div class='inline'
|
666
|
+
<div class='inline'>
|
667
|
+
<p>the list of all Square SDK repositories</p>
|
646
668
|
</div>
|
647
669
|
|
648
670
|
</li>
|
@@ -687,7 +709,8 @@ store with the given name</p>
|
|
687
709
|
|
688
710
|
</h3><div class="docstring">
|
689
711
|
<div class="discussion">
|
690
|
-
|
712
|
+
|
713
|
+
<p>Registers a Square SDK repository on the local store</p>
|
691
714
|
|
692
715
|
|
693
716
|
</div>
|
@@ -706,7 +729,8 @@ store with the given name</p>
|
|
706
729
|
|
707
730
|
|
708
731
|
—
|
709
|
-
<div class='inline'
|
732
|
+
<div class='inline'>
|
733
|
+
<p>the Square SDK repository name.</p>
|
710
734
|
</div>
|
711
735
|
|
712
736
|
</li>
|
@@ -721,7 +745,8 @@ store with the given name</p>
|
|
721
745
|
|
722
746
|
|
723
747
|
—
|
724
|
-
<div class='inline'
|
748
|
+
<div class='inline'>
|
749
|
+
<p>the Square SDK repository username.</p>
|
725
750
|
</div>
|
726
751
|
|
727
752
|
</li>
|
@@ -736,7 +761,8 @@ store with the given name</p>
|
|
736
761
|
|
737
762
|
|
738
763
|
—
|
739
|
-
<div class='inline'
|
764
|
+
<div class='inline'>
|
765
|
+
<p>the Square SDK repository password.</p>
|
740
766
|
</div>
|
741
767
|
|
742
768
|
</li>
|
@@ -751,7 +777,8 @@ store with the given name</p>
|
|
751
777
|
|
752
778
|
|
753
779
|
—
|
754
|
-
<div class='inline'
|
780
|
+
<div class='inline'>
|
781
|
+
<p>the Square SDK repositories server URL.</p>
|
755
782
|
</div>
|
756
783
|
|
757
784
|
</li>
|
@@ -769,7 +796,8 @@ store with the given name</p>
|
|
769
796
|
|
770
797
|
|
771
798
|
—
|
772
|
-
<div class='inline'
|
799
|
+
<div class='inline'>
|
800
|
+
<p>a Square SDK repository</p>
|
773
801
|
</div>
|
774
802
|
|
775
803
|
</li>
|
@@ -786,7 +814,8 @@ store with the given name</p>
|
|
786
814
|
|
787
815
|
|
788
816
|
—
|
789
|
-
<div class='inline'
|
817
|
+
<div class='inline'>
|
818
|
+
<p>if the repository has already been configured</p>
|
790
819
|
</div>
|
791
820
|
|
792
821
|
</li>
|
@@ -847,7 +876,8 @@ store with the given name</p>
|
|
847
876
|
|
848
877
|
</h3><div class="docstring">
|
849
878
|
<div class="discussion">
|
850
|
-
|
879
|
+
|
880
|
+
<p>Removes a Square SDK repository from the local store</p>
|
851
881
|
|
852
882
|
|
853
883
|
</div>
|
@@ -866,7 +896,8 @@ store with the given name</p>
|
|
866
896
|
|
867
897
|
|
868
898
|
—
|
869
|
-
<div class='inline'
|
899
|
+
<div class='inline'>
|
900
|
+
<p>the name of the Square SDK Repository to be removed.</p>
|
870
901
|
</div>
|
871
902
|
|
872
903
|
</li>
|
@@ -884,8 +915,9 @@ store with the given name</p>
|
|
884
915
|
|
885
916
|
|
886
917
|
—
|
887
|
-
<div class='inline'
|
888
|
-
|
918
|
+
<div class='inline'>
|
919
|
+
<p><code>true</code> if the targeted Square SDK repository was removed from
|
920
|
+
the store, otherwise <code>false</code>.</p>
|
889
921
|
</div>
|
890
922
|
|
891
923
|
</li>
|
@@ -920,9 +952,9 @@ otherwise <code>false</code>.</p>
|
|
920
952
|
</div>
|
921
953
|
|
922
954
|
<div id="footer">
|
923
|
-
Generated on
|
955
|
+
Generated on Fri Jun 1 09:24:34 2018 by
|
924
956
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
925
|
-
0.9.
|
957
|
+
0.9.12 (ruby-2.4.0).
|
926
958
|
</div>
|
927
959
|
|
928
960
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: CocoapodsRepoSq::Source
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -103,7 +103,8 @@
|
|
103
103
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
106
|
-
|
106
|
+
|
107
|
+
<p>Class responsible of managing a collection of podspecs and pods hosted at a
|
107
108
|
Square SDK repository. Files are accessed via HTTPS with
|
108
109
|
<a href="https://tools.ietf.org/html/rfc7617" target="_parent" title="Basic HTTP Authentication RFC7617">Basic HTTP Authentication RFC7617</a></p>
|
109
110
|
|
@@ -142,7 +143,8 @@ Square SDK repository. Files are accessed via HTTPS with
|
|
142
143
|
|
143
144
|
|
144
145
|
|
145
|
-
<span class="summary_desc"><div class='inline'
|
146
|
+
<span class="summary_desc"><div class='inline'>
|
147
|
+
<p>An object representing a Square SDK repository.</p>
|
146
148
|
</div></span>
|
147
149
|
|
148
150
|
</li>
|
@@ -180,7 +182,8 @@ Square SDK repository. Files are accessed via HTTPS with
|
|
180
182
|
|
181
183
|
|
182
184
|
|
183
|
-
<span class="summary_desc"><div class='inline'
|
185
|
+
<span class="summary_desc"><div class='inline'>
|
186
|
+
<p>A new instance of Source.</p>
|
184
187
|
</div></span>
|
185
188
|
|
186
189
|
</li>
|
@@ -204,7 +207,8 @@ Square SDK repository. Files are accessed via HTTPS with
|
|
204
207
|
|
205
208
|
</h3><div class="docstring">
|
206
209
|
<div class="discussion">
|
207
|
-
|
210
|
+
|
211
|
+
<p>Returns a new instance of Source</p>
|
208
212
|
|
209
213
|
|
210
214
|
</div>
|
@@ -223,8 +227,9 @@ Square SDK repository. Files are accessed via HTTPS with
|
|
223
227
|
|
224
228
|
|
225
229
|
—
|
226
|
-
<div class='inline'
|
227
|
-
|
230
|
+
<div class='inline'>
|
231
|
+
<p>an object representing a Square SDK repository where this source will get
|
232
|
+
podspecs from.</p>
|
228
233
|
</div>
|
229
234
|
|
230
235
|
</li>
|
@@ -273,7 +278,8 @@ get podspecs from.</p>
|
|
273
278
|
|
274
279
|
</h3><div class="docstring">
|
275
280
|
<div class="discussion">
|
276
|
-
|
281
|
+
|
282
|
+
<p>Returns an object representing a Square SDK repository</p>
|
277
283
|
|
278
284
|
|
279
285
|
</div>
|
@@ -291,7 +297,8 @@ get podspecs from.</p>
|
|
291
297
|
|
292
298
|
|
293
299
|
—
|
294
|
-
<div class='inline'
|
300
|
+
<div class='inline'>
|
301
|
+
<p>an object representing a Square SDK repository</p>
|
295
302
|
</div>
|
296
303
|
|
297
304
|
</li>
|
@@ -325,9 +332,9 @@ get podspecs from.</p>
|
|
325
332
|
</div>
|
326
333
|
|
327
334
|
<div id="footer">
|
328
|
-
Generated on
|
335
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
329
336
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
330
|
-
0.9.
|
337
|
+
0.9.12 (ruby-2.4.0).
|
331
338
|
</div>
|
332
339
|
|
333
340
|
</div>
|
data/doc/Pod.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Pod
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -87,23 +87,24 @@
|
|
87
87
|
|
88
88
|
<h2>Overview</h2><div class="docstring">
|
89
89
|
<div class="discussion">
|
90
|
-
|
91
|
-
|
90
|
+
|
91
|
+
<p>This source file is part of the cocoapods-repo-sq plugin under the Apache
|
92
|
+
2.0 license:</p>
|
92
93
|
|
93
94
|
<p>Copyright 2018 Square Inc.</p>
|
94
95
|
|
95
|
-
<p>Licensed under the Apache License, Version 2.0 (the “License”);
|
96
|
-
|
97
|
-
|
96
|
+
<p>Licensed under the Apache License, Version 2.0 (the “License”); you may
|
97
|
+
not use this file except in compliance with the License. You may obtain a
|
98
|
+
copy of the License at</p>
|
98
99
|
|
99
100
|
<pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_http'>http</span><span class='symbol'>:/</span><span class='op'>/</span><span class='id identifier rubyid_www'>www</span><span class='period'>.</span><span class='id identifier rubyid_apache'>apache</span><span class='period'>.</span><span class='id identifier rubyid_org'>org</span><span class='op'>/</span><span class='id identifier rubyid_licenses'>licenses</span><span class='op'>/</span><span class='const'>LICENSE</span><span class='op'>-</span><span class='float'>2.0</span>
|
100
101
|
</code></pre>
|
101
102
|
|
102
103
|
<p>Unless required by applicable law or agreed to in writing, software
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
104
|
+
distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
|
105
|
+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
106
|
+
License for the specific language governing permissions and limitations
|
107
|
+
under the License.</p>
|
107
108
|
|
108
109
|
<p>=============================================================================</p>
|
109
110
|
|
@@ -135,9 +136,9 @@ license:</p>
|
|
135
136
|
</div>
|
136
137
|
|
137
138
|
<div id="footer">
|
138
|
-
Generated on
|
139
|
+
Generated on Fri Jun 1 09:24:33 2018 by
|
139
140
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
|
-
0.9.
|
141
|
+
0.9.12 (ruby-2.4.0).
|
141
142
|
</div>
|
142
143
|
|
143
144
|
</div>
|