rbcli 0.2.12 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/Gemfile.lock +39 -38
  4. data/docs-src/content/development/changelog.md +16 -1
  5. data/docs-src/themes/hugo-theme-learn/CHANGELOG.md +74 -2
  6. data/docs-src/themes/hugo-theme-learn/README.md +42 -5
  7. data/docs-src/themes/hugo-theme-learn/exampleSite/config.toml +27 -0
  8. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.zh.md +12 -0
  9. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md +6 -4
  10. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md +7 -5
  11. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md +1 -1
  12. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md +88 -61
  13. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md +3 -3
  14. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/syntaxhighlight.en.md +89 -0
  15. data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md +2 -2
  16. data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md +2 -2
  17. data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.en.md +4 -1
  18. data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.fr.md +4 -1
  19. data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg +1 -237
  20. data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/inteliver_docs.png +0 -0
  21. data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tshark_dev.png +0 -0
  22. data/docs-src/themes/hugo-theme-learn/i18n/ar.toml +26 -0
  23. data/docs-src/themes/hugo-theme-learn/i18n/de.toml +26 -0
  24. data/docs-src/themes/hugo-theme-learn/i18n/hi.toml +26 -0
  25. data/docs-src/themes/hugo-theme-learn/i18n/ja.toml +26 -0
  26. data/docs-src/themes/hugo-theme-learn/i18n/ru.toml +26 -0
  27. data/docs-src/themes/hugo-theme-learn/i18n/zh-cn.toml +26 -0
  28. data/docs-src/themes/hugo-theme-learn/layouts/_default/list.html +1 -1
  29. data/docs-src/themes/hugo-theme-learn/layouts/_default/single.html +1 -2
  30. data/docs-src/themes/hugo-theme-learn/layouts/partials/footer.html +3 -4
  31. data/docs-src/themes/hugo-theme-learn/layouts/partials/header.html +8 -6
  32. data/docs-src/themes/hugo-theme-learn/layouts/partials/menu.html +6 -5
  33. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/children.html +2 -2
  34. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/ref.html +1 -1
  35. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/relref.html +1 -1
  36. data/docs-src/themes/hugo-theme-learn/netlify.toml +1 -2
  37. data/docs-src/themes/hugo-theme-learn/static/css/theme.css +4 -0
  38. data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.svg +1 -359
  39. data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg +1 -1019
  40. data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -918
  41. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg +1 -332
  42. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg +1 -331
  43. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg +1 -333
  44. data/docs-src/themes/hugo-theme-learn/static/images/clippy.svg +1 -1
  45. data/docs-src/themes/hugo-theme-learn/static/js/auto-complete.js +3 -223
  46. data/docs-src/themes/hugo-theme-learn/static/js/highlight.pack.js +6 -3
  47. data/docs-src/themes/hugo-theme-learn/static/js/hugo-learn.js +8 -5
  48. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg +1 -1260
  49. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg +1 -471
  50. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg +1 -2763
  51. data/docs/404.html +8 -8
  52. data/docs/advanced/automatic_updates/index.html +85 -65
  53. data/docs/advanced/command_types/index.html +139 -144
  54. data/docs/advanced/distributed_state_locking/index.html +83 -55
  55. data/docs/advanced/hooks/index.html +94 -81
  56. data/docs/advanced/index.html +75 -34
  57. data/docs/advanced/index.xml +8 -8
  58. data/docs/advanced/interactive_commands/index.html +90 -66
  59. data/docs/advanced/logging/index.html +94 -67
  60. data/docs/advanced/remote_execution/index.html +94 -75
  61. data/docs/advanced/state_storage/index.html +122 -119
  62. data/docs/advanced/user_config_files/index.html +94 -71
  63. data/docs/categories/index.html +82 -30
  64. data/docs/categories/index.xml +1 -1
  65. data/docs/css/theme.css +4 -0
  66. data/docs/development/changelog/index.html +185 -177
  67. data/docs/development/code_of_conduct/index.html +85 -64
  68. data/docs/development/contributing/index.html +96 -96
  69. data/docs/development/index.html +75 -34
  70. data/docs/development/index.xml +2 -2
  71. data/docs/development/license/index.html +80 -46
  72. data/docs/fonts/Inconsolata.svg +1 -359
  73. data/docs/fonts/Novecentosanswide-Normal-webfont.svg +1 -1019
  74. data/docs/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -918
  75. data/docs/fonts/Work_Sans_200.svg +1 -332
  76. data/docs/fonts/Work_Sans_300.svg +1 -331
  77. data/docs/fonts/Work_Sans_500.svg +1 -333
  78. data/docs/images/clippy.svg +1 -1
  79. data/docs/index.html +112 -61
  80. data/docs/index.json +24 -24
  81. data/docs/index.xml +13 -13
  82. data/docs/js/auto-complete.js +3 -223
  83. data/docs/js/highlight.pack.js +6 -3
  84. data/docs/js/hugo-learn.js +8 -5
  85. data/docs/quick_reference/index.html +126 -159
  86. data/docs/quick_reference/index.xml +1 -1
  87. data/docs/sitemap.xml +2 -4
  88. data/docs/tags/index.html +82 -30
  89. data/docs/tags/index.xml +1 -1
  90. data/docs/tutorial/10-getting_started/index.html +87 -66
  91. data/docs/tutorial/20-project_layout/index.html +126 -116
  92. data/docs/tutorial/30-your_first_command/index.html +151 -141
  93. data/docs/tutorial/40-options_parameters_and_arguments/index.html +233 -258
  94. data/docs/tutorial/50-publishing/index.html +86 -66
  95. data/docs/tutorial/index.html +75 -34
  96. data/docs/tutorial/index.xml +4 -4
  97. data/docs/webfonts/fa-brands-400.svg +1 -1260
  98. data/docs/webfonts/fa-regular-400.svg +1 -471
  99. data/docs/webfonts/fa-solid-900.svg +1 -2763
  100. data/docs/whoami/index.html +76 -46
  101. data/docs/whoami/index.xml +1 -1
  102. data/lib/rbcli/configuration/configurate_blocks/me.rb +5 -5
  103. data/lib/rbcli/util/deprecation_warning.rb +21 -4
  104. data/lib/rbcli/version.rb +1 -1
  105. data/rbcli.gemspec +8 -8
  106. data/skeletons/project/Gemfile +1 -1
  107. data/skeletons/project/config/general.rb +1 -1
  108. data/skeletons/project/lib/lib.erb +2 -0
  109. data/skeletons/project/spec/spec_helper.rb +7 -7
  110. data/skeletons/project/spec/untitled_spec.rb +6 -6
  111. data/skeletons/project/untitled.gemspec +28 -26
  112. metadata +29 -20
  113. data/docs-src/themes/hugo-theme-learn/static/js/html5shiv-printshiv.min.js +0 -4
