akaer 1.5.5 → 1.5.6

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.
@@ -252,17 +252,16 @@
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='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'>&quot;STDOUT&quot;</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'>&quot;STDERR&quot;</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>
255
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_overrides'>overrides</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_logger'>logger</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
256
+ <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='id identifier rubyid_overrides'>overrides</span><span class='comma'>,</span> <span class='id identifier rubyid_logger'>logger</span><span class='rparen'>)</span>
257
+
258
+ <span class='comment'># Make sure some arguments are of correct type
259
+ </span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_file'>log_file</span> <span class='op'>=</span> <span class='gvar'>$stdout</span> <span class='kw'>if</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_file'>log_file</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>STDOUT</span><span class='tstring_end'>&quot;</span></span>
260
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_file'>log_file</span> <span class='op'>=</span> <span class='gvar'>$stderr</span> <span class='kw'>if</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_file'>log_file</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>STDERR</span><span class='tstring_end'>&quot;</span></span>
261
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_addresses'>addresses</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_addresses'>addresses</span><span class='period'>.</span><span class='id identifier rubyid_ensure_array'>ensure_array</span>
262
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_aliases'>aliases</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_aliases'>aliases</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span>
263
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_level'>log_level</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_level'>log_level</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span>
264
+ <span class='kw'>end</span></pre>
266
265
  </td>
267
266
  </tr>
268
267
  </table>
@@ -274,9 +273,9 @@
274
273
  </div>
275
274
 
276
275
  <div id="footer">
277
- Generated on Sun Oct 7 11:05:00 2012 by
276
+ Generated on Fri Oct 19 08:57:43 2012 by
278
277
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
279
- 0.8.2.1 (ruby-1.8.7).
278
+ 0.8.2.1 (ruby-1.9.2).
280
279
  </div>
281
280
 
282
281
  </body>
@@ -119,8 +119,7 @@
119
119
 
120
120
  </div>
121
121
  </dt>
122
- <dd><pre class="code"><span class='integer val'>1</span>
123
- </pre></dd>
122
+ <dd><pre class="code"><span class='int'>1</span></pre></dd>
124
123
 
125
124
  <dt id="MINOR-constant" class="">MINOR =
126
125
  <div class="docstring">
@@ -135,8 +134,7 @@
135
134
 
136
135
  </div>
137
136
  </dt>
138
- <dd><pre class="code"><span class='integer val'>5</span>
139
- </pre></dd>
137
+ <dd><pre class="code"><span class='int'>5</span></pre></dd>
140
138
 
141
139
  <dt id="PATCH-constant" class="">PATCH =
142
140
  <div class="docstring">
@@ -151,8 +149,7 @@
151
149
 
152
150
  </div>
153
151
  </dt>
154
- <dd><pre class="code"><span class='integer val'>5</span>
155
- </pre></dd>
152
+ <dd><pre class="code"><span class='int'>6</span></pre></dd>
156
153
 
157
154
  <dt id="STRING-constant" class="">STRING =
158
155
  <div class="docstring">
@@ -167,8 +164,7 @@
167
164
 
168
165
  </div>
169
166
  </dt>
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'>&quot;.&quot;</span><span class='rparen token'>)</span>
171
- </pre></dd>
167
+ <dd><pre class="code"><span class='lbracket'>[</span><span class='const'>MAJOR</span><span class='comma'>,</span> <span class='const'>MINOR</span><span class='comma'>,</span> <span class='const'>PATCH</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>.</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span></pre></dd>
172
168
 
173
169
  </dl>
174
170
 
@@ -184,9 +180,9 @@
184
180
  </div>
185
181
 
186
182
  <div id="footer">
187
- Generated on Sun Oct 7 11:05:00 2012 by
183
+ Generated on Fri Oct 19 08:57:43 2012 by
188
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
- 0.8.2.1 (ruby-1.8.7).
185
+ 0.8.2.1 (ruby-1.9.2).
190
186
  </div>
191
187
 
192
188
  </body>
data/doc/Akaer.html CHANGED
@@ -121,9 +121,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Sun Oct 7 11:05:00 2012 by
124
+ Generated on Fri Oct 19 08:57:43 2012 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.8.2.1 (ruby-1.8.7).
126
+ 0.8.2.1 (ruby-1.9.2).
127
127
  </div>
128
128
 
129
129
  </body>
data/doc/_index.html CHANGED
@@ -138,9 +138,9 @@
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Sun Oct 7 11:04:59 2012 by
141
+ Generated on Fri Oct 19 08:57:43 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.8.7).
143
+ 0.8.2.1 (ruby-1.9.2).
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=utf-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
6
  <title>
