cocoapods-repo-sq 0.0.1.6 → 0.0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0695c6628c3127dd1d5e5f2ffacf3339cff9b16d3c9b7df2938ae521a263640b
4
- data.tar.gz: 7f04e5fd359aeb1a1fb5ab98d407a0f99d5e21aa7904818d662e43a316d95874
3
+ metadata.gz: 20ca0f9263b44fbba99a4b229eb032118f03954c2d21e6165c02674bbd66c05f
4
+ data.tar.gz: 75681ec62548e0b3d99c766e44e7f3801fe565dc211315c18e8554ab3776ddbb
5
5
  SHA512:
6
- metadata.gz: 1ae5dccd0624ec369ee37a1a4514d87e2a00f397118a5d448d8c54ba895b253e7cbe5f15413da4f6418153e5105c36a9fb8d6371085fecbf3b40f6b7409f2dc6
7
- data.tar.gz: cfa8d4b36d60ec9f0d1c4cc633603d1e8e6582177924d39fb117bdb34b2353178684d7c2dd4836e7cc0c83149734460c5be721d2df5f23132a88f41e30996546
6
+ metadata.gz: 574f276c60436826eac6565126f38beb8cbf12305ba31070da7e9bd0b063e84c0f195239fc85a6a1bd887f72345de553d6d67de5401f4094888811a9e5a2ff1c
7
+ data.tar.gz: 59e8c8cad2f867b54f1b1ebf73474aef489199340ffda66a0bcbd680ffd0dc1f447c5b59f3b7901dcafadf2dd02be0d28f84a02a9701b4d22774485255ff0ca0
data/.gitignore CHANGED
@@ -1,6 +1,7 @@
1
1
  .DS_Store
2
2
  .vscode
3
3
  .yardoc
4
+ .bundle/
4
5
  pkg
5
6
  .idea/
6
7
  *.gem
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: CocoapodsRepoSq::Downloader::Extensions
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
 
@@ -85,10 +85,8 @@
85
85
 
86
86
  <h2>Overview</h2><div class="docstring">
87
87
  <div class="discussion">
88
-
89
- <p>Helper module used to override the
90
- Pod::Downloader::downloader_class_by_key method to include a
91
- <code>:square</code> key pointing to <span class='object_link'><a href="../Downloader.html" title="CocoapodsRepoSq::Downloader (class)">CocoapodsRepoSq::Downloader</a></span>. This allows square to be
88
+ <p>Helper module used to override the Pod::Downloader::downloader_class_by_key method to
89
+ include a <code>:square</code> key pointing to <span class='object_link'><a href="../Downloader.html" title="CocoapodsRepoSq::Downloader (class)">CocoapodsRepoSq::Downloader</a></span>. This allows square to be
92
90
  defined as the protocol for downloading Pods on the
93
91
  <a href="https://guides.cocoapods.org/syntax/podspec.html#source" target="_parent" title="podfile source setting">podfile source setting</a></p>
94
92
 
@@ -130,9 +128,7 @@ defined as the protocol for downloading Pods on the
130
128
 
131
129
 
132
130
 
133
- <span class="summary_desc"><div class='inline'>
134
- <p>Map of downloaded classes supported by Cocoapods available to the
135
- <a href="https://guides.cocoapods.org/syntax/podspec.html#source" target="_parent" title="podfile source setting">podfile source setting</a>.</p>
131
+ <span class="summary_desc"><div class='inline'><p>Map of downloaded classes supported by Cocoapods available to the <a href="https://guides.cocoapods.org/syntax/podspec.html#source" target="_parent" title="podfile source setting">podfile source setting</a>.</p>
136
132
  </div></span>
137
133
 
138
134
  </li>
@@ -158,8 +154,7 @@ defined as the protocol for downloading Pods on the
158
154
 
159
155
  </h3><div class="docstring">
160
156
  <div class="discussion">