@@ -1,4 +1,4 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1
+ <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
2
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3
3
  <channel>
4
4
  <title>Categories on RBCli Documentation</title>
@@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover {
1130
1130
  #searchResults {
1131
1131
  text-align: left;
1132
1132
  }
1133
+
1134
+ option {
1135
+ color: initial;
1136
+ }
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="generator" content="Hugo 0.55.6" />
6
+ <meta name="generator" content="Hugo 0.74.3" />
7
7
  <meta name="description" content="">
8
8
 
9
9
 
@@ -12,20 +12,21 @@
12
12
  <title>Changelog :: RBCli Documentation</title>
13
13
 
14
14
 
15
- <link href="/rbcli/css/nucleus.css?1561087612" rel="stylesheet">
16
- <link href="/rbcli/css/fontawesome-all.min.css?1561087612" rel="stylesheet">
17
- <link href="/rbcli/css/hybrid.css?1561087612" rel="stylesheet">
18
- <link href="/rbcli/css/featherlight.min.css?1561087612" rel="stylesheet">
19
- <link href="/rbcli/css/perfect-scrollbar.min.css?1561087612" rel="stylesheet">
20
- <link href="/rbcli/css/auto-complete.css?1561087612" rel="stylesheet">
21
- <link href="/rbcli/css/atom-one-dark-reasonable.css?1561087612" rel="stylesheet">
22
- <link href="/rbcli/css/theme.css?1561087612" rel="stylesheet">
23
- <link href="/rbcli/css/hugo-theme.css?1561087612" rel="stylesheet">
15
+ <link href="/rbcli/css/nucleus.css?1596148729" rel="stylesheet">
16
+ <link href="/rbcli/css/fontawesome-all.min.css?1596148729" rel="stylesheet">
17
+ <link href="/rbcli/css/hybrid.css?1596148729" rel="stylesheet">
18
+ <link href="/rbcli/css/featherlight.min.css?1596148729" rel="stylesheet">
19
+ <link href="/rbcli/css/perfect-scrollbar.min.css?1596148729" rel="stylesheet">
20
+ <link href="/rbcli/css/auto-complete.css?1596148729" rel="stylesheet">
21
+ <link href="/rbcli/css/atom-one-dark-reasonable.css?1596148729" rel="stylesheet">
22
+ <link href="/rbcli/css/theme.css?1596148729" rel="stylesheet">
23
+ <link href="/rbcli/css/hugo-theme.css?1596148729" rel="stylesheet">
24
+
25
+ <link href="/rbcli/css/theme-blue.css?1596148729" rel="stylesheet">
24
26
 