7
7
  File: README
8
8
 
@@ -132,9 +132,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
132
132
  </div></div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Sun Oct 7 11:04:59 2012 by
135
+ Generated on Fri Oct 19 08:57:43 2012 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.8.2.1 (ruby-1.8.7).
137
+ 0.8.2.1 (ruby-1.9.2).
138
138
  </div>
139
139
 
140
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=utf-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
6
  <title>
7
7
  File: README
8
8
 
@@ -132,9 +132,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
132
132
  </div></div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Sun Oct 7 11:04:59 2012 by
135
+ Generated on Fri Oct 19 08:57:43 2012 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.8.2.1 (ruby-1.8.7).
137
+ 0.8.2.1 (ruby-1.9.2).
138
138
  </div>
139
139
 
140
140
  </body>
@@ -103,9 +103,9 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Sun Oct 7 11:04:59 2012 by
106
+ Generated on Fri Oct 19 08:57:43 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.8.7).
108
+ 0.8.2.1 (ruby-1.9.2).
109
109
  </div>
110
110
 
111
111
  </body>
data/lib/akaer/version.rb CHANGED
@@ -16,7 +16,7 @@ module Akaer
16
16
  MINOR = 5
17
17
 
18
18
  # The patch version.
19
- PATCH = 5
19
+ PATCH = 6
20
20
 
21
21
  # The current version of akaer.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,158 +1,152 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: akaer
3
- version: !ruby/object:Gem::Version
4
- hash: 9
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.5.6
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 5
9
- - 5
10
- version: 1.5.5
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Shogun
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-10-07 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- version_requirements: &id001 !ruby/object:Gem::Requirement
22
- none: false
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- hash: 3
27
- segments:
28
- - 1
29
- - 1
30
- - 8
12
+ date: 2012-10-19 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: mamertes
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
31
21
  version: 1.1.8
32
- prerelease: false
33
22
  type: :runtime
34
- name: mamertes
35
- requirement: *id001
36
- - !ruby/object:Gem::Dependency
37
- version_requirements: &id002 !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 1.1.8
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
38
33
  none: false
39
- requirements:
34
+ requirements:
40
35
  - - ~>
41
- - !ruby/object:Gem::Version
42
- hash: 35
43
- segments:
44
- - 2
45
- - 11
46
- - 0
36
+ - !ruby/object:Gem::Version
47
37
  version: 2.11.0
48
- prerelease: false
49
38
  type: :development
50
- name: rspec
51
- requirement: *id002
52
- - !ruby/object:Gem::Dependency
53
- version_requirements: &id003 !ruby/object:Gem::Requirement
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
54
41
  none: false
55
- requirements:
42
+ requirements:
56
43
  - - ~>
57
- - !ruby/object:Gem::Version
58
- hash: 59
59
- segments:
60
- - 0
61
- - 9
62
- - 0
63
- version: 0.9.0
64
- prerelease: false
65
- type: :development
44
+ - !ruby/object:Gem::Version
45
+ version: 2.11.0
46
+ - !ruby/object:Gem::Dependency
66
47
  name: rake
67
- requirement: *id003
68
- - !ruby/object:Gem::Dependency
69
- version_requirements: &id004 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
70
49
  none: false
71
- requirements:
50
+ requirements:
72
51
  - - ~>
73
- - !ruby/object:Gem::Version
74
- hash: 7
75
- segments:
76
- - 0
77
- - 6
78
- - 0
79
- version: 0.6.0
80
- prerelease: false
52
+ - !ruby/object:Gem::Version
53
+ version: 0.9.0
81
54
  type: :development
82
- name: simplecov
83
- requirement: *id004
84
- - !ruby/object:Gem::Dependency
85
- version_requirements: &id005 !ruby/object:Gem::Requirement
86
- none: false
87
- requirements:
88
- - - ">="
89
- - !ruby/object:Gem::Version
90
- hash: 3
91
- segments:
92
- - 0
93
- version: "0"
94
55
  prerelease: false
95
- type: :development
96
- name: pry
97
- requirement: *id005
98
- - !ruby/object:Gem::Dependency
99
- version_requirements: &id006 !ruby/object:Gem::Requirement
56
+ version_requirements: !ruby/object:Gem::Requirement
100
57
  none: false
101
- requirements:
58
+ requirements:
102
59
  - - ~>
