gli 2.0.0.rc5 → 2.0.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ class TC_testHelp < Clean::Test::TestCase
9
9
  ENV['COLUMNS'] = '1024'
10
10
  @output = StringIO.new
11
11
  @error = StringIO.new
12
+ @command_names_used = []
12
13
  end
13
14
 
14
15
  def teardown
@@ -218,6 +219,11 @@ private
218
219
  end
219
220
 
220
221
  def any_command_name
221
- Faker::Lorem.words(10)[rand(10)]
222
+ command_name = Faker::Lorem.words(10)[rand(10)]
223
+ while @command_names_used.include?(command_name)
224
+ command_name = Faker::Lorem.words(10)[rand(10)]
225
+ end
226
+ @command_names_used << command_name
227
+ command_name
222
228
  end
223
229
  end
@@ -28,4 +28,17 @@ class TC_testOptions < Clean::Test::TestCase
28
28
  assert_equal 'verbose', o['name']
29
29
  end
30
30
 
31
+ def test_map_defers_to_underlying_map
32
+ o = Options.new
33
+ o[:foo] = 'bar'
34
+ o[:blah] = 'crud'
35
+
36
+ result = Hash[o.map { |k,v|
37
+ [k,v.upcase]
38
+ }]
39
+ assert_equal 2,result.size
40
+ assert_equal "BAR",result[:foo]
41
+ assert_equal "CRUD",result[:blah]
42
+ end
43
+
31
44
  end
metadata CHANGED
@@ -1,318 +1,432 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: gli
3
- version: !ruby/object:Gem::Version
4
- hash: 60398633
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0.rc6
5
5
  prerelease: 6
6
- segments:
7
- - 2
8
- - 0
9
- - 0
10
- - rc
11
- - 5
12
- version: 2.0.0.rc5
13
6
  platform: ruby
14
- authors:
7
+ authors:
15
8
  - David Copeland
16
9
  autorequire:
17
10
  bindir: bin
18
11
  cert_chain: []
19
-
20
- date: 2012-07-07 00:00:00 Z
21
- dependencies:
22
- - !ruby/object:Gem::Dependency
23
- version_requirements: &id001 !ruby/object:Gem::Requirement
12
+ date: 2012-07-29 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
18
+ requirements:
26
19
  - - ~>
27
- - !ruby/object:Gem::Version
28
- hash: 11
29
- segments:
30
- - 0
31
- - 9
32
- - 2
33
- - 2
20
+ - !ruby/object:Gem::Version
34
21
  version: 0.9.2.2
35
- prerelease: false
36
22
  type: :development
37
- name: rake
38
- requirement: *id001
39
- - !ruby/object:Gem::Dependency
40
- version_requirements: &id002 !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
41
25
  none: false
42
- requirements:
26
+ requirements:
43
27
  - - ~>
44
- - !ruby/object:Gem::Version
45
- hash: 17
46
- segments:
47
- - 3
48
- - 11
49
- version: "3.11"
50
- prerelease: false
51
- type: :development
28
+ - !ruby/object:Gem::Version
29
+ version: 0.9.2.2
30
+ - !ruby/object:Gem::Dependency
52
31
  name: rdoc
53
- requirement: *id002
54
- - !ruby/object:Gem::Dependency
55
- version_requirements: &id003 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
56
33
  none: false
57
- requirements:
34
+ requirements:
58
35
  - - ~>
59
- - !ruby/object:Gem::Version
60
- hash: 11
61
- segments:
62
- - 2
63
- - 1
64
- - 0
65
- version: 2.1.0
66
- prerelease: false
36
+ - !ruby/object:Gem::Version
37
+ version: '3.11'
67
38
  type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: '3.11'
46
+ - !ruby/object:Gem::Dependency
68
47
  name: roodi
