bovem 4.0.1 → 4.0.2

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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis-gemfile +1 -1
  4. data/.travis.yml +1 -4
  5. data/.yardopts +1 -1
  6. data/CHANGELOG.md +7 -0
  7. data/Gemfile +1 -1
  8. data/LICENSE.md +21 -0
  9. data/README.md +21 -16
  10. data/Rakefile +1 -1
  11. data/bovem.gemspec +1 -1
  12. data/docs/Bovem.html +184 -0
  13. data/{doc → docs}/Bovem/Application.html +139 -140
  14. data/{doc → docs}/Bovem/Command.html +171 -169
  15. data/{doc → docs}/Bovem/CommandMethods.html +38 -38
  16. data/{doc → docs}/Bovem/CommandMethods/Children.html +69 -68
  17. data/{doc → docs}/Bovem/CommandMethods/Help.html +45 -44
  18. data/{doc → docs}/Bovem/Configuration.html +58 -57
  19. data/{doc → docs}/Bovem/Console.html +87 -88
  20. data/{doc → docs}/Bovem/ConsoleMethods.html +38 -38
  21. data/{doc → docs}/Bovem/ConsoleMethods/Interactions.html +52 -50
  22. data/{doc → docs}/Bovem/ConsoleMethods/Interactions/ClassMethods.html +41 -41
  23. data/{doc → docs}/Bovem/ConsoleMethods/Logging.html +81 -81
  24. data/{doc → docs}/Bovem/ConsoleMethods/Logging/ClassMethods.html +41 -41
  25. data/{doc → docs}/Bovem/ConsoleMethods/Output.html +59 -58
  26. data/{doc → docs}/Bovem/ConsoleMethods/StyleHandling.html +52 -50
  27. data/{doc → docs}/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +51 -51
  28. data/{doc → docs}/Bovem/Errors.html +38 -38
  29. data/{doc → docs}/Bovem/Errors/Error.html +57 -56
  30. data/{doc → docs}/Bovem/Errors/InvalidConfiguration.html +44 -43
  31. data/{doc → docs}/Bovem/Errors/InvalidLogger.html +44 -43
  32. data/{doc → docs}/Bovem/I18n.html +45 -44
  33. data/{doc → docs}/Bovem/Logger.html +79 -80
  34. data/{doc → docs}/Bovem/Option.html +138 -137
  35. data/{doc → docs}/Bovem/Parser.html +52 -50
  36. data/{doc → docs}/Bovem/ParserMethods.html +38 -38
  37. data/{doc → docs}/Bovem/ParserMethods/General.html +47 -45
  38. data/{doc → docs}/Bovem/ParserMethods/General/ClassMethods.html +47 -47
  39. data/docs/Bovem/Shell.html +625 -0
  40. data/{doc → docs}/Bovem/ShellMethods.html +38 -38
  41. data/{doc → docs}/Bovem/ShellMethods/Directories.html +47 -46
  42. data/{doc → docs}/Bovem/ShellMethods/Execute.html +47 -46
  43. data/docs/Bovem/ShellMethods/General.html +120 -0
  44. data/{doc → docs}/Bovem/ShellMethods/Read.html +47 -46
  45. data/{doc → docs}/Bovem/ShellMethods/Write.html +47 -46
  46. data/docs/Bovem/Version.html +187 -0
  47. data/{doc → docs}/_index.html +32 -35
  48. data/docs/class_list.html +51 -0
  49. data/{doc → docs}/css/common.css +0 -0
  50. data/{doc → docs}/css/full_list.css +32 -31
  51. data/{doc → docs}/css/style.css +244 -91
  52. data/{doc → docs}/file.README.html +34 -35
  53. data/docs/file_list.html +56 -0
  54. data/docs/frames.html +17 -0
  55. data/{doc → docs}/index.html +34 -35
  56. data/{doc → docs}/js/app.js +101 -77
  57. data/docs/js/full_list.js +216 -0
  58. data/{doc → docs}/js/jquery.js +0 -0
  59. data/docs/method_list.html +1115 -0
  60. data/docs/top-level-namespace.html +110 -0
  61. data/lib/bovem.rb +1 -1
  62. data/lib/bovem/application.rb +1 -1
  63. data/lib/bovem/command.rb +1 -1
  64. data/lib/bovem/configuration.rb +1 -1
  65. data/lib/bovem/console.rb +1 -1
  66. data/lib/bovem/errors.rb +1 -1
  67. data/lib/bovem/i18n.rb +1 -1
  68. data/lib/bovem/logger.rb +1 -1
  69. data/lib/bovem/option.rb +1 -1
  70. data/lib/bovem/parser.rb +1 -1
  71. data/lib/bovem/shell.rb +1 -1
  72. data/lib/bovem/version.rb +2 -2
  73. data/locales/en.yml +1 -1
  74. data/locales/it.yml +1 -1
  75. data/spec/bovem/application_spec.rb +1 -1
  76. data/spec/bovem/command_spec.rb +1 -1
  77. data/spec/bovem/configuration_spec.rb +1 -1
  78. data/spec/bovem/console_spec.rb +1 -1
  79. data/spec/bovem/errors_spec.rb +1 -1
  80. data/spec/bovem/i18n_spec.rb +1 -1
  81. data/spec/bovem/logger_spec.rb +1 -1
  82. data/spec/bovem/option_spec.rb +1 -1
  83. data/spec/bovem/parser_spec.rb +1 -1
  84. data/spec/bovem/shell_spec.rb +1 -1
  85. data/spec/spec_helper.rb +1 -1
  86. metadata +53 -52
  87. data/doc/Bovem.html +0 -186
  88. data/doc/Bovem/Shell.html +0 -623
  89. data/doc/Bovem/ShellMethods/General.html +0 -119
  90. data/doc/Bovem/Version.html +0 -189
  91. data/doc/class_list.html +0 -58
  92. data/doc/file_list.html +0 -60
  93. data/doc/frames.html +0 -26
  94. data/doc/js/full_list.js +0 -181
  95. data/doc/method_list.html +0 -855
  96. data/doc/top-level-namespace.html +0 -112
