cocoapods-repo-sq 0.0.1.6 → 0.0.1.9

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.
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: CocoapodsRepoSq::RepositoryStore
8
8
 
9
- &mdash; Documentation by YARD 0.9.12
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -101,10 +101,9 @@
101
101
 
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
-
105
- <p>Class responsible for managing user configured Square SDK repositories.
104
+ <p>Class responsible for managing user configured Square SDK repositories.
106
105
  Repository settings and a local copy of the podspecs are stored on the
107
- filesystem inside Cocoapods&#39; home directory.</p>
106
+ filesystem inside Cocoapods home directory.</p>
108
107
 
109
108
 
110
109
  </div>
@@ -144,8 +143,7 @@ filesystem inside Cocoapods&#39; home directory.</p>
144
143
 
145
144
 
146
145
 
147
- <span class="summary_desc"><div class='inline'>
148
- <p>Default store located in Cocoapods&#39;s home directory.</p>
146
+ <span class="summary_desc"><div class='inline'><p>Default store located in Cocoapods’s home directory.</p>
149
147
  </div></span>
150
148
 
151
149
  </li>
@@ -177,8 +175,7 @@ filesystem inside Cocoapods&#39; home directory.</p>
177
175
 
178
176
 
179
177
 
180
- <span class="summary_desc"><div class='inline'>
181
- <p>Indicates if a Square SDK repository has been added to the store.</p>
178
+ <span class="summary_desc"><div class='inline'><p>Indicates if a Square SDK repository has been added to the store.</p>
182
179
  </div></span>
183
180
 
184
181
  </li>
@@ -201,9 +198,7 @@ filesystem inside Cocoapods&#39; home directory.</p>
201
198
 
202
199
 
203
200
 
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>
201
+ <span class="summary_desc"><div class='inline'><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 store with the given name.</p>
207
202
  </div></span>
208
203
 
209
204
  </li>
@@ -228,8 +223,7 @@ store with the given name.</p>
228
223
 
229
224
 
230
225
 
231
- <span class="summary_desc"><div class='inline'>
232
- <p>A new instance of RepositoryStore.</p>
226
+ <span class="summary_desc"><div class='inline'><p>A new instance of RepositoryStore.</p>
233
227
  </div></span>
234
228
 
235
229
  </li>
@@ -252,9 +246,7 @@ store with the given name.</p>
252
246
 
253
247
 
254
248
 
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>
249
+ <span class="summary_desc"><div class='inline'><p>Returns all repositories currently configured in the store as a list of <span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">Repository</a></span> objects.</p>
258
250
  </div></span>
259
251
 
260
252
  </li>
@@ -277,8 +269,7 @@ store with the given name.</p>
277
269
 
278
270
 
279
271
 
280
- <span class="summary_desc"><div class='inline'>
281
- <p>Registers a Square SDK repository on the local store.</p>
272
+ <span class="summary_desc"><div class='inline'><p>Registers a Square SDK repository on the local store.</p>
282
273
  </div></span>
283
274
 
284
275
  </li>
@@ -301,8 +292,7 @@ store with the given name.</p>
301
292
 
302
293
 
303
294
 
304
- <span class="summary_desc"><div class='inline'>
305
- <p>Removes a Square SDK repository from the local store.</p>
295
+ <span class="summary_desc"><div class='inline'><p>Removes a Square SDK repository from the local store.</p>
306
296
  </div></span>
307
297
 
308
298
  </li>
@@ -325,8 +315,7 @@ store with the given name.</p>
325
315
 
326
316
  </h3><div class="docstring">
327
317
  <div class="discussion">
328
-
329
- <p>Returns a new instance of RepositoryStore</p>
318
+ <p>Returns a new instance of RepositoryStore</p>
330
319
 
331
320
 
332
321
  </div>
@@ -347,9 +336,8 @@ store with the given name.</p>
347
336
 
348
337
 