25
- <link href="/rbcli/css/theme-blue.css?1561087612" rel="stylesheet">
26
27
 
27
28
 
28
- <script src="/rbcli/js/jquery-3.3.1.min.js?1561087612"></script>
29
+ <script src="/rbcli/js/jquery-3.3.1.min.js?1596148729"></script>
29
30
 
30
31
  <style>
31
32
  :root #header + #content > #left > #rlblock_left{
@@ -54,14 +55,14 @@
54
55
  <span data-search-clear=""><i class="fas fa-times"></i></span>
55
56
  </div>
56
57
 
57
- <script type="text/javascript" src="/rbcli/js/lunr.min.js?1561087612"></script>
58
- <script type="text/javascript" src="/rbcli/js/auto-complete.js?1561087612"></script>
58
+ <script type="text/javascript" src="/rbcli/js/lunr.min.js?1596148729"></script>
59
+ <script type="text/javascript" src="/rbcli/js/auto-complete.js?1596148729"></script>
59
60
  <script type="text/javascript">
60
61
 
61
62
  var baseurl = "https:\/\/akhoury6.github.io\/rbcli\/";
62
63
 
63
64
  </script>
64
- <script type="text/javascript" src="/rbcli/js/search.js?1561087612"></script>
65
+ <script type="text/javascript" src="/rbcli/js/search.js?1596148729"></script>
65
66
 
66
67
 
67
68
  </div>
@@ -74,6 +75,8 @@
74
75
 
75
76
 
76
77
 
78
+
79
+
77
80
 
78
81
 
79
82
 
@@ -96,6 +99,8 @@
96
99
 
97
100
 
98
101
 
102
+
103
+
99
104
 
100
105
 
101
106
 
@@ -121,6 +126,8 @@
121
126
 
122
127
 
123
128
 
129
+
130
+
124
131
 
125
132
 
126
133
 
@@ -140,6 +147,8 @@
140
147
 
141
148
 
142
149
 
150
+
151
+
143
152
 
144
153
 
145
154
 
@@ -159,6 +168,8 @@
159
168
 
160
169
 
161
170
 
171
+
172
+
162
173
 
163
174
 
164
175
 
@@ -178,6 +189,8 @@
178
189
 
179
190
 
180
191
 
192
+
193
+
181
194
 
182
195
 
183
196
 
@@ -197,6 +210,8 @@
197
210
 
198
211
 
199
212
 
213
+
214
+
200
215
 
201
216
 
202
217
 
@@ -223,6 +238,8 @@
223
238
 
224
239
 
225
240
 
241
+
242
+
226
243
 
227
244
 
228
245
 
@@ -248,6 +265,8 @@
248
265
 
249
266
 
250
267
 
268
+
269
+
251
270
 
252
271
 
253
272
 
@@ -267,6 +286,8 @@
267
286
 
268
287
 
269
288
 
289
+
290
+
270
291
 
271
292
 
272
293
 
@@ -286,6 +307,8 @@
286
307
 
287
308
 
288
309
 
310
+
311
+
289
312
 
290
313
 
291
314
 
@@ -305,6 +328,8 @@
305
328
 
306
329
 
307
330
 
331
+
332
+
308
333
 
309
334
 
310
335
 
@@ -324,6 +349,8 @@
324
349
 
325
350
 
326
351
 
352
+
353
+
327
354
 
328
355
 
329
356
 
@@ -343,6 +370,8 @@
343
370
 
344
371
 
345
372
 
373
+
374
+
346
375
 
347
376
 
348
377
 
@@ -362,6 +391,8 @@
362
391
 
363
392
 
364
393
 
394
+
395
+
365
396
 
366
397
 
367
398
 
@@ -381,6 +412,8 @@
381
412
 
382
413
 
383
414
 
415
+
416
+
384
417
 
385
418
 
386
419
 
@@ -400,6 +433,8 @@
400
433
 
401
434
 
402
435
 
436
+
437
+
403
438
 
404
439
 
405
440
 
@@ -426,6 +461,8 @@
426
461
 
427
462
 
428
463
 
464
+
465
+
429
466
 
430
467
 
431
468
 
@@ -451,6 +488,8 @@
451
488
 
452
489
 
453
490
 
491
+
492
+
454
493
 
455
494
 
456
495
 
@@ -470,6 +509,8 @@
470
509
 
471
510
 
472
511
 
512
+
513
+
473
514
 
474
515
 
475
516
 
@@ -489,6 +530,8 @@
489
530
 
490
531
 
491
532
 
533
+
534
+
492
535
 
493
536
 
494
537
 
