noe 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -2
- data/Gemfile.lock +3 -2
- data/lib/noe.rbc +393 -0
- data/lib/noe/commons.rbc +1012 -0
- data/lib/noe/config.rbc +1534 -0
- data/lib/noe/ext/array.rbc +330 -0
- data/lib/noe/ext/hash.rbc +1193 -0
- data/lib/noe/go.rbc +5618 -0
- data/lib/noe/help.rbc +473 -0
- data/lib/noe/install.rbc +1521 -0
- data/lib/noe/list.rbc +1692 -0
- data/lib/noe/loader.rb +1 -1
- data/lib/noe/loader.rbc +85 -0
- data/lib/noe/main.rbc +1323 -0
- data/lib/noe/prepare.rb +14 -7
- data/lib/noe/prepare.rbc +1622 -0
- data/lib/noe/show_spec.rbc +627 -0
- data/lib/noe/template.rbc +4256 -0
- data/lib/noe/version.rb +5 -5
- data/lib/noe/version.rbc +350 -0
- data/noe.gemspec +25 -25
- data/noe.noespec +3 -3
- data/spec/fixtures/test.noespec +19 -0
- data/spec/integration/go/go_spec.rbc +236 -0
- data/spec/integration/spaces_spec.rb +30 -0
- data/spec/integration/spaces_spec.rbc +996 -0
- data/spec/integration/spec_helper.rbc +143 -0
- data/spec/unit/config/new_spec.rbc +1590 -0
- data/spec/unit/config/templates_dir_spec.rbc +1398 -0
- data/spec/unit/ext/hash/methodize_spec.rbc +851 -0
- data/spec/unit/ext/hash/noe_merge_spec.rbc +1544 -0
- data/spec/unit/noe_spec.rbc +309 -0
- data/spec/unit/spec_helper.rbc +143 -0
- data/spec/unit/template/entry/infer_wlang_dialect_spec.rbc +1236 -0
- data/spec/unit/template/entry/relocate_spec.rbc +1584 -0
- data/spec/unit/template/entry/rename_one_spec.rbc +1114 -0
- data/tasks/debug_mail.rake +13 -13
- data/tasks/gem.rake +13 -13
- data/tasks/spec_test.rake +10 -10
- data/tasks/unit_test.rake +9 -10
- data/tasks/yard.rake +13 -13
- data/templates/ruby/CHANGELOG.md +5 -0
- data/templates/ruby/README.md +13 -13
- data/templates/ruby/noespec.yaml +48 -48
- data/templates/ruby/short.yaml +10 -10
- data/templates/ruby/src/Gemfile +1 -2
- data/templates/ruby/src/Manifest.txt +1 -1
- data/templates/ruby/src/README.md +0 -1
- data/templates/ruby/src/__lower__.gemspec +24 -24
- data/templates/ruby/src/lib/__lower__.rb +1 -1
- data/templates/ruby/src/lib/__lower__/loader.rb +1 -1
- data/templates/ruby/src/lib/__lower__/version.rb +4 -4
- data/templates/ruby/src/spec/test___lower__.rb +2 -2
- data/templates/ruby/src/tasks/debug_mail.rake +13 -13
- data/templates/ruby/src/tasks/gem.rake +13 -13
- data/templates/ruby/src/tasks/spec_test.rake +9 -9
- data/templates/ruby/src/tasks/unit_test.rake +9 -10
- data/templates/ruby/src/tasks/yard.rake +13 -13
- metadata +125 -75
@@ -0,0 +1,309 @@
|
|
1
|
+
!RBIX
|
2
|
+
11817445442317083511
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
32
|
13
|
+
5
|
14
|
+
45
|
15
|
+
0
|
16
|
+
1
|
17
|
+
7
|
18
|
+
2
|
19
|
+
64
|
20
|
+
65
|
21
|
+
49
|
22
|
+
3
|
23
|
+
0
|
24
|
+
49
|
25
|
+
4
|
26
|
+
2
|
27
|
+
47
|
28
|
+
49
|
29
|
+
5
|
30
|
+
1
|
31
|
+
15
|
32
|
+
5
|
33
|
+
45
|
34
|
+
6
|
35
|
+
7
|
36
|
+
56
|
37
|
+
8
|
38
|
+
47
|
39
|
+
50
|
40
|
+
9
|
41
|
+
1
|
42
|
+
15
|
43
|
+
2
|
44
|
+
11
|
45
|
+
I
|
46
|
+
4
|
47
|
+
I
|
48
|
+
0
|
49
|
+
I
|
50
|
+
0
|
51
|
+
I
|
52
|
+
0
|
53
|
+
n
|
54
|
+
p
|
55
|
+
10
|
56
|
+
x
|
57
|
+
4
|
58
|
+
File
|
59
|
+
n
|
60
|
+
s
|
61
|
+
14
|
62
|
+
../spec_helper
|
63
|
+
x
|
64
|
+
11
|
65
|
+
active_path
|
66
|
+
x
|
67
|
+
11
|
68
|
+
expand_path
|
69
|
+
x
|
70
|
+
7
|
71
|
+
require
|
72
|
+
x
|
73
|
+
3
|
74
|
+
Noe
|
75
|
+
n
|
76
|
+
M
|
77
|
+
1
|
78
|
+
p
|
79
|
+
2
|
80
|
+
x
|
81
|
+
9
|
82
|
+
for_block
|
83
|
+
t
|
84
|
+
n
|
85
|
+
x
|
86
|
+
9
|
87
|
+
__block__
|
88
|
+
i
|
89
|
+
22
|
90
|
+
5
|
91
|
+
7
|
92
|
+
0
|
93
|
+
64
|
94
|
+
56
|
95
|
+
1
|
96
|
+
47
|
97
|
+
50
|
98
|
+
2
|
99
|
+
1
|
100
|
+
15
|
101
|
+
5
|
102
|
+
7
|
103
|
+
3
|
104
|
+
64
|
105
|
+
56
|
106
|
+
4
|
107
|
+
47
|
108
|
+
50
|
109
|
+
2
|
110
|
+
1
|
111
|
+
11
|
112
|
+
I
|
113
|
+
4
|
114
|
+
I
|
115
|
+
0
|
116
|
+
I
|
117
|
+
0
|
118
|
+
I
|
119
|
+
0
|
120
|
+
I
|
121
|
+
-2
|
122
|
+
p
|
123
|
+
5
|
124
|
+
s
|
125
|
+
28
|
126
|
+
should have a version number
|
127
|
+
M
|
128
|
+
1
|
129
|
+
p
|
130
|
+
2
|
131
|
+
x
|
132
|
+
9
|
133
|
+
for_block
|
134
|
+
t
|
135
|
+
n
|
136
|
+
x
|
137
|
+
9
|
138
|
+
__block__
|
139
|
+
i
|
140
|
+
15
|
141
|
+
45
|
142
|
+
0
|
143
|
+
1
|
144
|
+
7
|
145
|
+
2
|
146
|
+
49
|
147
|
+
3
|
148
|
+
1
|
149
|
+
5
|
150
|
+
48
|
151
|
+
4
|
152
|
+
49
|
153
|
+
5
|
154
|
+
1
|
155
|
+
11
|
156
|
+
I
|
157
|
+
3
|
158
|
+
I
|
159
|
+
0
|
160
|
+
I
|
161
|
+
0
|
162
|
+
I
|
163
|
+
0
|
164
|
+
I
|
165
|
+
-2
|
166
|
+
p
|
167
|
+
6
|
168
|
+
x
|
169
|
+
3
|
170
|
+
Noe
|
171
|
+
n
|
172
|
+
x
|
173
|
+
7
|
174
|
+
VERSION
|
175
|
+
x
|
176
|
+
14
|
177
|
+
const_defined?
|
178
|
+
x
|
179
|
+
7
|
180
|
+
be_true
|
181
|
+
x
|
182
|
+
6
|
183
|
+
should
|
184
|
+
p
|
185
|
+
3
|
186
|
+
I
|
187
|
+
0
|
188
|
+
I
|
189
|
+
5
|
190
|
+
I
|
191
|
+
f
|
192
|
+
x
|
193
|
+
51
|
194
|
+
/home/blambeau/work/devel/noe/spec/unit/noe_spec.rb
|
195
|
+
p
|
196
|
+
0
|
197
|
+
x
|
198
|
+
2
|
199
|
+
it
|
200
|
+
s
|
201
|
+
46
|
202
|
+
should rely on Kernel.warn, that should exists
|
203
|
+
M
|
204
|
+
1
|
205
|
+
p
|
206
|
+
2
|
207
|
+
x
|
208
|
+
9
|
209
|
+
for_block
|
210
|
+
t
|
211
|
+
n
|
212
|
+
x
|
213
|
+
9
|
214
|
+
__block__
|
215
|
+
i
|
216
|
+
15
|
217
|
+
45
|
218
|
+
0
|
219
|
+
1
|
220
|
+
7
|
221
|
+
2
|
222
|
+
49
|
223
|
+
3
|
224
|
+
1
|
225
|
+
5
|
226
|
+
48
|
227
|
+
4
|
228
|
+
49
|
229
|
+
5
|
230
|
+
1
|
231
|
+
11
|
232
|
+
I
|
233
|
+
3
|
234
|
+
I
|
235
|
+
0
|
236
|
+
I
|
237
|
+
0
|
238
|
+
I
|
239
|
+
0
|
240
|
+
I
|
241
|
+
-2
|
242
|
+
p
|
243
|
+
6
|
244
|
+
x
|
245
|
+
6
|
246
|
+
Kernel
|
247
|
+
n
|
248
|
+
x
|
249
|
+
4
|
250
|
+
warn
|
251
|
+
x
|
252
|
+
11
|
253
|
+
respond_to?
|
254
|
+
x
|
255
|
+
7
|
256
|
+
be_true
|
257
|
+
x
|
258
|
+
6
|
259
|
+
should
|
260
|
+
p
|
261
|
+
3
|
262
|
+
I
|
263
|
+
0
|
264
|
+
I
|
265
|
+
9
|
266
|
+
I
|
267
|
+
f
|
268
|
+
x
|
269
|
+
51
|
270
|
+
/home/blambeau/work/devel/noe/spec/unit/noe_spec.rb
|
271
|
+
p
|
272
|
+
0
|
273
|
+
p
|
274
|
+
5
|
275
|
+
I
|
276
|
+
0
|
277
|
+
I
|
278
|
+
4
|
279
|
+
I
|
280
|
+
b
|
281
|
+
I
|
282
|
+
8
|
283
|
+
I
|
284
|
+
16
|
285
|
+
x
|
286
|
+
51
|
287
|
+
/home/blambeau/work/devel/noe/spec/unit/noe_spec.rb
|
288
|
+
p
|
289
|
+
0
|
290
|
+
x
|
291
|
+
8
|
292
|
+
describe
|
293
|
+
p
|
294
|
+
5
|
295
|
+
I
|
296
|
+
0
|
297
|
+
I
|
298
|
+
1
|
299
|
+
I
|
300
|
+
13
|
301
|
+
I
|
302
|
+
2
|
303
|
+
I
|
304
|
+
20
|
305
|
+
x
|
306
|
+
51
|
307
|
+
/home/blambeau/work/devel/noe/spec/unit/noe_spec.rb
|
308
|
+
p
|
309
|
+
0
|
@@ -0,0 +1,143 @@
|
|
1
|
+
!RBIX
|
2
|
+
11817445442317083511
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
58
|
13
|
+
99
|
14
|
+
43
|
15
|
+
0
|
16
|
+
7
|
17
|
+
1
|
18
|
+
45
|
19
|
+
2
|
20
|
+
3
|
21
|
+
7
|
22
|
+
4
|
23
|
+
64
|
24
|
+
65
|
25
|
+
49
|
26
|
+
5
|
27
|
+
0
|
28
|
+
49
|
29
|
+
6
|
30
|
+
2
|
31
|
+
49
|
32
|
+
7
|
33
|
+
2
|
34
|
+
15
|
35
|
+
99
|
36
|
+
43
|
37
|
+
0
|
38
|
+
7
|
39
|
+
8
|
40
|
+
49
|
41
|
+
9
|
42
|
+
1
|
43
|
+
45
|
44
|
+
2
|
45
|
+
10
|
46
|
+
7
|
47
|
+
11
|
48
|
+
64
|
49
|
+
65
|
50
|
+
49
|
51
|
+
5
|
52
|
+
0
|
53
|
+
49
|
54
|
+
6
|
55
|
+
2
|
56
|
+
49
|
57
|
+
12
|
58
|
+
1
|
59
|
+
15
|
60
|
+
5
|
61
|
+
7
|
62
|
+
13
|
63
|
+
64
|
64
|
+
47
|
65
|
+
49
|
66
|
+
14
|
67
|
+
1
|
68
|
+
15
|
69
|
+
2
|
70
|
+
11
|
71
|
+
I
|
72
|
+
5
|
73
|
+
I
|
74
|
+
0
|
75
|
+
I
|
76
|
+
0
|
77
|
+
I
|
78
|
+
0
|
79
|
+
n
|
80
|
+
p
|
81
|
+
15
|
82
|
+
x
|
83
|
+
7
|
84
|
+
Globals
|
85
|
+
x
|
86
|
+
9
|
87
|
+
$noe_root
|
88
|
+
x
|
89
|
+
4
|
90
|
+
File
|
91
|
+
n
|
92
|
+
s
|
93
|
+
9
|
94
|
+
../../../
|
95
|
+
x
|
96
|
+
11
|
97
|
+
active_path
|
98
|
+
x
|
99
|
+
11
|
100
|
+
expand_path
|
101
|
+
x
|
102
|
+
3
|
103
|
+
[]=
|
104
|
+
x
|
105
|
+
10
|
106
|
+
$LOAD_PATH
|
107
|
+
x
|
108
|
+
2
|
109
|
+
[]
|
110
|
+
n
|
111
|
+
s
|
112
|
+
9
|
113
|
+
../../lib
|
114
|
+
x
|
115
|
+
7
|
116
|
+
unshift
|
117
|
+
s
|
118
|
+
3
|
119
|
+
noe
|
120
|
+
x
|
121
|
+
7
|
122
|
+
require
|
123
|
+
p
|
124
|
+
7
|
125
|
+
I
|
126
|
+
0
|
127
|
+
I
|
128
|
+
1
|
129
|
+
I
|
130
|
+
16
|
131
|
+
I
|
132
|
+
2
|
133
|
+
I
|
134
|
+
2f
|
135
|
+
I
|
136
|
+
3
|
137
|
+
I
|
138
|
+
3a
|
139
|
+
x
|
140
|
+
54
|
141
|
+
/home/blambeau/work/devel/noe/spec/unit/spec_helper.rb
|
142
|
+
p
|
143
|
+
0
|