161
-
162
- <p>Map of downloaded classes supported by Cocoapods available to the
157
+ <p>Map of downloaded classes supported by Cocoapods available to the
163
158
  <a href="https://guides.cocoapods.org/syntax/podspec.html#source" target="_parent" title="podfile source setting">podfile source setting</a>. Square is included to add support for Square SDK repository
164
159
  hosted podspecs and pods.</p>
165
160
 
@@ -179,10 +174,9 @@ hosted podspecs and pods.</p>
179
174
 
180
175
 
181
176
  &mdash;
182
- <div class='inline'>
183
- <p>a map where the key is a symbol used in the podspec source setting such as
184
- <code>:http</code>, <code>:git</code>, <code>:square</code> and the class
185
- is the one responsible for implementing a particular download strategy</p>
177
+ <div class='inline'><p>a map where the key is a symbol used in the podspec source
178
+ setting such as <code>:http</code>, <code>:git</code>, <code>:square</code> and the class is the one
179
+ responsible for implementing a particular download strategy</p>
186
180
  </div>
187
181
 
188
182
  </li>
@@ -215,9 +209,9 @@ is the one responsible for implementing a particular download strategy</p>
215
209
  </div>
216
210
 
217
211
  <div id="footer">
218
- Generated on Fri Apr 27 10:49:52 2018 by
212
+ Generated on Tue May 8 15:22:22 2018 by
219
213
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220
- 0.9.12 (ruby-2.4.0).
214
+ 0.9.9 (ruby-2.4.2).
221
215
  </div>
222
216
 
223
217
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: CocoapodsRepoSq::Downloader
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>Implemenents a <a href="https://github.com/CocoaPods/cocoapods-downloader" target="_parent" title="downloader strategy">downloader strategy</a> to support downloading files from a Square SDK
106
+ <p>Implemenents a <a href="https://github.com/CocoaPods/cocoapods-downloader" target="_parent" title="downloader strategy">downloader strategy</a> to support downloading files from a Square SDK
108
107
  repository server over the HTTPS protocol 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
 
@@ -156,8 +155,7 @@ repository server over the HTTPS protocol with
156
155
 
157
156
 
158
157
 
159
- <span class="summary_desc"><div class='inline'>
160
- <p>Options accepted by this dowmloader strategy.</p>
158
+ <span class="summary_desc"><div class='inline'><p>Options accepted by this dowmloader strategy.</p>
161
159
  </div></span>
162
160
 
163
161
  </li>
@@ -189,8 +187,7 @@ repository server over the HTTPS protocol with
189
187
 
190
188
 
191
189
 
192
- <span class="summary_desc"><div class='inline'>
193
- <p>Square SDK repository to be used by this downloader.</p>
190
+ <span class="summary_desc"><div class='inline'><p>Square SDK repository to be used by this downloader.</p>
194
191
  </div></span>
195
192
 
196
193
  </li>
@@ -217,13 +214,11 @@ repository server over the HTTPS protocol with
217
214
 
218
215
  </h3><div class="docstring">
219
216
  <div class="discussion">
220
-
221
- <p>Options accepted by this dowmloader strategy. The base class already
222
- supports <code>:flatten</code>, <code>:type</code>, <code>:sha256</code>,
223
- <code>:sha1</code>. <span class='object_link'><a href="" title="CocoapodsRepoSq::Downloader (class)">CocoapodsRepoSq::Downloader</a></span> supports passing a
224
- <code>:repository</code> option to indicate which Square SDK repository to
225
- download files from. If none is provided, it will try to use the current
226
- repository. See <span class='object_link'><a href="Repository.html#current-class_method" title="CocoapodsRepoSq::Repository.current (method)">Repository.current</a></span></p>
217
+ <p>Options accepted by this dowmloader strategy.
218
+ The base class already supports <code>:flatten</code>, <code>:type</code>, <code>:sha256</code>, <code>:sha1</code>.
219
+ <span class='object_link'><a href="" title="CocoapodsRepoSq::Downloader (class)">CocoapodsRepoSq::Downloader</a></span> supports passing a <code>:repository</code> option to indicate which
220
+ Square SDK repository to download files from. If none is provided, it
221
+ will try to use the current repository. See <span class='object_link'><a href="Repository.html#current-class_method" title="CocoapodsRepoSq::Repository.current (method)">Repository.current</a></span></p>
227
222
 