@@ -0,0 +1,110 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Top Level Namespace
8
+
9
+ &mdash; Documentation by YARD 0.9.7
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+
41
+
42
+ <span class="title">Top Level Namespace</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Top Level Namespace
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <h2>Defined Under Namespace</h2>
82
+ <p class="children">
83
+
84
+
85
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Bovem.html" title="Bovem (module)">Bovem</a></span>
86
+
87
+
88
+
89
+
90
+ </p>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ </div>
101
+
102
+ <div id="footer">
103
+ Generated on Thu Jan 12 16:10:57 2017 by
104
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
+ 0.9.7 (ruby-2.3.0).
106
+ </div>
107
+
108
+ </div>
109
+ </body>
110
+ </html>
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "optparse"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Bovem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # A mapion of utilities for developers.
@@ -17,7 +17,7 @@ module Bovem
17
17
  MINOR = 0
18
18
 
19
19
  # The patch version.
20
- PATCH = 1
20
+ PATCH = 2
21
21
 
22
22
  # The current version number of Bovem.
23
23
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "bundler/setup"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bovem
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-30 00:00:00.000000000 Z
11
+ date: 2018-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lazier
@@ -52,58 +52,59 @@ files:
52
52
  - ".yardopts"
53
53
  - CHANGELOG.md
54
54
  - Gemfile
55
+ - LICENSE.md
55
56
  - README.md
56
57
  - Rakefile
57
58
  - bovem.gemspec