@@ -508,6 +551,8 @@
508
551
 
509
552
 
510
553
 
554
+
555
+
511
556
 
512
557
 
513
558
 
@@ -534,6 +579,8 @@
534
579
 
535
580
 
536
581
 
582
+
583
+
537
584
 
538
585
 
539
586
 
@@ -585,7 +632,6 @@
585
632
 
586
633
 
587
634
 
588
-
589
635
  <section id="body">
590
636
  <div id="overlay"></div>
591
637
  <div class="padding highlightable">
@@ -619,9 +665,9 @@
619
665
 
620
666
  <a href='/rbcli/'></a> > <a href='/rbcli/development/'>Development</a> > Changelog
621
667
 
622
-
668
+
623
669
 
624
-
670
+
625
671
 
626
672
 
627
673
 
@@ -631,64 +677,76 @@
631
677
  <div class="progress">
632
678
  <div class="wrapper">
633
679
  <nav id="TableOfContents">
634
- <ul>
635
- <li>
636
- <ul>
637
- <li><a href="#0-2-12-unreleased">0.2.12 (Unreleased)</a>
638
- <ul>
639
- <li><a href="#improvements">Improvements</a></li>
640
- <li><a href="#features">Features</a></li>
641
- </ul></li>
642
- <li><a href="#0-2-11-feb-27-2019">0.2.11 (Feb 27, 2019)</a>
643
- <ul>
644
- <li><a href="#improvements-1">Improvements</a></li>
645
- <li><a href="#bugfixes">Bugfixes</a></li>
646
- </ul></li>
647
- <li><a href="#0-2-8-nov-7-2018">0.2.8 (Nov 7, 2018)</a>
648
- <ul>
649
- <li><a href="#features-1">Features</a></li>
650
- <li><a href="#improvements-2">Improvements</a></li>
651
- <li><a href="#bugfixes-1">Bugfixes</a></li>
652
- <li><a href="#changes">Changes</a></li>
653
- </ul></li>
654
- <li><a href="#0-2-7-oct-17-2018">0.2.7 (Oct 17, 2018)</a>
655
- <ul>
656
- <li><a href="#improvements-3">Improvements</a></li>
657
- <li><a href="#bugfixes-2">Bugfixes</a></li>
658
- <li><a href="#changes-1">Changes</a></li>
659
- </ul></li>
660
- <li><a href="#0-2-5-oct-8-2018">0.2.5 (Oct 8, 2018)</a>
661
- <ul>
662
- <li><a href="#improvements-4">Improvements</a></li>
663
- <li><a href="#bugfixes-3">Bugfixes</a></li>
664
- </ul></li>
665
- <li><a href="#0-2-4-sep-4-2018">0.2.4 (Sep 4, 2018)</a></li>
666
- <li><a href="#0-2-3-sep-4-2018">0.2.3 (Sep 4, 2018)</a>
667
- <ul>
668
- <li><a href="#features-2">Features</a></li>
669
- <li><a href="#improvements-5">Improvements</a></li>
670
- </ul></li>
671
- <li><a href="#0-2-2-aug-22-2018">0.2.2 (Aug 22, 2018)</a>
672
- <ul>
673
- <li><a href="#features-3">Features</a></li>
674
- <li><a href="#bugfixes-4">Bugfixes</a></li>
675
- <li><a href="#improvements-6">Improvements</a></li>
676
- <li><a href="#deprecations-changes">Deprecations/Changes</a></li>
677
- </ul></li>
678
- <li><a href="#0-2-1-aug-8-2018">0.2.1 (Aug 8, 2018)</a>
679
- <ul>
680
- <li><a href="#features-4">Features</a></li>
681
- <li><a href="#bugfixes-5">Bugfixes</a></li>
682
- </ul></li>
683
- <li><a href="#0-2-0-aug-5-2018">0.2.0 (Aug 5, 2018)</a>
684
- <ul>
685
- <li><a href="#features-5">Features</a></li>
686
- <li><a href="#bugfixes-6">Bugfixes</a></li>
687
- <li><a href="#improvements-7">Improvements</a></li>
688
- <li><a href="#deprecations-changes-1">Deprecations/Changes</a></li>
689
- </ul></li>
690
- </ul></li>
691
- </ul>
680
+ <ul>
681
+ <li><a href="#03-july-31-2020">0.3 (July 31, 2020)</a>
682
+ <ul>
683
+ <li><a href="#improvements">Improvements</a></li>
684
+ <li><a href="#features">Features</a></li>
685
+ </ul>
686
+ </li>
687
+ <li><a href="#0212-july-29-2019">0.2.12 (July 29, 2019)</a>
688
+ <ul>
689
+ <li><a href="#improvements-1">Improvements</a></li>
690
+ <li><a href="#features-1">Features</a></li>
691
+ </ul>
692
+ </li>
693
+ <li><a href="#0211-feb-27-2019">0.2.11 (Feb 27, 2019)</a>
694
+ <ul>
695
+ <li><a href="#improvements-2">Improvements</a></li>
696
+ <li><a href="#bugfixes">Bugfixes</a></li>
697
+ </ul>
698
+ </li>
699
+ <li><a href="#028-nov-7-2018">0.2.8 (Nov 7, 2018)</a>
700
+ <ul>
701
+ <li><a href="#features-2">Features</a></li>
702
+ <li><a href="#improvements-3">Improvements</a></li>
703
+ <li><a href="#bugfixes-1">Bugfixes</a></li>
704
+ <li><a href="#changes">Changes</a></li>
705
+ </ul>
706
+ </li>
707
+ <li><a href="#027-oct-17-2018">0.2.7 (Oct 17, 2018)</a>
708
+ <ul>
709
+ <li><a href="#improvements-4">Improvements</a></li>
710
+ <li><a href="#bugfixes-2">Bugfixes</a></li>
711
+ <li><a href="#changes-1">Changes</a></li>
712
+ </ul>
713
+ </li>
714
+ <li><a href="#025-oct-8-2018">0.2.5 (Oct 8, 2018)</a>
715
+ <ul>
716
+ <li><a href="#improvements-5">Improvements</a></li>
717
+ <li><a href="#bugfixes-3">Bugfixes</a></li>
718
+ </ul>
719
+ </li>
720
+ <li><a href="#024-sep-4-2018">0.2.4 (Sep 4, 2018)</a></li>
721
+ <li><a href="#023-sep-4-2018">0.2.3 (Sep 4, 2018)</a>
722
+ <ul>
723
+ <li><a href="#features-3">Features</a></li>
724
+ <li><a href="#improvements-6">Improvements</a></li>
725
+ </ul>
726
+ </li>
727
+ <li><a href="#022-aug-22-2018">0.2.2 (Aug 22, 2018)</a>
728
+ <ul>
729
+ <li><a href="#features-4">Features</a></li>
730
+ <li><a href="#bugfixes-4">Bugfixes</a></li>
731
+ <li><a href="#improvements-7">Improvements</a></li>
732
+ <li><a href="#deprecationschanges">Deprecations/Changes</a></li>
733
+ </ul>
734
+ </li>
735
+ <li><a href="#021-aug-8-2018">0.2.1 (Aug 8, 2018)</a>
736
+ <ul>
737
+ <li><a href="#features-5">Features</a></li>
738
+ <li><a href="#bugfixes-5">Bugfixes</a></li>
739
+ </ul>
740
+ </li>
741
+ <li><a href="#020-aug-5-2018">0.2.0 (Aug 5, 2018)</a>
742
+ <ul>
743
+ <li><a href="#features-6">Features</a></li>
744
+ <li><a href="#bugfixes-6">Bugfixes</a></li>
745
+ <li><a href="#improvements-8">Improvements</a></li>
746
+ <li><a href="#deprecationschanges-1">Deprecations/Changes</a></li>
747
+ </ul>
748
+ </li>
749
+ </ul>
692
750
  </nav>