349
338
  &mdash;
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>
339
+ <div class='inline'><p>the path where all Square SDK repositories will be stored. If no path
340
+ is provided a default <code>$COCOAPODS_HOME/repo-sq</code> will be used</p>
353
341
  </div>
354
342
 
355
343
  </li>
@@ -398,10 +386,9 @@ provided a default <code>$COCOAPODS_HOME/repo-sq</code> will be used</p>
398
386
 
399
387
  </h3><div class="docstring">
400
388
  <div class="discussion">
401
-
402
- <p>Default store located in Cocoapods&#39;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>
389
+ <p>Default store located in Cocoapods’s home directory.
390
+ Used by the plugin to look for registered repositories or by the <code>repo-sq</code>
391
+ commands to manage registered repositories.</p>
405
392
 
406
393
 
407
394
  </div>
@@ -419,8 +406,7 @@ to manage registered repositories.</p>
419
406
 
420
407
 
421
408
  &mdash;
422
- <div class='inline'>
423
- <p>the default RepositoryStore</p>
409
+ <div class='inline'><p>the default RepositoryStore</p>
424
410
  </div>
425
411
 
426
412
  </li>
@@ -465,8 +451,7 @@ to manage registered repositories.</p>
465
451
 
466
452
  </h3><div class="docstring">
467
453
  <div class="discussion">
468
-
469
- <p>Indicates if a Square SDK repository has been added to the store</p>
454
+ <p>Indicates if a Square SDK repository has been added to the store</p>
470
455
 
471
456
 
472
457
  </div>
@@ -485,8 +470,7 @@ to manage registered repositories.</p>
485
470
 
486
471
 
487
472
  &mdash;
488
- <div class='inline'>
489
- <p>the Square SDK repository name to look for</p>
473
+ <div class='inline'><p>the Square SDK repository name to look for</p>
490
474
  </div>
491
475
 
492
476
  </li>
@@ -504,9 +488,8 @@ to manage registered repositories.</p>
504
488
 
505
489
 
506
490
  &mdash;
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>
491
+ <div class='inline'><p><code>true</code> if the targeted Square SDK repository is configured in this
492
+ repository store, otherwise <code>false</code>.</p>
510
493
  </div>
511
494
 
512
495
  </li>
@@ -545,8 +528,7 @@ this repository store, otherwise <code>false</code>.</p>
545
528
 
546
529
  </h3><div class="docstring">
547
530
  <div class="discussion">
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
531
+ <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
550
532
  store with the given name</p>
551
533
 
552
534
 
@@ -566,8 +548,7 @@ store with the given name</p>
566
548
 
567
549
 
568
550
  &mdash;
569
- <div class='inline'>
570
- <p>the Square SDK repository name to look for</p>
551
+ <div class='inline'><p>the Square SDK repository name to look for</p>
571
552
  </div>
572
553
 
573
554
  </li>
@@ -585,8 +566,7 @@ store with the given name</p>
585
566
 
586
567
 
587
568
  &mdash;
588
- <div class='inline'>
589
- <p>a Square SDK repository</p>
569
+ <div class='inline'><p>a Square SDK repository</p>
590
570
  </div>
591
571
 
592
572
  </li>
@@ -643,8 +623,7 @@ store with the given name</p>
643
623
 
644
624
  </h3><div class="docstring">
645
625
  <div class="discussion">
646
-
647
- <p>Returns all repositories currently configured in the store as a list of
626
+ <p>Returns all repositories currently configured in the store as a list of
648
627
  <span class='object_link'><a href="Repository.html" title="CocoapodsRepoSq::Repository (class)">CocoapodsRepoSq::Repository</a></span> objects</p>
649
628
 
650
629
 
@@ -663,8 +642,7 @@ store with the given name</p>
663
642
 
664
643
 
665
644
  &mdash;
666
- <div class='inline'>
667
- <p>the list of all Square SDK repositories</p>
645
+ <div class='inline'><p>the list of all Square SDK repositories</p>
668
646
  </div>