58
- - doc/Bovem.html
59
- - doc/Bovem/Application.html
60
- - doc/Bovem/Command.html
61
- - doc/Bovem/CommandMethods.html
62
- - doc/Bovem/CommandMethods/Children.html
63
- - doc/Bovem/CommandMethods/Help.html
64
- - doc/Bovem/Configuration.html
65
- - doc/Bovem/Console.html
66
- - doc/Bovem/ConsoleMethods.html
67
- - doc/Bovem/ConsoleMethods/Interactions.html
68
- - doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html
69
- - doc/Bovem/ConsoleMethods/Logging.html
70
- - doc/Bovem/ConsoleMethods/Logging/ClassMethods.html
71
- - doc/Bovem/ConsoleMethods/Output.html
72
- - doc/Bovem/ConsoleMethods/StyleHandling.html
73
- - doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html
74
- - doc/Bovem/Errors.html
75
- - doc/Bovem/Errors/Error.html
76
- - doc/Bovem/Errors/InvalidConfiguration.html
77
- - doc/Bovem/Errors/InvalidLogger.html
78
- - doc/Bovem/I18n.html
79
- - doc/Bovem/Logger.html
80
- - doc/Bovem/Option.html
81
- - doc/Bovem/Parser.html
82
- - doc/Bovem/ParserMethods.html
83
- - doc/Bovem/ParserMethods/General.html
84
- - doc/Bovem/ParserMethods/General/ClassMethods.html
85
- - doc/Bovem/Shell.html
86
- - doc/Bovem/ShellMethods.html
87
- - doc/Bovem/ShellMethods/Directories.html
88
- - doc/Bovem/ShellMethods/Execute.html
89
- - doc/Bovem/ShellMethods/General.html
90
- - doc/Bovem/ShellMethods/Read.html
91
- - doc/Bovem/ShellMethods/Write.html
92
- - doc/Bovem/Version.html
93
- - doc/_index.html
94
- - doc/class_list.html
95
- - doc/css/common.css
96
- - doc/css/full_list.css
97
- - doc/css/style.css
98
- - doc/file.README.html
99
- - doc/file_list.html
100
- - doc/frames.html
101
- - doc/index.html
102
- - doc/js/app.js
103
- - doc/js/full_list.js
104
- - doc/js/jquery.js
105
- - doc/method_list.html
106
- - doc/top-level-namespace.html
59
+ - docs/Bovem.html
60
+ - docs/Bovem/Application.html
61
+ - docs/Bovem/Command.html
62
+ - docs/Bovem/CommandMethods.html
63
+ - docs/Bovem/CommandMethods/Children.html
64
+ - docs/Bovem/CommandMethods/Help.html
65
+ - docs/Bovem/Configuration.html
66
+ - docs/Bovem/Console.html
67
+ - docs/Bovem/ConsoleMethods.html
68
+ - docs/Bovem/ConsoleMethods/Interactions.html
69
+ - docs/Bovem/ConsoleMethods/Interactions/ClassMethods.html
70
+ - docs/Bovem/ConsoleMethods/Logging.html
71
+ - docs/Bovem/ConsoleMethods/Logging/ClassMethods.html
72
+ - docs/Bovem/ConsoleMethods/Output.html
73
+ - docs/Bovem/ConsoleMethods/StyleHandling.html
74
+ - docs/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html
75
+ - docs/Bovem/Errors.html
76
+ - docs/Bovem/Errors/Error.html
77
+ - docs/Bovem/Errors/InvalidConfiguration.html
78
+ - docs/Bovem/Errors/InvalidLogger.html
79
+ - docs/Bovem/I18n.html
80
+ - docs/Bovem/Logger.html
81
+ - docs/Bovem/Option.html
82
+ - docs/Bovem/Parser.html
83
+ - docs/Bovem/ParserMethods.html
84
+ - docs/Bovem/ParserMethods/General.html
85
+ - docs/Bovem/ParserMethods/General/ClassMethods.html
86
+ - docs/Bovem/Shell.html
87
+ - docs/Bovem/ShellMethods.html
88
+ - docs/Bovem/ShellMethods/Directories.html
89
+ - docs/Bovem/ShellMethods/Execute.html
90
+ - docs/Bovem/ShellMethods/General.html
91
+ - docs/Bovem/ShellMethods/Read.html
92
+ - docs/Bovem/ShellMethods/Write.html
93
+ - docs/Bovem/Version.html
94
+ - docs/_index.html
95
+ - docs/class_list.html
96
+ - docs/css/common.css
97
+ - docs/css/full_list.css
98
+ - docs/css/style.css
99
+ - docs/file.README.html
100
+ - docs/file_list.html
101
+ - docs/frames.html
102
+ - docs/index.html
103
+ - docs/js/app.js
104
+ - docs/js/full_list.js
105
+ - docs/js/jquery.js
106
+ - docs/method_list.html
107
+ - docs/top-level-namespace.html
107
108
  - lib/bovem.rb
108
109
  - lib/bovem/application.rb
109
110
  - lib/bovem/command.rb
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
150
  version: '0'
150
151
  requirements: []
151
152
  rubyforge_project: bovem
152
- rubygems_version: 2.5.1
153
+ rubygems_version: 2.6.8
153
154
  signing_key:
154
155
  specification_version: 4
155
156
  summary: A command line manager and a collection of utilities for developers.