69
- requirement: *id003
70
- - !ruby/object:Gem::Dependency
71
- version_requirements: &id004 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
72
49
  none: false
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- hash: 3
77
- segments:
78
- - 0
79
- version: "0"
80
- prerelease: false
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: 2.1.0
81
54
  type: :development
82
- name: reek
83
- requirement: *id004
84
- - !ruby/object:Gem::Dependency
85
- version_requirements: &id005 !ruby/object:Gem::Requirement
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
86
57
  none: false
87
- requirements:
58
+ requirements:
88
59
  - - ~>
89
- - !ruby/object:Gem::Version
90
- hash: 17
91
- segments:
92
- - 0
93
- - 1
94
- - 5
95
- version: 0.1.5
96
- prerelease: false
60
+ - !ruby/object:Gem::Version
61
+ version: 2.1.0
62
+ - !ruby/object:Gem::Dependency
63
+ name: reek
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
97
70
  type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
98
79
  name: grancher
99
- requirement: *id005
100
- - !ruby/object:Gem::Dependency
101
- version_requirements: &id006 !ruby/object:Gem::Requirement
80
+ requirement: !ruby/object:Gem::Requirement
102
81
  none: false
103
- requirements:
82
+ requirements:
104
83
  - - ~>
105
- - !ruby/object:Gem::Version
106
- hash: 17
107
- segments:
108
- - 1
109
- - 1
110
- - 1
111
- version: 1.1.1
112
- prerelease: false
84
+ - !ruby/object:Gem::Version
85
+ version: 0.1.5
113
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.1.5
94
+ - !ruby/object:Gem::Dependency
114
95
  name: rainbow
115
- requirement: *id006
116
- - !ruby/object:Gem::Dependency
117
- version_requirements: &id007 !ruby/object:Gem::Requirement
96
+ requirement: !ruby/object:Gem::Requirement
118
97
  none: false
119
- requirements:
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- hash: 3
123
- segments:
124
- - 0
125
- version: "0"
126
- prerelease: false
98
+ requirements:
99
+ - - ~>
100
+ - !ruby/object:Gem::Version
101
+ version: 1.1.1
127
102
  type: :development
128
- name: clean_test
129
- requirement: *id007
130
- - !ruby/object:Gem::Dependency
131
- version_requirements: &id008 !ruby/object:Gem::Requirement
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
132
105
  none: false
133
- requirements:
106
+ requirements:
134
107
  - - ~>
135
- - !ruby/object:Gem::Version
136
- hash: 1
137
- segments:
138
- - 0
139
- - 4
140
- - 7
141
- version: 0.4.7
142
- prerelease: false
108
+ - !ruby/object:Gem::Version
109
+ version: 1.1.1
110
+ - !ruby/object:Gem::Dependency
111
+ name: clean_test
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '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: '0'
126
+ - !ruby/object:Gem::Dependency
144
127
  name: aruba
145
- requirement: *id008
146
- - !ruby/object:Gem::Dependency
147
- version_requirements: &id009 !ruby/object:Gem::Requirement
128
+ requirement: !ruby/object:Gem::Requirement
148
129
  none: false
149
- requirements:
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- hash: 3
153
- segments:
154
- - 0
155
- version: "0"
156
- prerelease: false
130
+ requirements:
131
+ - - ~>
132
+ - !ruby/object:Gem::Version
133
+ version: 0.4.7
157
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.4.7
142
+ - !ruby/object:Gem::Dependency
158
143
  name: sdoc
159
- requirement: *id009
160
- description: An application and API for describing command line interfaces that can be used to quickly create a shell for executing command-line tasks. The command line user interface is similar to Gits, in that it takes global options, a command, command-specific options, and arguments
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ! '>='
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ type: :development
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ! '>='
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
158
+ description: An application and API for describing command line interfaces that can
159
+ be used to quickly create a shell for executing command-line tasks. The command
160
+ line user interface is similar to Gits, in that it takes global options, a command,
161
+ command-specific options, and arguments
161
162
  email: davidcopeland@naildrivin5.com