669
647
 
670
648
  </li>
@@ -709,8 +687,7 @@ store with the given name</p>
709
687
 
710
688
  </h3><div class="docstring">
711
689
  <div class="discussion">
712
-
713
- <p>Registers a Square SDK repository on the local store</p>
690
+ <p>Registers a Square SDK repository on the local store</p>
714
691
 
715
692
 
716
693
  </div>
@@ -729,8 +706,7 @@ store with the given name</p>
729
706
 
730
707
 
731
708
  &mdash;
732
- <div class='inline'>
733
- <p>the Square SDK repository name.</p>
709
+ <div class='inline'><p>the Square SDK repository name.</p>
734
710
  </div>
735
711
 
736
712
  </li>
@@ -745,8 +721,7 @@ store with the given name</p>
745
721
 
746
722
 
747
723
  &mdash;
748
- <div class='inline'>
749
- <p>the Square SDK repository username.</p>
724
+ <div class='inline'><p>the Square SDK repository username.</p>
750
725
  </div>
751
726
 
752
727
  </li>
@@ -761,8 +736,7 @@ store with the given name</p>
761
736
 
762
737
 
763
738
  &mdash;
764
- <div class='inline'>
765
- <p>the Square SDK repository password.</p>
739
+ <div class='inline'><p>the Square SDK repository password.</p>
766
740
  </div>
767
741
 
768
742
  </li>
@@ -777,8 +751,7 @@ store with the given name</p>
777
751
 
778
752
 
779
753
  &mdash;
780
- <div class='inline'>
781
- <p>the Square SDK repositories server URL.</p>
754
+ <div class='inline'><p>the Square SDK repositories server URL.</p>
782
755
  </div>
783
756
 
784
757
  </li>
@@ -796,8 +769,7 @@ store with the given name</p>
796
769
 
797
770
 
798
771
  &mdash;
799
- <div class='inline'>
800
- <p>a Square SDK repository</p>
772
+ <div class='inline'><p>a Square SDK repository</p>
801
773
  </div>
802
774
 
803
775
  </li>
@@ -814,8 +786,7 @@ store with the given name</p>
814
786
 
815
787
 
816
788
  &mdash;
817
- <div class='inline'>
818
- <p>if the repository has already been configured</p>
789
+ <div class='inline'><p>if the repository has already been configured</p>
819
790
  </div>
820
791
 
821
792
  </li>
@@ -876,8 +847,7 @@ store with the given name</p>
876
847
 
877
848
  </h3><div class="docstring">
878
849
  <div class="discussion">
879
-
880
- <p>Removes a Square SDK repository from the local store</p>
850
+ <p>Removes a Square SDK repository from the local store</p>
881
851
 
882
852
 
883
853
  </div>
@@ -896,8 +866,7 @@ store with the given name</p>
896
866
 
897
867
 
898
868
  &mdash;
899
- <div class='inline'>
900
- <p>the name of the Square SDK Repository to be removed.</p>
869
+ <div class='inline'><p>the name of the Square SDK Repository to be removed.</p>
901
870
  </div>
902
871
 
903
872
  </li>
@@ -915,9 +884,8 @@ store with the given name</p>
915
884
 
916
885
 
917
886
  &mdash;
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>
887
+ <div class='inline'><p><code>true</code> if the targeted Square SDK repository was removed from the store,
888
+ otherwise <code>false</code>.</p>
921
889
  </div>
922
890
 
923
891
  </li>
@@ -952,9 +920,9 @@ the store, otherwise <code>false</code>.</p>
952
920
  </div>
953
921
 
954
922
  <div id="footer">
955
- Generated on Fri Apr 27 10:49:53 2018 by
923
+ Generated on Tue May 8 15:22:23 2018 by
956
924
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
957
- 0.9.12 (ruby-2.4.0).
925
+ 0.9.9 (ruby-2.4.2).
958
926
  </div>
