bovem 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Class: Bovem::Parser
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.7
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Bovem::Parser";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Bovem/Parser.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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">
33
38
 
34
39
  <a href="../_index.html">Index (P)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Bovem.html" title="Bovem (module)">Bovem</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Parser</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Class: Bovem::Parser
62
+ <div id="content"><h1>Class: Bovem::Parser
67
63
 
68
64
 
69
65
 
70
66
  </h1>
71
-
72
- <dl class="box">
67
+ <div class="box_info">
73
68
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName">Object</span>
77
73
 
78
74
  <ul class="fullTree">
@@ -83,25 +79,30 @@
83
79
  </ul>
84
80
  <a href="#" class="inheritanceTree">show all</a>
85
81
 
86
- </dd>
87
-
82
+ </dd>
83
+ </dl>
84
+
85
+
88
86
 
89
87
 
90
-
91
88
 
92
-
93
- <dt class="r2">Includes:</dt>
94
- <dd class="r2"><span class='object_link'><a href="ParserMethods/General.html" title="Bovem::ParserMethods::General (module)">Bovem::ParserMethods::General</a></span></dd>
95
-
96
-
97
89
 
90
+ <dl>
91
+ <dt>Includes:</dt>
92
+ <dd><span class='object_link'><a href="ParserMethods/General.html" title="Bovem::ParserMethods::General (module)">Bovem::ParserMethods::General</a></span></dd>
93
+ </dl>
98
94
 
99
95
 
100
- <dt class="r1 last">Defined in:</dt>
101
- <dd class="r1 last">lib/bovem/parser.rb</dd>
96
+
97
+
98
+
102
99
 
103
- </dl>
104
- <div class="clear"></div>
100
+ <dl>
101
+ <dt>Defined in:</dt>
102
+ <dd>lib/bovem/parser.rb</dd>
103
+ </dl>
104
+
105
+ </div>
105
106
 
106
107
  <h2>Overview</h2><div class="docstring">
107
108
  <div class="discussion">
@@ -123,7 +124,7 @@
123
124
 
124
125
  <h2>
125
126
  Instance Method Summary
126
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
127
+ <small><a href="#" class="summary_toggle">collapse</a></small>
127
128
  </h2>
128
129
 
129
130
  <ul class="summary">
@@ -131,7 +132,7 @@
131
132
  <li class="public ">
132
133
  <span class="summary_signature">
133
134
 
134
- <a href="#parse-instance_method" title="#parse (instance method)">- (Hash|NilClass) <strong>parse</strong>(command, args) </a>
135
+ <a href="#parse-instance_method" title="#parse (instance method)">#<strong>parse</strong>(command, args) &#x21d2; Hash|NilClass </a>
135
136
 
136
137
 
137
138
 
@@ -170,7 +171,7 @@
170
171
  <div class="method_details first">
171
172
  <h3 class="signature first" id="parse-instance_method">
172
173
 
173
- - (<tt>Hash|NilClass</tt>) <strong>parse</strong>(command, args)
174
+ #<strong>parse</strong>(command, args) &#x21d2; <tt>Hash|NilClass</tt>
174
175
 
175
176
 
176
177
 
@@ -266,11 +267,12 @@
266
267
 
267
268
  </div>
268
269
 
269
- <div id="footer">
270
- Generated on Wed Mar 30 11:49:27 2016 by
270
+ <div id="footer">
271
+ Generated on Thu Jan 12 16:10:59 2017 by
271
272
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
272
- 0.8.7.6 (ruby-2.3.0).
273
+ 0.9.7 (ruby-2.3.0).
273
274
  </div>
274
275
 
276
+ </div>
275
277
  </body>
276
278
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Bovem::ParserMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.7
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Bovem::ParserMethods";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Bovem/ParserMethods.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,61 +27,61 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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">
33
38
 
34
39
  <a href="../_index.html">Index (P)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Bovem.html" title="Bovem (module)">Bovem</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">ParserMethods</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: Bovem::ParserMethods
62
+ <div id="content"><h1>Module: Bovem::ParserMethods
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
72
 
77
-
78
73
 
79
74
 
75
+
80
76
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/bovem/parser.rb</dd>
77
+
78
+
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/bovem/parser.rb</dd>
82
+ </dl>
83
83
 
84
- </dl>
85
- <div class="clear"></div>
84
+ </div>
86
85
 
87
86
  <h2>Overview</h2><div class="docstring">
88
87
  <div class="discussion">
@@ -115,11 +114,12 @@
115
114
 
116
115
  </div>
117
116
 
118
- <div id="footer">
119
- Generated on Wed Mar 30 11:49:26 2016 by
117
+ <div id="footer">
118
+ Generated on Thu Jan 12 16:10:58 2017 by
120
119
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7.6 (ruby-2.3.0).
120
+ 0.9.7 (ruby-2.3.0).
122
121
  </div>
123
122
 
123
+ </div>
124
124
  </body>
125
125
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Bovem::ParserMethods::General
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.7
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Bovem::ParserMethods::General";
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!Bovem/ParserMethods/General.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,69 +27,71 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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">
33
38
 
34
39
  <a href="../../_index.html">Index (G)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../Bovem.html" title="Bovem (module)">Bovem</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../ParserMethods.html" title="Bovem::ParserMethods (module)">ParserMethods</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">General</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: Bovem::ParserMethods::General
62
+ <div id="content"><h1>Module: Bovem::ParserMethods::General
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
- <dt class="r1">Extended by:</dt>
77
- <dd class="r1">ActiveSupport::Concern</dd>
78
-
79
-
72
+ <dl>
73
+ <dt>Extended by:</dt>
74
+ <dd>ActiveSupport::Concern</dd>
75
+ </dl>
80
76
 
81
-
82
77
 
83
78
 
84
- <dt class="r2">Included in:</dt>
85
- <dd class="r2"><span class='object_link'><a href="../Parser.html" title="Bovem::Parser (class)">Bovem::Parser</a></span></dd>
86
-
87
79
 
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../Parser.html" title="Bovem::Parser (class)">Bovem::Parser</a></span></dd>
85
+ </dl>
86
+
87
+
88
88
 
89
- <dt class="r1 last">Defined in:</dt>
90
- <dd class="r1 last">lib/bovem/parser.rb</dd>
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/bovem/parser.rb</dd>
92
+ </dl>
91
93
 
92
- </dl>
93
- <div class="clear"></div>
94
+ </div>
94
95
 
95
96
  <h2>Overview</h2><div class="docstring">
96
97
  <div class="discussion">
@@ -124,11 +125,12 @@
124
125
 
125
126
  </div>
126
127
 
127
- <div id="footer">
128
- Generated on Wed Mar 30 11:49:26 2016 by
128
+ <div id="footer">
129
+ Generated on Thu Jan 12 16:10:58 2017 by
129
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7.6 (ruby-2.3.0).
131
+ 0.9.7 (ruby-2.3.0).
131
132
  </div>
132
133
 
134
+ </div>
133
135
  </body>
134
136
  </html>