162
- executables:
163
+ executables:
163
164
  - gli
164
165
  extensions: []
165
-
166
- extra_rdoc_files:
167
- - README.rdoc
168
- - gli.rdoc
169
- files:
170
- - .gitignore
171
- - .rvmrc
172
- - .travis.yml
173
- - Gemfile
174
- - LICENSE.txt
175
- - ObjectModel.graffle
166
+ extra_rdoc_files:
176
167
  - README.rdoc
177
- - Rakefile
178
- - bin/gli
179
- - bin/report_on_rake_results
180
- - bin/test_all_rubies.sh
181
- - features/gli_executable.feature
182
- - features/gli_init.feature
183
- - features/step_definitions/gli_executable_steps.rb
184
- - features/step_definitions/gli_init_steps.rb
185
- - features/step_definitions/todo_steps.rb
186
- - features/support/env.rb
187
- - features/todo.feature
188
- - gli.cheat
189
- - gli.gemspec
190
168
  - gli.rdoc
191
- - lib/gli.rb
192
- - lib/gli/app.rb
193
- - lib/gli/app_support.rb
194
- - lib/gli/command.rb
195
- - lib/gli/command_line_option.rb
196
- - lib/gli/command_line_token.rb
197
- - lib/gli/command_support.rb
198
- - lib/gli/commands/compound_command.rb
199
- - lib/gli/commands/help.rb
200
- - lib/gli/commands/help_modules/command_help_format.rb
201
- - lib/gli/commands/help_modules/global_help_format.rb
202
- - lib/gli/commands/help_modules/list_formatter.rb
203
- - lib/gli/commands/help_modules/options_formatter.rb
204
- - lib/gli/commands/help_modules/text_wrapper.rb
205
- - lib/gli/commands/initconfig.rb
206
- - lib/gli/commands/scaffold.rb
207
- - lib/gli/copy_options_to_aliases.rb
208
- - lib/gli/dsl.rb
209
- - lib/gli/exceptions.rb
210
- - lib/gli/flag.rb
211
- - lib/gli/gli_option_parser.rb
212
- - lib/gli/option_parser_factory.rb
213
- - lib/gli/options.rb
214
- - lib/gli/switch.rb
215
- - lib/gli/terminal.rb
216
- - lib/gli/version.rb
217
- - test/apps/README.md
218
- - test/apps/todo/Gemfile
219
- - test/apps/todo/README.rdoc
220
- - test/apps/todo/Rakefile
221
- - test/apps/todo/bin/todo
222
- - test/apps/todo/lib/todo/commands/create.rb
223
- - test/apps/todo/lib/todo/commands/list.rb
224
- - test/apps/todo/lib/todo/commands/ls.rb
225
- - test/apps/todo/lib/todo/version.rb
226
- - test/apps/todo/test/tc_nothing.rb
227
- - test/apps/todo/todo.gemspec
228
- - test/apps/todo/todo.rdoc
229
- - test/config.yaml
230
- - test/fake_std_out.rb
231
- - test/gli.reek
232
- - test/init_simplecov.rb
233
- - test/option_test_helper.rb
234
- - test/roodi.yaml
235
- - test/tc_command.rb
236
- - test/tc_compount_command.rb
237
- - test/tc_flag.rb
238
- - test/tc_gli.rb
239
- - test/tc_help.rb
240
- - test/tc_options.rb
241
- - test/tc_subcommands.rb
242
- - test/tc_switch.rb
243
- - test/tc_terminal.rb
244
- - test/test_helper.rb
169
+ files:
170
+ - !binary |-
171
+ LmdpdGlnbm9yZQ==
172
+ - !binary |-
173
+ LnJ2bXJj
174
+ - !binary |-
175
+ LnRyYXZpcy55bWw=
176
+ - !binary |-
177
+ R2VtZmlsZQ==
178
+ - !binary |-
179
+ TElDRU5TRS50eHQ=
180
+ - !binary |-
181
+ T2JqZWN0TW9kZWwuZ3JhZmZsZQ==
182
+ - !binary |-
183
+ UkVBRE1FLnJkb2M=
184
+ - !binary |-
185
+ UmFrZWZpbGU=
186
+ - !binary |-
187
+ YmluL2dsaQ==
188
+ - !binary |-
189
+ YmluL3JlcG9ydF9vbl9yYWtlX3Jlc3VsdHM=
190
+ - !binary |-
191
+ YmluL3Rlc3RfYWxsX3J1Ymllcy5zaA==
192
+ - !binary |-
193
+ ZmVhdHVyZXMvZ2xpX2V4ZWN1dGFibGUuZmVhdHVyZQ==
194
+ - !binary |-
195
+ ZmVhdHVyZXMvZ2xpX2luaXQuZmVhdHVyZQ==
196
+ - !binary |-
197
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy9nbGlfZXhlY3V0YWJsZV9zdGVw
198
+ cy5yYg==
199
+ - !binary |-
200
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy9nbGlfaW5pdF9zdGVwcy5yYg==
201
+ - !binary |-
202
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy90b2RvX3N0ZXBzLnJi
203
+ - !binary |-
204
+ ZmVhdHVyZXMvc3VwcG9ydC9lbnYucmI=
205
+ - !binary |-
206
+ ZmVhdHVyZXMvdG9kby5mZWF0dXJl
207
+ - !binary |-
208
+ Z2xpLmNoZWF0
209
+ - !binary |-
210
+ Z2xpLmdlbXNwZWM=
211
+ - !binary |-
212
+ Z2xpLnJkb2M=
213
+ - !binary |-
214
+ bGliL2dsaS5yYg==
215
+ - !binary |-
216
+ bGliL2dsaS9hcHAucmI=
217
+ - !binary |-
218
+ bGliL2dsaS9hcHBfc3VwcG9ydC5yYg==
219
+ - !binary |-
220
+ bGliL2dsaS9jb21tYW5kLnJi
221
+ - !binary |-
222
+ bGliL2dsaS9jb21tYW5kX2xpbmVfb3B0aW9uLnJi
223
+ - !binary |-
224
+ bGliL2dsaS9jb21tYW5kX2xpbmVfdG9rZW4ucmI=
225
+ - !binary |-
226
+ bGliL2dsaS9jb21tYW5kX3N1cHBvcnQucmI=
227
+ - !binary |-
228
+ bGliL2dsaS9jb21tYW5kcy9jb21wb3VuZF9jb21tYW5kLnJi
229
+ - !binary |-
230
+ bGliL2dsaS9jb21tYW5kcy9kb2MucmI=
231
+ - !binary |-
232
+ bGliL2dsaS9jb21tYW5kcy9oZWxwLnJi
233
+ - !binary |-
234
+ bGliL2dsaS9jb21tYW5kcy9oZWxwX21vZHVsZXMvY29tbWFuZF9oZWxwX2Zv
235
+ cm1hdC5yYg==
236
+ - !binary |-
237
+ bGliL2dsaS9jb21tYW5kcy9oZWxwX21vZHVsZXMvZ2xvYmFsX2hlbHBfZm9y
238
+ bWF0LnJi
239
+ - !binary |-
240
+ bGliL2dsaS9jb21tYW5kcy9oZWxwX21vZHVsZXMvbGlzdF9mb3JtYXR0ZXIu
241
+ cmI=
242
+ - !binary |-
243
+ bGliL2dsaS9jb21tYW5kcy9oZWxwX21vZHVsZXMvb3B0aW9uc19mb3JtYXR0
244
+ ZXIucmI=
245
+ - !binary |-
246
+ bGliL2dsaS9jb21tYW5kcy9oZWxwX21vZHVsZXMvdGV4dF93cmFwcGVyLnJi
247
+ - !binary |-
248
+ bGliL2dsaS9jb21tYW5kcy9pbml0Y29uZmlnLnJi
249
+ - !binary |-
250
+ bGliL2dsaS9jb21tYW5kcy9yZG9jX2RvY3VtZW50X2xpc3RlbmVyLnJi
251
+ - !binary |-
252
+ bGliL2dsaS9jb21tYW5kcy9zY2FmZm9sZC5yYg==
253
+ - !binary |-
254
+ bGliL2dsaS9jb3B5X29wdGlvbnNfdG9fYWxpYXNlcy5yYg==
255
+ - !binary |-
256
+ bGliL2dsaS9kc2wucmI=
257
+ - !binary |-
258
+ bGliL2dsaS9leGNlcHRpb25zLnJi
259
+ - !binary |-
260
+ bGliL2dsaS9mbGFnLnJi
261
+ - !binary |-
262
+ bGliL2dsaS9nbGlfb3B0aW9uX3BhcnNlci5yYg==
263
+ - !binary |-
264
+ bGliL2dsaS9vcHRpb25fcGFyc2VyX2ZhY3RvcnkucmI=
265
+ - !binary |-
266
+ bGliL2dsaS9vcHRpb25zLnJi
267
+ - !binary |-
268
+ bGliL2dsaS9zd2l0Y2gucmI=
269
+ - !binary |-
270
+ bGliL2dsaS90ZXJtaW5hbC5yYg==
271
+ - !binary |-
272
+ bGliL2dsaS92ZXJzaW9uLnJi
273
+ - !binary |-
274
+ dGVzdC9hcHBzL1JFQURNRS5tZA==
275
+ - !binary |-
276
+ dGVzdC9hcHBzL3RvZG8vR2VtZmlsZQ==
277
+ - !binary |-
278
+ dGVzdC9hcHBzL3RvZG8vUkVBRE1FLnJkb2M=
279
+ - !binary |-
280
+ dGVzdC9hcHBzL3RvZG8vUmFrZWZpbGU=
281
+ - !binary |-
282
+ dGVzdC9hcHBzL3RvZG8vYmluL3RvZG8=
283
+ - !binary |-
284
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvY3JlYXRlLnJi
285
+ - !binary |-
286
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvbGlzdC5yYg==
287
+ - !binary |-
288
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvbHMucmI=
289
+ - !binary |-
290
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vdmVyc2lvbi5yYg==
291
+ - !binary |-
292
+ dGVzdC9hcHBzL3RvZG8vdGVzdC90Y19ub3RoaW5nLnJi
293
+ - !binary |-
294
+ dGVzdC9hcHBzL3RvZG8vdG9kby5nZW1zcGVj
295
+ - !binary |-
296
+ dGVzdC9hcHBzL3RvZG8vdG9kby5yZG9j
297
+ - !binary |-
298
+ dGVzdC9jb25maWcueWFtbA==
299
+ - !binary |-
300
+ dGVzdC9mYWtlX3N0ZF9vdXQucmI=
301
+ - !binary |-
302
+ dGVzdC9nbGkucmVlaw==
303
+ - !binary |-
304
+ dGVzdC9pbml0X3NpbXBsZWNvdi5yYg==
305
+ - !binary |-
306
+ dGVzdC9vcHRpb25fdGVzdF9oZWxwZXIucmI=
307
+ - !binary |-
308
+ dGVzdC9yb29kaS55YW1s
309
+ - !binary |-
310
+ dGVzdC90Y19jb21tYW5kLnJi
311
+ - !binary |-
312
+ dGVzdC90Y19jb21wb3VudF9jb21tYW5kLnJi
313
+ - !binary |-
314
+ dGVzdC90Y19kb2MucmI=
315
+ - !binary |-
316
+ dGVzdC90Y19mbGFnLnJi
317
+ - !binary |-
318
+ dGVzdC90Y19nbGkucmI=
319
+ - !binary |-
320
+ dGVzdC90Y19oZWxwLnJi
321
+ - !binary |-
322
+ dGVzdC90Y19vcHRpb25zLnJi
323
+ - !binary |-
324
+ dGVzdC90Y19zdWJjb21tYW5kcy5yYg==
325
+ - !binary |-
326
+ dGVzdC90Y19zd2l0Y2gucmI=
327
+ - !binary |-
328
+ dGVzdC90Y190ZXJtaW5hbC5yYg==
329
+ - !binary |-
330
+ dGVzdC90ZXN0X2hlbHBlci5yYg==
245
331
  homepage: http://davetron5000.github.com/gli