228
223
 
229
224
  </div>
@@ -241,8 +236,7 @@ repository. See <span class='object_link'><a href="Repository.html#current-class
241
236
 
242
237
 
243
238
  &mdash;
244
- <div class='inline'>
245
- <p>a list of accepted options</p>
239
+ <div class='inline'><p>a list of accepted options</p>
246
240
  </div>
247
241
 
248
242
  </li>
@@ -287,10 +281,9 @@ repository. See <span class='object_link'><a href="Repository.html#current-class
287
281
 
288
282
  </h3><div class="docstring">
289
283
  <div class="discussion">
290
-
291
- <p>Square SDK repository to be used by this downloader. It can be passed as an
292
- option when initializing this class or also taken from the current
293
- repository. See <span class='object_link'><a href="Repository.html#current-class_method" title="CocoapodsRepoSq::Repository.current (method)">Repository.current</a></span></p>
284
+ <p>Square SDK repository to be used by this downloader.
285
+ It can be passed as an option when initializing this class or also taken
286
+ from the current repository. See <span class='object_link'><a href="Repository.html#current-class_method" title="CocoapodsRepoSq::Repository.current (method)">Repository.current</a></span></p>
294
287
 
295
288
 
296
289
  </div>
@@ -308,8 +301,7 @@ repository. See <span class='object_link'><a href="Repository.html#current-class
308
301
 
309
302
 
310
303
  &mdash;
311
- <div class='inline'>
312
- <p>a Square SDK repository</p>
304
+ <div class='inline'><p>a Square SDK repository</p>
313
305
  </div>
314
306
 
315
307
  </li>
@@ -342,9 +334,9 @@ repository. See <span class='object_link'><a href="Repository.html#current-class
342
334
  </div>
343
335
 
344
336
  <div id="footer">
345
- Generated on Fri Apr 27 10:49:52 2018 by
337
+ Generated on Tue May 8 15:22:23 2018 by
346
338
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
347
- 0.9.12 (ruby-2.4.0).
339
+ 0.9.9 (ruby-2.4.2).
348
340
  </div>
349
341
 
350
342
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: CocoapodsRepoSq::Repository
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,8 +101,7 @@
101
101
 
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
-
105
- <p>Class that represents the credentials needed to access a Square SDK
104
+ <p>Class that represents the credentials needed to access a Square SDK
106
105
  repository of <a href="https://guides.cocoapods.org/syntax/podspec.html" target="_parent" title="podspecs">podspecs</a>
107
106
  for a given Square Application. Responsible for downloading a copy of the
108
107
  repository from Square servers and cache it on the local filesystem.</p>
@@ -140,9 +139,7 @@ repository from Square servers and cache it on the local filesystem.</p>
140
139
 
141
140
 
142
141
 
143
- <span class="summary_desc"><div class='inline'>
144
- <p>Square SDK repository set by the plugin initialization on the
145
- <a href="https://guides.cocoapods.org/syntax/podfile.html#plugin" target="_parent" title="Podfile">Podfile</a>.</p>
142
+ <span class="summary_desc"><div class='inline'><p>Square SDK repository set by the plugin initialization on the <a href="https://guides.cocoapods.org/syntax/podfile.html#plugin" target="_parent" title="Podfile">Podfile</a>.</p>
146
143
  </div></span>
147
144
 
148
145
  </li>
@@ -175,9 +172,7 @@ repository from Square servers and cache it on the local filesystem.</p>
175
172
 
176
173
 
177
174
 
178
- <span class="summary_desc"><div class='inline'>
179
- <p>Nickname under which a Square SDK repository was registered on the
180
- <span class='object_link'><a href="RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">RepositoryStore</a></span>.</p>
175
+ <span class="summary_desc"><div class='inline'><p>Nickname under which a Square SDK repository was registered on the <span class='object_link'><a href="RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">RepositoryStore</a></span>.</p>
181
176
  </div></span>
