akaer 1.5.2 → 1.5.3
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.
- data/README.md +1 -0
- data/akaer.gemspec +1 -1
- data/doc/Akaer.html +2 -2
- data/doc/Akaer/Application.html +243 -225
- data/doc/Akaer/Configuration.html +13 -12
- data/doc/Akaer/Version.html +10 -6
- data/doc/_index.html +2 -2
- data/doc/file.README.html +5 -4
- data/doc/index.html +5 -4
- data/doc/top-level-namespace.html +2 -2
- data/lib/akaer/version.rb +1 -1
- metadata +7 -7
@@ -252,16 +252,17 @@
|
|
252
252
|
<td>
|
253
253
|
<pre class="code"><span class="info file"># File 'lib/akaer/configuration.rb', line 45</span>
|
254
254
|
|
255
|
-
<span class='kw'>def</span> <span class='
|
256
|
-
<span class='kw'>super</span><span class='lparen'>(</span><span class='
|
257
|
-
|
258
|
-
<span class='comment'># Make sure some arguments are of correct type
|
259
|
-
|
260
|
-
<span class='kw'>self</span><span class='
|
261
|
-
<span class='kw'>self</span><span class='
|
262
|
-
<span class='kw'>self</span><span class='
|
263
|
-
<span class='kw'>self</span><span class='
|
264
|
-
<span class='kw'>end</span
|
255
|
+
<span class='rubyid_def def kw'>def</span> <span class='rubyid_initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='rubyid_file identifier id'>file</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span><span class='comma token'>,</span> <span class='rubyid_overrides identifier id'>overrides</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='comma token'>,</span> <span class='rubyid_logger identifier id'>logger</span> <span class='assign token'>=</span> <span class='rubyid_nil nil kw'>nil</span><span class='rparen token'>)</span>
|
256
|
+
<span class='rubyid_super super kw'>super</span><span class='lparen token'>(</span><span class='rubyid_file identifier id'>file</span><span class='comma token'>,</span> <span class='rubyid_overrides identifier id'>overrides</span><span class='comma token'>,</span> <span class='rubyid_logger identifier id'>logger</span><span class='rparen token'>)</span>
|
257
|
+
|
258
|
+
<span class='comment val'># Make sure some arguments are of correct type</span>
|
259
|
+
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_file identifier id'>log_file</span> <span class='assign token'>=</span> <span class='rubyid_$stdout gvar id'>$stdout</span> <span class='rubyid_if if_mod kw'>if</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_file identifier id'>log_file</span> <span class='eq op'>==</span> <span class='string val'>"STDOUT"</span>
|
260
|
+
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_file identifier id'>log_file</span> <span class='assign token'>=</span> <span class='rubyid_$stderr gvar id'>$stderr</span> <span class='rubyid_if if_mod kw'>if</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_file identifier id'>log_file</span> <span class='eq op'>==</span> <span class='string val'>"STDERR"</span>
|
261
|
+
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_addresses identifier id'>addresses</span> <span class='assign token'>=</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_addresses identifier id'>addresses</span><span class='dot token'>.</span><span class='rubyid_ensure_array identifier id'>ensure_array</span>
|
262
|
+
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_aliases identifier id'>aliases</span> <span class='assign token'>=</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_aliases identifier id'>aliases</span><span class='dot token'>.</span><span class='rubyid_to_integer identifier id'>to_integer</span>
|
263
|
+
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_level identifier id'>log_level</span> <span class='assign token'>=</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_log_level identifier id'>log_level</span><span class='dot token'>.</span><span class='rubyid_to_integer identifier id'>to_integer</span>
|
264
|
+
<span class='rubyid_end end kw'>end</span>
|
265
|
+
</pre>
|
265
266
|
</td>
|
266
267
|
</tr>
|
267
268
|
</table>
|
@@ -273,9 +274,9 @@
|
|
273
274
|
</div>
|
274
275
|
|
275
276
|
<div id="footer">
|
276
|
-
Generated on
|
277
|
+
Generated on Sat Oct 6 08:55:20 2012 by
|
277
278
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
278
|
-
0.8.2.1 (ruby-1.
|
279
|
+
0.8.2.1 (ruby-1.8.7).
|
279
280
|
</div>
|
280
281
|
|
281
282
|
</body>
|
data/doc/Akaer/Version.html
CHANGED
@@ -119,7 +119,8 @@
|
|
119
119
|
|
120
120
|
</div>
|
121
121
|
</dt>
|
122
|
-
<dd><pre class="code"><span class='
|
122
|
+
<dd><pre class="code"><span class='integer val'>1</span>
|
123
|
+
</pre></dd>
|
123
124
|
|
124
125
|
<dt id="MINOR-constant" class="">MINOR =
|
125
126
|
<div class="docstring">
|
@@ -134,7 +135,8 @@
|
|
134
135
|
|
135
136
|
</div>
|
136
137
|
</dt>
|
137
|
-
<dd><pre class="code"><span class='
|
138
|
+
<dd><pre class="code"><span class='integer val'>5</span>
|
139
|
+
</pre></dd>
|
138
140
|
|
139
141
|
<dt id="PATCH-constant" class="">PATCH =
|
140
142
|
<div class="docstring">
|
@@ -149,7 +151,8 @@
|
|
149
151
|
|
150
152
|
</div>
|
151
153
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='
|
154
|
+
<dd><pre class="code"><span class='integer val'>3</span>
|
155
|
+
</pre></dd>
|
153
156
|
|
154
157
|
<dt id="STRING-constant" class="">STRING =
|
155
158
|
<div class="docstring">
|
@@ -164,7 +167,8 @@
|
|
164
167
|
|
165
168
|
</div>
|
166
169
|
</dt>
|
167
|
-
<dd><pre class="code"><span class='
|
170
|
+
<dd><pre class="code"><span class='lbrack token'>[</span><span class='rubyid_MAJOR constant id'>MAJOR</span><span class='comma token'>,</span> <span class='rubyid_MINOR constant id'>MINOR</span><span class='comma token'>,</span> <span class='rubyid_PATCH constant id'>PATCH</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='rubyid_compact identifier id'>compact</span><span class='dot token'>.</span><span class='rubyid_join identifier id'>join</span><span class='lparen token'>(</span><span class='string val'>"."</span><span class='rparen token'>)</span>
|
171
|
+
</pre></dd>
|
168
172
|
|
169
173
|
</dl>
|
170
174
|
|
@@ -180,9 +184,9 @@
|
|
180
184
|
</div>
|
181
185
|
|
182
186
|
<div id="footer">
|
183
|
-
Generated on
|
187
|
+
Generated on Sat Oct 6 08:55:19 2012 by
|
184
188
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
|
-
0.8.2.1 (ruby-1.
|
189
|
+
0.8.2.1 (ruby-1.8.7).
|
186
190
|
</div>
|
187
191
|
|
188
192
|
</body>
|
data/doc/_index.html
CHANGED
@@ -138,9 +138,9 @@
|
|
138
138
|
</div>
|
139
139
|
|
140
140
|
<div id="footer">
|
141
|
-
Generated on
|
141
|
+
Generated on Sat Oct 6 08:55:19 2012 by
|
142
142
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
143
|
-
0.8.2.1 (ruby-1.
|
143
|
+
0.8.2.1 (ruby-1.8.7).
|
144
144
|
</div>
|
145
145
|
|
146
146
|
</body>
|
data/doc/file.README.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
@@ -64,7 +64,8 @@
|
|
64
64
|
<div id="content"><div id='filecontents'><h1>akaer</h1>
|
65
65
|
|
66
66
|
<p><a href="http://travis-ci.org/ShogunPanda/akaer"><img src="https://secure.travis-ci.org/ShogunPanda/akaer.png?branch=master" alt="Build Status"></a>
|
67
|
-
<a href="https://gemnasium.com/ShogunPanda/akaer"><img src="https://gemnasium.com/ShogunPanda/akaer.png?travis" alt="Dependency Status"></a
|
67
|
+
<a href="https://gemnasium.com/ShogunPanda/akaer"><img src="https://gemnasium.com/ShogunPanda/akaer.png?travis" alt="Dependency Status"></a>
|
68
|
+
<a href="https://codeclimate.com/github/ShogunPanda/akaer"><img src="https://codeclimate.com/badge.png" alt="Code Climate"></a></p>
|
68
69
|
|
69
70
|
<p>A small utility to add aliases to network interfaces.</p>
|
70
71
|
|
@@ -131,9 +132,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
131
132
|
</div></div>
|
132
133
|
|
133
134
|
<div id="footer">
|
134
|
-
Generated on
|
135
|
+
Generated on Sat Oct 6 08:55:19 2012 by
|
135
136
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
136
|
-
0.8.2.1 (ruby-1.
|
137
|
+
0.8.2.1 (ruby-1.8.7).
|
137
138
|
</div>
|
138
139
|
|
139
140
|
</body>
|
data/doc/index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
@@ -64,7 +64,8 @@
|
|
64
64
|
<div id="content"><div id='filecontents'><h1>akaer</h1>
|
65
65
|
|
66
66
|
<p><a href="http://travis-ci.org/ShogunPanda/akaer"><img src="https://secure.travis-ci.org/ShogunPanda/akaer.png?branch=master" alt="Build Status"></a>
|
67
|
-
<a href="https://gemnasium.com/ShogunPanda/akaer"><img src="https://gemnasium.com/ShogunPanda/akaer.png?travis" alt="Dependency Status"></a
|
67
|
+
<a href="https://gemnasium.com/ShogunPanda/akaer"><img src="https://gemnasium.com/ShogunPanda/akaer.png?travis" alt="Dependency Status"></a>
|
68
|
+
<a href="https://codeclimate.com/github/ShogunPanda/akaer"><img src="https://codeclimate.com/badge.png" alt="Code Climate"></a></p>
|
68
69
|
|
69
70
|
<p>A small utility to add aliases to network interfaces.</p>
|
70
71
|
|
@@ -131,9 +132,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
131
132
|
</div></div>
|
132
133
|
|
133
134
|
<div id="footer">
|
134
|
-
Generated on
|
135
|
+
Generated on Sat Oct 6 08:55:19 2012 by
|
135
136
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
136
|
-
0.8.2.1 (ruby-1.
|
137
|
+
0.8.2.1 (ruby-1.8.7).
|
137
138
|
</div>
|
138
139
|
|
139
140
|
</body>
|
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Sat Oct 6 08:55:19 2012 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.2.1 (ruby-1.
|
108
|
+
0.8.2.1 (ruby-1.8.7).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
data/lib/akaer/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: akaer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 3
|
10
|
+
version: 1.5.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Shogun
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-10-06 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -23,12 +23,12 @@ dependencies:
|
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
hash:
|
26
|
+
hash: 29
|
27
27
|
segments:
|
28
28
|
- 1
|
29
29
|
- 1
|
30
|
-
-
|
31
|
-
version: 1.1.
|
30
|
+
- 7
|
31
|
+
version: 1.1.7
|
32
32
|
prerelease: false
|
33
33
|
type: :runtime
|
34
34
|
name: mamertes
|