959
927
 
960
928
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: CocoapodsRepoSq::Source
8
8
 
9
- &mdash; Documentation by YARD 0.9.12
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -103,8 +103,7 @@
103
103
 
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
106
-
107
- <p>Class responsible of managing a collection of podspecs and pods hosted at a
106
+ <p>Class responsible of managing a collection of podspecs and pods hosted at a
108
107
  Square SDK repository. Files are accessed via HTTPS with
109
108
  <a href="https://tools.ietf.org/html/rfc7617" target="_parent" title="Basic HTTP Authentication RFC7617">Basic HTTP Authentication RFC7617</a></p>
110
109
 
@@ -143,8 +142,7 @@ Square SDK repository. Files are accessed via HTTPS with
143
142
 
144
143
 
145
144
 
146
- <span class="summary_desc"><div class='inline'>
147
- <p>An object representing a Square SDK repository.</p>
145
+ <span class="summary_desc"><div class='inline'><p>An object representing a Square SDK repository.</p>
148
146
  </div></span>
149
147
 
150
148
  </li>
@@ -182,8 +180,7 @@ Square SDK repository. Files are accessed via HTTPS with
182
180
 
183
181
 
184
182
 
185
- <span class="summary_desc"><div class='inline'>
186
- <p>A new instance of Source.</p>
183
+ <span class="summary_desc"><div class='inline'><p>A new instance of Source.</p>
187
184
  </div></span>
188
185
 
189
186
  </li>
@@ -207,8 +204,7 @@ Square SDK repository. Files are accessed via HTTPS with
207
204
 
208
205
  </h3><div class="docstring">
209
206
  <div class="discussion">
210
-
211
- <p>Returns a new instance of Source</p>
207
+ <p>Returns a new instance of Source</p>
212
208
 
213
209
 
214
210
  </div>
@@ -227,9 +223,8 @@ Square SDK repository. Files are accessed via HTTPS with
227
223
 
228
224
 
229
225
  &mdash;
230
- <div class='inline'>
231
- <p>an object representing a Square SDK repository where this source will get
232
- podspecs from.</p>
226
+ <div class='inline'><p>an object representing a Square SDK repository where this source will
227
+ get podspecs from.</p>
233
228
  </div>
234
229
 
235
230
  </li>
@@ -278,8 +273,7 @@ podspecs from.</p>
278
273
 
279
274
  </h3><div class="docstring">
280
275
  <div class="discussion">
281
-
282
- <p>Returns an object representing a Square SDK repository</p>
276
+ <p>Returns an object representing a Square SDK repository</p>
283
277
 
284
278
 
285
279
  </div>
@@ -297,8 +291,7 @@ podspecs from.</p>
297
291
 
298
292
 
299
293
  &mdash;
300
- <div class='inline'>
301
- <p>an object representing a Square SDK repository</p>
294
+ <div class='inline'><p>an object representing a Square SDK repository</p>
302
295
  </div>
303
296
 
304
297
  </li>
@@ -332,9 +325,9 @@ podspecs from.</p>
332
325
  </div>
333
326
 
334
327
  <div id="footer">
335
- Generated on Fri Apr 27 10:49:52 2018 by
328
+ Generated on Tue May 8 15:22:23 2018 by
336
329
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
337
- 0.9.12 (ruby-2.4.0).
330
+ 0.9.9 (ruby-2.4.2).
338
331
  </div>
339
332
 
340
333
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: CocoapodsRepoSq
8
8
 
9
- &mdash; Documentation by YARD 0.9.12
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -87,8 +87,7 @@
87
87
 
88
88
  <h2>Overview</h2><div class="docstring">
89
89
  <div class="discussion">
90
-
91
- <p>Main namespace for cocoapods-repo-sq plugin</p>
90
+ <p>Main namespace for cocoapods-repo-sq plugin</p>
92
91
 
93
92
 
94
93
  </div>