182
177
 
183
178
  </li>
@@ -205,8 +200,7 @@ repository from Square servers and cache it on the local filesystem.</p>
205
200
 
206
201
 
207
202
 
208
- <span class="summary_desc"><div class='inline'>
209
- <p>Server password used to access a specific Square SDK repository.</p>
203
+ <span class="summary_desc"><div class='inline'><p>Server password used to access a specific Square SDK repository.</p>
210
204
  </div></span>
211
205
 
212
206
  </li>
@@ -234,8 +228,7 @@ repository from Square servers and cache it on the local filesystem.</p>
234
228
 
235
229
 
236
230
 
237
- <span class="summary_desc"><div class='inline'>
238
- <p>Local filesystem path where this repository cache of podspecs is stored.</p>
231
+ <span class="summary_desc"><div class='inline'><p>Local filesystem path where this repository cache of podspecs is stored.</p>
239
232
  </div></span>
240
233
 
241
234
  </li>
@@ -263,8 +256,7 @@ repository from Square servers and cache it on the local filesystem.</p>
263
256
 
264
257
 
265
258
 
266
- <span class="summary_desc"><div class='inline'>
267
- <p>Square SDK repositories server url.</p>
259
+ <span class="summary_desc"><div class='inline'><p>Square SDK repositories server url.</p>
268
260
  </div></span>
269
261
 
270
262
  </li>
@@ -292,8 +284,7 @@ repository from Square servers and cache it on the local filesystem.</p>
292
284
 
293
285
 
294
286
 
295
- <span class="summary_desc"><div class='inline'>
296
- <p>Server user name used to access a specific Square SDK repository.</p>
287
+ <span class="summary_desc"><div class='inline'><p>Server user name used to access a specific Square SDK repository.</p>
297
288
  </div></span>
298
289
 
299
290
  </li>
@@ -331,8 +322,7 @@ repository from Square servers and cache it on the local filesystem.</p>
331
322
 
332
323
 
333
324
 
334
- <span class="summary_desc"><div class='inline'>
335
- <p>A new instance of Repository.</p>
325
+ <span class="summary_desc"><div class='inline'><p>A new instance of Repository.</p>
336
326
  </div></span>
337
327
 
338
328
  </li>
@@ -355,8 +345,7 @@ repository from Square servers and cache it on the local filesystem.</p>
355
345
 
356
346
 
357
347
 
358
- <span class="summary_desc"><div class='inline'>
359
- <p>Updates the local copy of the podspecs from the Square SDK repository.</p>
348
+ <span class="summary_desc"><div class='inline'><p>Updates the local copy of the podspecs from the Square SDK repository.</p>
360
349
  </div></span>
361
350
 
362
351
  </li>
@@ -379,8 +368,7 @@ repository from Square servers and cache it on the local filesystem.</p>
379
368
 
380
369
  </h3><div class="docstring">
381
370
  <div class="discussion">
382
-
383
- <p>Returns a new instance of Repository</p>
371
+ <p>Returns a new instance of Repository</p>
384
372
 
385
373
 
386
374
  </div>
@@ -399,8 +387,7 @@ repository from Square servers and cache it on the local filesystem.</p>
399
387
 
400
388
 
401
389
  &mdash;
402
- <div class='inline'>
403
- <p>nickname under which a Square SDK repository was registered on the
390
+ <div class='inline'><p>nickname under which a Square SDK repository was registered on the
404
391
  <span class='object_link'><a href="RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
405
392
  </div>
406
393
 
@@ -416,8 +403,7 @@ repository from Square servers and cache it on the local filesystem.</p>
416
403
 
417
404
 
418
405
  &mdash;
419
- <div class='inline'>
420
- <p>server user name used to access a specific Square SDK repository.</p>
406
+ <div class='inline'><p>server user name used to access a specific Square SDK repository.</p>
421
407
  </div>