693
751
  </div>
694
752
  </div>
@@ -712,137 +770,105 @@
712
770
 
713
771
 
714
772
 
715
-
716
-
717
-
718
- <h2 id="0-2-12-unreleased">0.2.12 (Unreleased)</h2>
719
-
773
+ <h2 id="03-july-31-2020">0.3 (July 31, 2020)</h2>
720
774
  <h3 id="improvements">Improvements</h3>
721
-
775
+ <ul>
776
+ <li>Deprecated Ruby code has been updated to be compatible with Ruby 2.7.x</li>
777
+ <li>All depedencies have been updated to their latest versions and tested to ensure continued compatibility</li>
778
+ <li>Old-style execution hooks have been fully deprecated in favor of declaring them in the <code>Rbcli::Configurate.hooks</code> block. To ensure compatibility, save your current hooks and generate new ones using the command <code>rbcli hook</code></li>
779
+ <li>Skeleton gemspec now includes <code>spec.required_ruby_version</code>, which matches Rbcli&rsquo;s requirement</li>
780
+ <li>Documentation updated to support latest Hugo and theme versions (Hugo 0.74.3 and hugo-theme-learn 2.5.0)</li>
781
+ </ul>
782
+ <h3 id="features">Features</h3>
783
+ <ul>
784
+ <li>Rbcli Deprecation Warnings now show the offending line of code to ease updating</li>
785
+ <li>The <code>$libdir</code> global variable is defined by default in the skeleton project, allwoing easy access to the project&rsquo;s <code>lib</code> folder</li>
786
+ </ul>
787
+ <h2 id="0212-july-29-2019">0.2.12 (July 29, 2019)</h2>
788
+ <h3 id="improvements-1">Improvements</h3>
722
789
  <ul>