246
332
  licenses: []
247
-
248
333
  post_install_message:
249
- rdoc_options:
334
+ rdoc_options:
250
335
  - --title
251
336
  - Git Like Interface
252
337
  - --main
253
338
  - README.rdoc
254
- require_paths:
339
+ require_paths:
255
340
  - lib
256
- required_ruby_version: !ruby/object:Gem::Requirement
341
+ required_ruby_version: !ruby/object:Gem::Requirement
257
342
  none: false
258
- requirements:
259
- - - ">="
260
- - !ruby/object:Gem::Version
261
- hash: 3
262
- segments:
263
- - 0
264
- version: "0"
265
- required_rubygems_version: !ruby/object:Gem::Requirement
343
+ requirements:
344
+ - - ! '>='
345
+ - !ruby/object:Gem::Version
346
+ version: '0'
347
+ required_rubygems_version: !ruby/object:Gem::Requirement
266
348
  none: false
267
- requirements:
268
- - - ">"
269
- - !ruby/object:Gem::Version
270
- hash: 25
271
- segments:
272
- - 1
273
- - 3
274
- - 1
349
+ requirements:
350
+ - - ! '>'
351
+ - !ruby/object:Gem::Version
275
352
  version: 1.3.1
276
353
  requirements: []
277
-
278
354
  rubyforge_project: gli