422
408
 
423
409
  </li>
@@ -432,8 +418,7 @@ repository from Square servers and cache it on the local filesystem.</p>
432
418
 
433
419
 
434
420
  &mdash;
435
- <div class='inline'>
436
- <p>server password used to access a specific Square SDK repository.</p>
421
+ <div class='inline'><p>server password used to access a specific Square SDK repository.</p>
437
422
  </div>
438
423
 
439
424
  </li>
@@ -448,8 +433,7 @@ repository from Square servers and cache it on the local filesystem.</p>
448
433
 
449
434
 
450
435
  &mdash;
451
- <div class='inline'>
452
- <p>Square SDK repositories server url.</p>
436
+ <div class='inline'><p>Square SDK repositories server url.</p>
453
437
  </div>
454
438
 
455
439
  </li>
@@ -464,8 +448,7 @@ repository from Square servers and cache it on the local filesystem.</p>
464
448
 
465
449
 
466
450
  &mdash;
467
- <div class='inline'>
468
- <p>local filesystem path where this repository cache of podspecs is stored.</p>
451
+ <div class='inline'><p>local filesystem path where this repository cache of podspecs is stored.</p>
469
452
  </div>
470
453
 
471
454
  </li>
@@ -520,14 +503,13 @@ repository from Square servers and cache it on the local filesystem.</p>
520
503
 
521
504
  </h3><div class="docstring">
522
505
  <div class="discussion">
523
-
524
- <p>Square SDK repository set by the plugin initialization on the
525
- <a href="https://guides.cocoapods.org/syntax/podfile.html#plugin" target="_parent" title="Podfile">Podfile</a>. This
526
- setting is used by the <span class='object_link'><a href="Downloader.html" title="CocoapodsRepoSq::Downloader (class)">Downloader</a></span> class to know which repository to
527
- download files from in the context of a <code>pod install</code> or
528
- <code>pod update</code> command call. When a podspec indicates a Square
529
- source it does not have a Square SDK repository reference to provide to the
530
- Downloader class so this global setting is used instead.</p>
506
+ <p>Square SDK repository set by the plugin initialization on the
507
+ <a href="https://guides.cocoapods.org/syntax/podfile.html#plugin" target="_parent" title="Podfile">Podfile</a>.
508
+ This setting is used by the <span class='object_link'><a href="Downloader.html" title="CocoapodsRepoSq::Downloader (class)">Downloader</a></span> class to know which repository
509
+ to download files from in the context of a <code>pod install</code> or <code>pod update</code>
510
+ command call. When a podspec indicates a Square source it does not have
511
+ a Square SDK repository reference to provide to the Downloader class so
512
+ this global setting is used instead.</p>
531
513
 
532
514
 
533
515
  </div>
@@ -545,8 +527,7 @@ Downloader class so this global setting is used instead.</p>
545
527
 
546
528
 
547
529
  &mdash;
548
- <div class='inline'>
549
- <p>current Square SDK repository</p>
530
+ <div class='inline'><p>current Square SDK repository</p>
550
531
  </div>
551
532
 
552
533
  </li>
@@ -592,8 +573,7 @@ Downloader class so this global setting is used instead.</p>
592
573
 
593
574
  </h3><div class="docstring">
594
575
  <div class="discussion">
595
-
596
- <p>Returns nickname under which a Square SDK repository was registered on the
576
+ <p>Returns nickname under which a Square SDK repository was registered on the
597
577
  <span class='object_link'><a href="RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
598
578
 
599
579
 
@@ -612,8 +592,7 @@ Downloader class so this global setting is used instead.</p>
612
592
 
613
593
 
614
594
  &mdash;
615
- <div class='inline'>
616
- <p>nickname under which a Square SDK repository was registered on the
595
+ <div class='inline'><p>nickname under which a Square SDK repository was registered on the
617
596
  <span class='object_link'><a href="RepositoryStore.html" title="CocoapodsRepoSq::RepositoryStore (class)">CocoapodsRepoSq::RepositoryStore</a></span>.</p>