723
790
  <li>The base project skeleton now includes an improved structure for the <code>lib/</code> folder</li>
724
791
  <li>Documentation now uses Hugo instead of MkDocs for site generation.</li>
725
792
  <li>Updated dependencies in project skeleton to latest versions</li>
726
793
  </ul>
727
-
728
- <h3 id="features">Features</h3>
729
-
794
+ <h3 id="features-1">Features</h3>
730
795
  <ul>
731
796
  <li>Development mode can be enabled by setting the environment variables: <code>RBCLI_ENV=development</code> and <code>RBCLI_DEVPATH=[path to local Rbcli folder]</code> to simplify changes to Rbcli during development. Combined with setting <code>alias rbcli='/path/to/rbcli/exe/rbcli'</code>, gem installation is not required for development work</li>
732
797
  </ul>
733
-
734
- <h2 id="0-2-11-feb-27-2019">0.2.11 (Feb 27, 2019)</h2>
735
-
736
- <h3 id="improvements-1">Improvements</h3>
737
-
798
+ <h2 id="0211-feb-27-2019">0.2.11 (Feb 27, 2019)</h2>
799
+ <h3 id="improvements-2">Improvements</h3>
738
800
  <ul>
739
801
  <li>Updated the dependent gem verions to use the latest available versions</li>
740
802
  </ul>
741
-
742
803
  <h3 id="bugfixes">Bugfixes</h3>
743
-
744
804
  <ul>
745
805
  <li>Fixed the nested triggers of the message I/O system</li>
746
806
  </ul>
747
-
748
- <h2 id="0-2-8-nov-7-2018">0.2.8 (Nov 7, 2018)</h2>
749
-
750
- <h3 id="features-1">Features</h3>
751
-
807
+ <h2 id="028-nov-7-2018">0.2.8 (Nov 7, 2018)</h2>
808
+ <h3 id="features-2">Features</h3>
752
809
  <ul>
753
810
  <li>Added a standardized message I/O system</li>
754
811
  </ul>
755
-
756
- <h3 id="improvements-2">Improvements</h3>
757
-
812
+ <h3 id="improvements-3">Improvements</h3>
758
813
  <ul>
759
814
  <li>Enabled the safe usage of anchors in YAML config files</li>
760
815
  <li>Improved the method of determining the script name to be more portable across OS&rsquo;es</li>
761
816
  </ul>
762
-
763
817
  <h3 id="bugfixes-1">Bugfixes</h3>
764
-
765
818
  <ul>
766
819
  <li>Fixed an error which caused RBCli to crash when using <code>local_state</code></li>
767
820
  <li>Fixed a bug which caused the <code>rbcli init</code> command to occassionally fail for mini and micro projects</li>
768
821
  </ul>
769
-
770
822
  <h3 id="changes">Changes</h3>
771
-
772
823
  <ul>
773
824
  <li>Changed the <code>rbcli init</code> helptext to match the order of complexity of projects (standard -&gt; mini -&gt; micro)</li>
774
825
  </ul>
775
-
776
- <h2 id="0-2-7-oct-17-2018">0.2.7 (Oct 17, 2018)</h2>
777
-
778
- <h3 id="improvements-3">Improvements</h3>
779
-
826
+ <h2 id="027-oct-17-2018">0.2.7 (Oct 17, 2018)</h2>
827
+ <h3 id="improvements-4">Improvements</h3>
780
828
  <ul>
781
829
  <li>Added a dev mode for scripts that allows using a local RBCli copy instead of requiring the gem to be installed</li>
782
830
  </ul>
783
-
784
831
  <h3 id="bugfixes-2">Bugfixes</h3>
785
-
786
832
  <ul>
787
833
  <li>Fixed a bug that caused the rbcli tool not to detect project folders correctly.</li>
788
834
  <li>Command parameter <code>prompt:</code> now works when <code>required</code> is set to <code>true</code>.</li>
789
835
  </ul>
790
-
791
836
  <h3 id="changes-1">Changes</h3>
792
-
793
837
  <ul>
794
838
  <li>The <code>rbcli init</code> command now initializes into the current working directory instead of creating a new one.</li>
795
839
  <li>Fixed erroneous documentation about the &lsquo;merge&rsquo; setting on userspace config.</li>
796
840
  </ul>