@@ -113,8 +112,7 @@
113
112
  <dt id="VERSION-constant" class="">VERSION =
114
113
  <div class="docstring">
115
114
  <div class="discussion">
116
-
117
- <p>Plugin version</p>
115
+ <p>Plugin version</p>
118
116
 
119
117
 
120
118
  </div>
@@ -139,9 +137,9 @@
139
137
  </div>
140
138
 
141
139
  <div id="footer">
142
- Generated on Fri Apr 27 10:49:52 2018 by
140
+ Generated on Tue May 8 15:22:22 2018 by
143
141
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
144
- 0.9.12 (ruby-2.4.0).
142
+ 0.9.9 (ruby-2.4.2).
145
143
  </div>
146
144
 
147
145
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Pod::Command::RepoSq::Add
8
8
 
9
- &mdash; Documentation by YARD 0.9.12
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -105,10 +105,9 @@
105
105
 
106
106
  <h2>Overview</h2><div class="docstring">
107
107
  <div class="discussion">
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&#39;s cocoapods local
111
- repositories store.</p>
108
+ <p>Subclass of <span class='object_link'><a href="../RepoSq.html" title="Pod::Command::RepoSq (class)">Pod::Command::RepoSq</a></span>
109
+ Provides support for the <code>pod repo-sq add</code> which adds a Square SDK
110
+ repository to the users cocoapods local repositories store.</p>
112
111
 
113
112
 
114
113
  </div>
@@ -123,10 +122,9 @@ repositories store.</p>
123
122
  <dt id="DEFAULT_URL-constant" class="">DEFAULT_URL =
124
123
  <div class="docstring">
125
124
  <div class="discussion">
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>
125
+ <p>Default Square SDK repositories server URL.
126
+ This URL can be customized by providing a fourth undocumented
127
+ parameter to this command but not intended for public use.</p>
130
128
 
131
129
 
132
130
  </div>
@@ -144,8 +142,7 @@ for public use.</p>
144
142
 
145
143
 
146
144
  &mdash;
147
- <div class='inline'>
148
- <p>default Square SDK repositories server URL.</p>
145
+ <div class='inline'><p>default Square SDK repositories server URL.</p>
149
146
  </div>
150
147
 
151
148
  </li>
@@ -191,8 +188,7 @@ for public use.</p>
191
188
 
192
189
 
193
190
 
194
- <span class="summary_desc"><div class='inline'>
195
- <p>A new instance of Add.</p>
191
+ <span class="summary_desc"><div class='inline'><p>A new instance of Add.</p>
196
192
  </div></span>
197
193
 
198
194
  </li>
@@ -215,9 +211,7 @@ for public use.</p>
215
211
 
216
212
 
217
213
 
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>
214
+ <span class="summary_desc"><div class='inline'><p>Registers a Square SDK repository on the current user <span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
221
215
  </div></span>
222
216
 
223
217
  </li>
@@ -240,9 +234,7 @@ for public use.</p>
240
234
 
241
235
 
242
236
 
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>
237
+ <span class="summary_desc"><div class='inline'><p>Validates that all required arguments are present: <code>NAME</code>, <code>USERNAME</code> and <code>PASSWORD</code>.</p>
246
238
  </div></span>
247
239
 
248
240
  </li>
@@ -277,8 +269,7 @@ for public use.</p>
277
269
 
278
270
  </h3><div class="docstring">
279
271
  <div class="discussion">
280
-
281
- <p>Returns a new instance of Add</p>
272
+ <p>Returns a new instance of Add</p>
282
273
 
283
274
 
284
275
  </div>
@@ -333,10 +324,10 @@ for public use.</p>
333
324
 
334
325
  </h3><div class="docstring">
335
326
  <div class="discussion">
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>
327
+ <p>Registers a Square SDK repository on the current user
328
+ <span class='object_link'><a href="../../../CocoapodsRepoSq/RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.
329
+ It checks that the user name and password are valid and that the
330
+ repository exists on the Square server.</p>
340
331
 