618
597
  </div>
619
598
 
@@ -655,8 +634,7 @@ Downloader class so this global setting is used instead.</p>
655
634
 
656
635
  </h3><div class="docstring">
657
636
  <div class="discussion">
658
-
659
- <p>Returns server password used to access a specific Square SDK repository.</p>
637
+ <p>Returns server password used to access a specific Square SDK repository.</p>
660
638
 
661
639
 
662
640
  </div>
@@ -674,8 +652,7 @@ Downloader class so this global setting is used instead.</p>
674
652
 
675
653
 
676
654
  &mdash;
677
- <div class='inline'>
678
- <p>server password used to access a specific Square SDK repository.</p>
655
+ <div class='inline'><p>server password used to access a specific Square SDK repository.</p>
679
656
  </div>
680
657
 
681
658
  </li>
@@ -716,9 +693,7 @@ Downloader class so this global setting is used instead.</p>
716
693
 
717
694
  </h3><div class="docstring">
718
695
  <div class="discussion">
719
-
720
- <p>Returns local filesystem path where this repository cache of podspecs is
721
- stored.</p>
696
+ <p>Returns local filesystem path where this repository cache of podspecs is stored.</p>
722
697
 
723
698
 
724
699
  </div>
@@ -736,8 +711,7 @@ stored.</p>
736
711
 
737
712
 
738
713
  &mdash;
739
- <div class='inline'>
740
- <p>local filesystem path where this repository cache of podspecs is stored.</p>
714
+ <div class='inline'><p>local filesystem path where this repository cache of podspecs is stored.</p>
741
715
  </div>
742
716
 
743
717
  </li>
@@ -778,8 +752,7 @@ stored.</p>
778
752
 
779
753
  </h3><div class="docstring">
780
754
  <div class="discussion">
781
-
782
- <p>Returns Square SDK repositories server url.</p>
755
+ <p>Returns Square SDK repositories server url.</p>
783
756
 
784
757
 
785
758
  </div>
@@ -797,8 +770,7 @@ stored.</p>
797
770
 
798
771
 
799
772
  &mdash;
800
- <div class='inline'>
801
- <p>Square SDK repositories server url.</p>
773
+ <div class='inline'><p>Square SDK repositories server url.</p>
802
774
  </div>
803
775
 
804
776
  </li>
@@ -839,8 +811,7 @@ stored.</p>
839
811
 
840
812
  </h3><div class="docstring">
841
813
  <div class="discussion">
842
-
843
- <p>Returns server user name used to access a specific Square SDK repository.</p>
814
+ <p>Returns server user name used to access a specific Square SDK repository.</p>
844
815
 
845
816
 
846
817
  </div>
@@ -858,8 +829,7 @@ stored.</p>
858
829
 
859
830
 
860
831
  &mdash;
861
- <div class='inline'>
862
- <p>server user name used to access a specific Square SDK repository.</p>
832
+ <div class='inline'><p>server user name used to access a specific Square SDK repository.</p>
863
833
  </div>
864
834
 
865
835
  </li>
@@ -905,8 +875,7 @@ stored.</p>
905
875
 
906
876
  </h3><div class="docstring">
907
877
  <div class="discussion">
908
-
909
- <p>Updates the local copy of the podspecs from the Square SDK repository</p>
878
+ <p>Updates the local copy of the podspecs from the Square SDK repository</p>
910
879
 
911
880
 
912
881
  </div>
@@ -960,9 +929,9 @@ stored.</p>
960
929
  </div>
961
930
 
962
931
  <div id="footer">
963
- Generated on Fri Apr 27 10:49:52 2018 by
932
+ Generated on Tue May 8 15:22:23 2018 by
964
933
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
965
- 0.9.12 (ruby-2.4.0).
934
+ 0.9.9 (ruby-2.4.2).
966
935
  </div>
967
936
 
968
937
  </div>