797
-
798
- <h2 id="0-2-5-oct-8-2018">0.2.5 (Oct 8, 2018)</h2>
799
-
800
- <h3 id="improvements-4">Improvements</h3>
801
-
841
+ <h2 id="025-oct-8-2018">0.2.5 (Oct 8, 2018)</h2>
842
+ <h3 id="improvements-5">Improvements</h3>
802
843
  <ul>
803
844
  <li>Added a useful error message when local or remote state is used but not initialized.</li>
804
845
  </ul>
805
-
806
846
  <h3 id="bugfixes-3">Bugfixes</h3>
807
-
808
847
  <ul>
809
848
  <li>Fixed a bug in the Github Updater where RBCli crashed when a version tag was not present in the repo.</li>
810
849
  <li>Fixed a bug where deleting a state key would crash Rbcli</li>
811
850
  <li>Fixed a bug where remote state crashed with certain configurations</li>
812
851
  </ul>
813
-
814
- <h2 id="0-2-4-sep-4-2018">0.2.4 (Sep 4, 2018)</h2>
815
-
852
+ <h2 id="024-sep-4-2018">0.2.4 (Sep 4, 2018)</h2>
816
853
  <ul>
817
854
  <li>This is a dummy release required to update the License in the Gemspec file. The license has not changed (GPLv3).</li>
818
855
  </ul>
819
-
820
- <h2 id="0-2-3-sep-4-2018">0.2.3 (Sep 4, 2018)</h2>
821
-
822
- <h3 id="features-2">Features</h3>
823
-
856
+ <h2 id="023-sep-4-2018">0.2.3 (Sep 4, 2018)</h2>
857
+ <h3 id="features-3">Features</h3>
824
858
  <ul>
825
859
  <li>Interactive Commands &ndash; Prompt the user for parameters with a given value</li>
826
860
  </ul>
827
-
828
- <h3 id="improvements-5">Improvements</h3>
829
-
861
+ <h3 id="improvements-6">Improvements</h3>
830
862
  <ul>
831
863
  <li>Added documentation on logging</li>
832
864
  </ul>
833
-
834
- <h2 id="0-2-2-aug-22-2018">0.2.2 (Aug 22, 2018)</h2>
835
-
836
- <h3 id="features-3">Features</h3>
837
-
865
+ <h2 id="022-aug-22-2018">0.2.2 (Aug 22, 2018)</h2>
866
+ <h3 id="features-4">Features</h3>
838
867
  <h3 id="bugfixes-4">Bugfixes</h3>
839
-
840
868
  <ul>
841
869
  <li>Fixed a bug that caused the logger&rsquo;s target and level not to be configured properly via the Configurate block.</li>
842
870
  </ul>
843
-
844
- <h3 id="improvements-6">Improvements</h3>
845
-
871
+ <h3 id="improvements-7">Improvements</h3>
846
872
  <ul>
847
873
  <li>Lazy-loading has been implemented in optional modules such as autoupdates, remote storage, etc. This means that if you do not enable them in the code, they will not be loaded into memory. This significantly improves loding times for applications.</li>
848
874
  <li>Abstraction system created for configuration. This has significantly simplified the existing codebase and makes future development easier.</li>
@@ -850,50 +876,36 @@
850
876
  <li>Folder structure has been simplified to ease development.</li>
851
877
  <li>Much of the code has been refactored.</li>
852
878
  </ul>
853
-
854
- <h3 id="deprecations-changes">Deprecations/Changes</h3>
855
-
879
+ <h3 id="deprecationschanges">Deprecations/Changes</h3>
856
880
  <ul>
857
881
  <li>The <code>Rbcli</code> module is now <code>RBCli</code> to better match the branding. The original <code>Rbcli</code> module will still work for this current release, with a warning, but future releases will require code changes.</li>
858
882
  <li>Hooks are now defined under the <code>RBCli.Configurate.hooks</code> block instead of <code>RBCli.Configurate.me</code>.</li>
859
883
  <li>The logger is now silent by default. To enable it, it must be configured either via the <code>Configurate</code> block or via the user&rsquo;s config file.</li>
860
884
  </ul>
861
-
862
- <h2 id="0-2-1-aug-8-2018">0.2.1 (Aug 8, 2018)</h2>
863
-
864
- <h3 id="features-4">Features</h3>
865
-
885
+ <h2 id="021-aug-8-2018">0.2.1 (Aug 8, 2018)</h2>
886
+ <h3 id="features-5">Features</h3>
866
887
  <ul>
867
888
  <li>Remote Execution added for Script and External commands</li>
868
889
  </ul>
869
-
870
890
  <h3 id="bugfixes-5">Bugfixes</h3>
871
-
872
891
  <ul>
873
892
  <li>Fixed a bug that caused RBCli to crash if a direct path mode script&rsquo;s environment variables were declared as symbols</li>