279
355
  rubygems_version: 1.8.24
280
356
  signing_key:
281
357
  specification_version: 3
282
358
  summary: A Git Like Interface for building command line apps
283
- test_files:
284
- - features/gli_executable.feature
285
- - features/gli_init.feature
286
- - features/step_definitions/gli_executable_steps.rb
287
- - features/step_definitions/gli_init_steps.rb
288
- - features/step_definitions/todo_steps.rb
289
- - features/support/env.rb
290
- - features/todo.feature
291
- - test/apps/README.md
292
- - test/apps/todo/Gemfile
293
- - test/apps/todo/README.rdoc
294
- - test/apps/todo/Rakefile
295
- - test/apps/todo/bin/todo
296
- - test/apps/todo/lib/todo/commands/create.rb
297
- - test/apps/todo/lib/todo/commands/list.rb
298
- - test/apps/todo/lib/todo/commands/ls.rb
299
- - test/apps/todo/lib/todo/version.rb
300
- - test/apps/todo/test/tc_nothing.rb
301
- - test/apps/todo/todo.gemspec
302
- - test/apps/todo/todo.rdoc
303
- - test/config.yaml
304
- - test/fake_std_out.rb
305
- - test/gli.reek
306
- - test/init_simplecov.rb
307
- - test/option_test_helper.rb
308
- - test/roodi.yaml
309
- - test/tc_command.rb
310
- - test/tc_compount_command.rb
311
- - test/tc_flag.rb
312
- - test/tc_gli.rb
313
- - test/tc_help.rb
314
- - test/tc_options.rb
315
- - test/tc_subcommands.rb
316
- - test/tc_switch.rb
317
- - test/tc_terminal.rb
318
- - test/test_helper.rb
359
+ test_files:
360
+ - !binary |-
361
+ ZmVhdHVyZXMvZ2xpX2V4ZWN1dGFibGUuZmVhdHVyZQ==
362
+ - !binary |-
363
+ ZmVhdHVyZXMvZ2xpX2luaXQuZmVhdHVyZQ==
364
+ - !binary |-
365
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy9nbGlfZXhlY3V0YWJsZV9zdGVw
366
+ cy5yYg==
367
+ - !binary |-
368
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy9nbGlfaW5pdF9zdGVwcy5yYg==
369
+ - !binary |-
370
+ ZmVhdHVyZXMvc3RlcF9kZWZpbml0aW9ucy90b2RvX3N0ZXBzLnJi
371
+ - !binary |-
372
+ ZmVhdHVyZXMvc3VwcG9ydC9lbnYucmI=
373
+ - !binary |-
374
+ ZmVhdHVyZXMvdG9kby5mZWF0dXJl
375
+ - !binary |-
376
+ dGVzdC9hcHBzL1JFQURNRS5tZA==
377
+ - !binary |-
378
+ dGVzdC9hcHBzL3RvZG8vR2VtZmlsZQ==
379
+ - !binary |-
380
+ dGVzdC9hcHBzL3RvZG8vUkVBRE1FLnJkb2M=
381
+ - !binary |-
382
+ dGVzdC9hcHBzL3RvZG8vUmFrZWZpbGU=
383
+ - !binary |-
384
+ dGVzdC9hcHBzL3RvZG8vYmluL3RvZG8=
385
+ - !binary |-
386
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvY3JlYXRlLnJi
387
+ - !binary |-
388
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvbGlzdC5yYg==
389
+ - !binary |-
390
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vY29tbWFuZHMvbHMucmI=
391
+ - !binary |-
392
+ dGVzdC9hcHBzL3RvZG8vbGliL3RvZG8vdmVyc2lvbi5yYg==
393
+ - !binary |-
394
+ dGVzdC9hcHBzL3RvZG8vdGVzdC90Y19ub3RoaW5nLnJi
395
+ - !binary |-
396
+ dGVzdC9hcHBzL3RvZG8vdG9kby5nZW1zcGVj
397
+ - !binary |-
398
+ dGVzdC9hcHBzL3RvZG8vdG9kby5yZG9j
399
+ - !binary |-
400
+ dGVzdC9jb25maWcueWFtbA==
401
+ - !binary |-
402
+ dGVzdC9mYWtlX3N0ZF9vdXQucmI=
403
+ - !binary |-
404
+ dGVzdC9nbGkucmVlaw==
405
+ - !binary |-
406
+ dGVzdC9pbml0X3NpbXBsZWNvdi5yYg==
407
+ - !binary |-
408
+ dGVzdC9vcHRpb25fdGVzdF9oZWxwZXIucmI=
409
+ - !binary |-
410
+ dGVzdC9yb29kaS55YW1s
411
+ - !binary |-
412
+ dGVzdC90Y19jb21tYW5kLnJi
413
+ - !binary |-
414
+ dGVzdC90Y19jb21wb3VudF9jb21tYW5kLnJi
415
+ - !binary |-
416
+ dGVzdC90Y19kb2MucmI=
417
+ - !binary |-
418
+ dGVzdC90Y19mbGFnLnJi
419
+ - !binary |-
420
+ dGVzdC90Y19nbGkucmI=
421
+ - !binary |-
422
+ dGVzdC90Y19oZWxwLnJi
423
+ - !binary |-
424
+ dGVzdC90Y19vcHRpb25zLnJi
425
+ - !binary |-
426
+ dGVzdC90Y19zdWJjb21tYW5kcy5yYg==
427
+ - !binary |-
428
+ dGVzdC90Y19zd2l0Y2gucmI=
429
+ - !binary |-
430
+ dGVzdC90Y190ZXJtaW5hbC5yYg==
431
+ - !binary |-
432
+ dGVzdC90ZXN0X2hlbHBlci5yYg==