103
- - !ruby/object:Gem::Version
104
- hash: 63
105
- segments:
106
- - 0
107
- - 8
108
- - 0
109
- version: 0.8.0
60
+ - !ruby/object:Gem::Version
61
+ version: 0.9.0
62
+ - !ruby/object:Gem::Dependency
63
+ name: simplecov
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ~>
68
+ - !ruby/object:Gem::Version
69
+ version: 0.7.0
70
+ type: :development
110
71
  prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ~>
76
+ - !ruby/object:Gem::Version
77
+ version: 0.7.0
78
+ - !ruby/object:Gem::Dependency
79
+ name: pry
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
111
86
  type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ - !ruby/object:Gem::Dependency
112
95
  name: yard
113
- requirement: *id006
114
- - !ruby/object:Gem::Dependency
115
- version_requirements: &id007 !ruby/object:Gem::Requirement
96
+ requirement: !ruby/object:Gem::Requirement
116
97
  none: false
117
- requirements:
98
+ requirements:
118
99
  - - ~>
119
- - !ruby/object:Gem::Version
120
- hash: 11
121
- segments:
122
- - 2
123
- - 1
124
- - 0
125
- version: 2.1.0
126
- prerelease: false
100
+ - !ruby/object:Gem::Version
101
+ version: 0.8.0
127
102
  type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ~>
108
+ - !ruby/object:Gem::Version
109
+ version: 0.8.0
110
+ - !ruby/object:Gem::Dependency
128
111
  name: redcarpet
129
- requirement: *id007
130
- - !ruby/object:Gem::Dependency
131
- version_requirements: &id008 !ruby/object:Gem::Requirement
112
+ requirement: !ruby/object:Gem::Requirement
132
113
  none: false
133
- requirements:
114
+ requirements:
134
115
  - - ~>
135
- - !ruby/object:Gem::Version
136
- hash: 3
137
- segments:
138
- - 0
139
- - 7
140
- - 0
141
- version: 0.7.0
142
- prerelease: false
116
+ - !ruby/object:Gem::Version
117
+ version: 2.2.0
143
118
  type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ~>
124
+ - !ruby/object:Gem::Version
125
+ version: 2.2.0
126
+ - !ruby/object:Gem::Dependency
144
127
  name: github-markup
145
- requirement: *id008
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ~>
132
+ - !ruby/object:Gem::Version
133
+ version: 0.7.0
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ~>
140
+ - !ruby/object:Gem::Version
141
+ version: 0.7.0
146
142
  description: A small utility to add aliases to network interfaces.
147
- email:
143
+ email:
148
144
  - shogun_panda@me.com
149
- executables:
145
+ executables:
150
146
  - akaer
151
147
  extensions: []
152
-
153
148
  extra_rdoc_files: []
154
-
155
- files:
149
+ files:
156
150
  - .gitignore
157
151
  - .travis.yml
158
152
  - .yardopts
@@ -193,38 +187,35 @@ files:
193
187
  - spec/spec_helper.rb
194
188
  homepage: http://github.com/ShogunPanda/akaer
195
189
  licenses: []
196
-
197
190
  post_install_message:
198
191
  rdoc_options: []
199
-
200
- require_paths:
192
+ require_paths:
201
193
  - lib
202
- required_ruby_version: !ruby/object:Gem::Requirement
194
+ required_ruby_version: !ruby/object:Gem::Requirement
203
195
  none: false
204
- requirements:
205
- - - ">="
206
- - !ruby/object:Gem::Version
207
- hash: 3
208
- segments:
196
+ requirements:
197
+ - - ! '>='
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
200
+ segments:
209
201
  - 0
210
- version: "0"
211
- required_rubygems_version: !ruby/object:Gem::Requirement
202
+ hash: 981844720042435892
203
+ required_rubygems_version: !ruby/object:Gem::Requirement
212
204
  none: false
213
- requirements:
214
- - - ">="
215
- - !ruby/object:Gem::Version
216
- hash: 3
217
- segments:
205
+ requirements:
206
+ - - ! '>='
207
+ - !ruby/object:Gem::Version
208
+ version: '0'
209
+ segments:
218
210
  - 0
219
- version: "0"
211
+ hash: 981844720042435892
220
212
  requirements: []
221
-
222
213
  rubyforge_project: akaer
223
214
  rubygems_version: 1.8.24
224
215
  signing_key:
225
216
  specification_version: 3
226
217
  summary: A small utility to add aliases to network interfaces.
227
- test_files:
218
+ test_files:
228
219
  - spec/akaer/application_spec.rb
229
220
  - spec/akaer/configuration_spec.rb
230
221
  - spec/coverage_helper.rb