874
893
  </ul>
875
-
876
- <h2 id="0-2-0-aug-5-2018">0.2.0 (Aug 5, 2018)</h2>
877
-
878
- <h3 id="features-5">Features</h3>
879
-
894
+ <h2 id="020-aug-5-2018">0.2.0 (Aug 5, 2018)</h2>
895
+ <h3 id="features-6">Features</h3>
880
896
  <ul>
881
897
  <li>CLI tool Autoupdate Enabled; when an upgrade to RBCli is detected, the RBCli CLI tool will notify the developer.</li>
882
898
  <li>Official documentation created and hosted with Github Pages</li>
883
899
  <li>RBCli released under GPLv3</li>
884
900
  <li>Copyright/License notice displayed via RBCli tool with <code>rbcli license</code> in accordance with GPLv3 guidelines</li>
885
901
  </ul>
886
-
887
902
  <h3 id="bugfixes-6">Bugfixes</h3>
888
-
889
903
  <ul>
890
904
  <li>Fixed version number loading for projects</li>
891
905
  <li>Cleaned up command usage help output</li>
892
906
  <li>Fixed script and external command generation</li>
893
907
  </ul>
894
-
895
- <h3 id="improvements-7">Improvements</h3>
896
-
908
+ <h3 id="improvements-8">Improvements</h3>
897
909
  <ul>
898
910
  <li>A quick reference guide can now be found in README.md</li>
899
911
  <li>Autoupdate feature now allows supplying a custom message</li>
@@ -904,19 +916,16 @@
904
916
  <li>Options and Parameters now allow specifying the letter to be used for the short version, or to disable it altogether</li>
905
917
  <li>Userspace config can now be disabled by setting the path to nil or removing the declaration</li>
906
918
  </ul>
907
-
908
- <h3 id="deprecations-changes-1">Deprecations/Changes</h3>
909
-
919
+ <h3 id="deprecationschanges-1">Deprecations/Changes</h3>
910
920
  <ul>
911
921
  <li>Removed deprecated and broken examples from the examples folder</li>
912
922
  </ul>
913
923
 
914
924
 
915
- <footer class=" footline" >
925
+ <footer class="footline">
916
926
 
917
927
  </footer>
918
928
 
919
-
920
929
 
921
930
  </div>
922
931
 
@@ -1344,20 +1353,19 @@
1344
1353
  <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
1345
1354
  <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
1346
1355
  </div>
1347
- <script src="/rbcli/js/clipboard.min.js?1561087612"></script>
1348
- <script src="/rbcli/js/perfect-scrollbar.min.js?1561087612"></script>
1349
- <script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1561087612"></script>
1350
- <script src="/rbcli/js/jquery.sticky.js?1561087612"></script>
1351
- <script src="/rbcli/js/featherlight.min.js?1561087612"></script>
1352
- <script src="/rbcli/js/html5shiv-printshiv.min.js?1561087612"></script>
1353
- <script src="/rbcli/js/highlight.pack.js?1561087612"></script>
1356
+ <script src="/rbcli/js/clipboard.min.js?1596148729"></script>
1357
+ <script src="/rbcli/js/perfect-scrollbar.min.js?1596148729"></script>
1358
+ <script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1596148729"></script>
1359
+ <script src="/rbcli/js/jquery.sticky.js?1596148729"></script>
1360
+ <script src="/rbcli/js/featherlight.min.js?1596148729"></script>
1361
+ <script src="/rbcli/js/highlight.pack.js?1596148729"></script>
1354
1362
  <script>hljs.initHighlightingOnLoad();</script>
1355
- <script src="/rbcli/js/modernizr.custom-3.6.0.js?1561087612"></script>
1356
- <script src="/rbcli/js/learn.js?1561087612"></script>
1357
- <script src="/rbcli/js/hugo-learn.js?1561087612"></script>
1363
+ <script src="/rbcli/js/modernizr.custom-3.6.0.js?1596148729"></script>
1364
+ <script src="/rbcli/js/learn.js?1596148729"></script>
1365
+ <script src="/rbcli/js/hugo-learn.js?1596148729"></script>
1358
1366
 
1359
- <link href="/rbcli/mermaid/mermaid.css?1561087612" rel="stylesheet" />
1360
- <script src="/rbcli/mermaid/mermaid.js?1561087612"></script>
1367
+ <link href="/rbcli/mermaid/mermaid.css?1596148729" rel="stylesheet" />
1368
+ <script src="/rbcli/mermaid/mermaid.js?1596148729"></script>
1361
1369
  <script>
1362
1370
  mermaid.initialize({ startOnLoad: true });
1363
1371
  </script>