341
332
 
342
333
  </div>
@@ -356,7 +347,13 @@ password are valid and that the repository exists on the Square server.</p>
356
347
  74
357
348
  75
358
349
  76
359
- 77</pre>
350
+ 77
351
+ 78
352
+ 79
353
+ 80
354
+ 81
355
+ 82
356
+ 83</pre>
360
357
  </td>
361
358
  <td>
362
359
  <pre class="code"><span class="info file"># File 'lib/pod/command/repo_sq/add.rb', line 71</span>
@@ -365,7 +362,13 @@ password are valid and that the repository exists on the Square server.</p>
365
362
  <span class='id identifier rubyid_section'>section</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Adding Square SDK repository `</span><span class='embexpr_beg'>#{</span><span class='ivar'>@name</span><span class='embexpr_end'>}</span><span class='tstring_content'>`</span><span class='tstring_end'>&quot;</span></span>
366
363
  <span class='const'>UI</span><span class='period'>.</span><span class='id identifier rubyid_section'>section</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='rparen'>)</span> <span class='kw'>do</span>
367
364
  <span class='id identifier rubyid_repository'>repository</span> <span class='op'>=</span> <span class='id identifier rubyid_repository_store'>repository_store</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='ivar'>@name</span><span class='comma'>,</span> <span class='ivar'>@username</span><span class='comma'>,</span> <span class='ivar'>@password</span><span class='comma'>,</span> <span class='ivar'>@url</span><span class='rparen'>)</span>
368
- <span class='id identifier rubyid_repository'>repository</span><span class='period'>.</span><span class='id identifier rubyid_update_specs'>update_specs</span>
365
+ <span class='kw'>begin</span>
366
+ <span class='id identifier rubyid_repository'>repository</span><span class='period'>.</span><span class='id identifier rubyid_update_specs'>update_specs</span>
367
+ <span class='kw'>rescue</span> <span class='op'>=&gt;</span> <span class='id identifier rubyid_e'>e</span>
368
+ <span class='id identifier rubyid_repository_store'>repository_store</span><span class='period'>.</span><span class='id identifier rubyid_remove'>remove</span><span class='lparen'>(</span><span class='ivar'>@name</span><span class='rparen'>)</span>
369
+ <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Informative</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Could not add `</span><span class='embexpr_beg'>#{</span><span class='ivar'>@name</span><span class='embexpr_end'>}</span><span class='tstring_content'>`.\n</span><span class='tstring_end'>&quot;</span></span> \
370
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_e'>e</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'>: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_e'>e</span><span class='period'>.</span><span class='id identifier rubyid_message'>message</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
371
+ <span class='kw'>end</span>
369
372
  <span class='kw'>end</span>
370
373
  <span class='kw'>end</span></pre>
371
374
  </td>
@@ -384,9 +387,8 @@ password are valid and that the repository exists on the Square server.</p>
384
387
 
385
388
  </h3><div class="docstring">
386
389
  <div class="discussion">
387
-
388
- <p>Validates that all required arguments are present: <code>NAME</code>,
389
- <code>USERNAME</code> and <code>PASSWORD</code></p>
390
+ <p>Validates that all required arguments are present: <code>NAME</code>, <code>USERNAME</code>
391
+ and <code>PASSWORD</code></p>
390
392
 
391
393
 
392
394
  </div>
@@ -426,9 +428,9 @@ password are valid and that the repository exists on the Square server.</p>
426
428
  </div>
427
429
 
428
430
  <div id="footer">
429
- Generated on Fri Apr 27 10:49:52 2018 by
431
+ Generated on Tue May 8 15:22:23 2018 by
430
432
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
431
- 0.9.12 (ruby-2.4.0).
433
+ 0.9.9 (ruby-2.4.2).
432
434
  </div>
433
435
 
434
436
  </div>