sprout 1.0.35.pre → 1.1.2.pre
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sprout might be problematic. Click here for more details.
- data/Gemfile +1 -1
- data/Gemfile.lock +0 -2
- data/README.textile +1 -1
- data/VERSION +1 -1
- data/lib/sprout/concern.rb +5 -7
- data/lib/sprout/daemon.rb +183 -143
- data/lib/sprout/executable/base.rb +564 -0
- data/lib/sprout/executable.rb +1 -550
- data/lib/sprout/generator/base.rb +2 -3
- data/lib/sprout/generator.rb +2 -1
- data/lib/sprout/generators/ruby/templates/ruby_base.rb +1 -2
- data/lib/sprout/library.rb +3 -3
- data/lib/sprout/output_buffer.rb +35 -0
- data/lib/sprout/process_runner.rb +68 -17
- data/lib/sprout/progress_bar.rb +5 -5
- data/lib/sprout/remote_file_target.rb +1 -1
- data/lib/sprout/system/base_system.rb +3 -3
- data/lib/sprout/system/unix_system.rb +1 -1
- data/lib/sprout/{test/sprout_test_case.rb → test_helper.rb} +214 -14
- data/lib/sprout/version.rb +1 -1
- data/lib/sprout.rb +133 -2
- data/rakefile.rb +2 -0
- data/test/fixtures/examples/echo_inputs.rb +1 -2
- data/test/fixtures/executable/fdb.rb +7 -9
- data/test/fixtures/executable/flex3sdk_gem/fdb +49 -18
- data/test/fixtures/executable/mxmlc.rb +1 -2
- data/test/fixtures/executable/subclass/executable_subclass.rb +0 -1
- data/test/fixtures/executable/subclass/executable_superclass.rb +1 -2
- data/test/fixtures/specification/flex4sdk.rb +35 -24
- data/test/unit/archive_unpacker_test.rb +1 -1
- data/test/unit/boolean_param_test.rb +1 -1
- data/test/unit/daemon_test.rb +35 -3
- data/test/unit/executable_option_parser_test.rb +2 -3
- data/test/unit/executable_param_test.rb +1 -1
- data/test/unit/executable_test.rb +8 -15
- data/test/unit/fake_other_executable.rb +1 -2
- data/test/unit/file_param_test.rb +1 -1
- data/test/unit/file_target_test.rb +1 -1
- data/test/unit/files_param_test.rb +1 -1
- data/test/unit/generator_generator_test.rb +1 -1
- data/test/unit/generator_test.rb +1 -1
- data/test/unit/library_generator_test.rb +1 -1
- data/test/unit/library_test.rb +1 -1
- data/test/unit/osx_system_test.rb +1 -1
- data/test/unit/path_param_test.rb +1 -1
- data/test/unit/paths_param_test.rb +1 -1
- data/test/unit/platform_test.rb +1 -1
- data/test/unit/process_runner_test.rb +1 -1
- data/test/unit/rdoc_parser_test.rb +1 -1
- data/test/unit/remote_file_loader_test.rb +1 -1
- data/test/unit/remote_file_target_test.rb +1 -1
- data/test/unit/ruby_feature_test.rb +1 -1
- data/test/unit/ruby_generator_test.rb +1 -1
- data/test/unit/specification_test.rb +8 -1
- data/test/unit/sprout_test.rb +2 -2
- data/test/unit/string_param_test.rb +1 -1
- data/test/unit/string_test.rb +1 -1
- data/test/unit/strings_param_test.rb +1 -1
- data/test/unit/test_helper.rb +33 -1
- data/test/unit/tool_generator_test.rb +1 -1
- data/test/unit/unix_system_test.rb +1 -1
- data/test/unit/user_test.rb +1 -1
- data/test/unit/vista_system_test.rb +1 -1
- data/test/unit/win_nix_system_test.rb +1 -1
- data/test/unit/win_system_test.rb +1 -1
- data/test-stderr.log +1 -0
- data/test-stdout.log +237 -0
- metadata +15 -190
- data/doc/Dir.html +0 -288
- data/doc/Rake/Task.html +0 -184
- data/doc/Sprout/ArchiveUnpacker.html +0 -1246
- data/doc/Sprout/Base/ClassMethods.html +0 -434
- data/doc/Sprout/Base.html +0 -126
- data/doc/Sprout/Concern.html +0 -353
- data/doc/Sprout/Daemon/ClassMethods.html +0 -244
- data/doc/Sprout/Daemon/InstanceMethods.html +0 -601
- data/doc/Sprout/Daemon.html +0 -166
- data/doc/Sprout/Errors/ArchiveUnpackerError.html +0 -125
- data/doc/Sprout/Errors/DestinationExistsError.html +0 -133
- data/doc/Sprout/Errors/DuplicateMemberError.html +0 -132
- data/doc/Sprout/Errors/ExecutableError.html +0 -125
- data/doc/Sprout/Errors/ExecutableRegistrationError.html +0 -132
- data/doc/Sprout/Errors/ExecutionError.html +0 -121
- data/doc/Sprout/Errors/GeneratorError.html +0 -125
- data/doc/Sprout/Errors/InvalidArgumentError.html +0 -132
- data/doc/Sprout/Errors/LoadError.html +0 -121
- data/doc/Sprout/Errors/MissingArgumentError.html +0 -132
- data/doc/Sprout/Errors/MissingExecutableError.html +0 -132
- data/doc/Sprout/Errors/MissingGeneratorError.html +0 -132
- data/doc/Sprout/Errors/MissingTemplateError.html +0 -132
- data/doc/Sprout/Errors/ProcessRunnerError.html +0 -121
- data/doc/Sprout/Errors/RemoteFileLoaderError.html +0 -110
- data/doc/Sprout/Errors/SproutError.html +0 -114
- data/doc/Sprout/Errors/UnknownArchiveType.html +0 -122
- data/doc/Sprout/Errors/UsageError.html +0 -121
- data/doc/Sprout/Errors/ValidationError.html +0 -121
- data/doc/Sprout/Errors/VersionRequirementNotMetError.html +0 -121
- data/doc/Sprout/Errors.html +0 -101
- data/doc/Sprout/Executable/Boolean.html +0 -483
- data/doc/Sprout/Executable/ClassMethods.html +0 -417
- data/doc/Sprout/Executable/CollectionParam.html +0 -483
- data/doc/Sprout/Executable/FileParam.html +0 -484
- data/doc/Sprout/Executable/Files.html +0 -292
- data/doc/Sprout/Executable/InstanceMethods.html +0 -2006
- data/doc/Sprout/Executable/Number.html +0 -141
- data/doc/Sprout/Executable/Param.html +0 -2818
- data/doc/Sprout/Executable/ParameterFactory.html +0 -232
- data/doc/Sprout/Executable/Path.html +0 -223
- data/doc/Sprout/Executable/Paths.html +0 -253
- data/doc/Sprout/Executable/StringParam.html +0 -213
- data/doc/Sprout/Executable/Strings.html +0 -167
- data/doc/Sprout/Executable/Url.html +0 -160
- data/doc/Sprout/Executable/Urls.html +0 -170
- data/doc/Sprout/Executable.html +0 -173
- data/doc/Sprout/FileTarget.html +0 -1109
- data/doc/Sprout/Generator/Base.html +0 -1626
- data/doc/Sprout/Generator/Command.html +0 -690
- data/doc/Sprout/Generator/DirectoryManifest.html +0 -476
- data/doc/Sprout/Generator/FileManifest.html +0 -572
- data/doc/Sprout/Generator/Manifest.html +0 -377
- data/doc/Sprout/Generator/TemplateManifest.html +0 -196
- data/doc/Sprout/Generator.html +0 -689
- data/doc/Sprout/GeneratorGenerator.html +0 -1018
- data/doc/Sprout/Library.html +0 -1141
- data/doc/Sprout/LibraryGenerator.html +0 -309
- data/doc/Sprout/Log.html +0 -496
- data/doc/Sprout/MXMLC.html +0 -6373
- data/doc/Sprout/Platform.html +0 -714
- data/doc/Sprout/ProcessRunner.html +0 -1352
- data/doc/Sprout/ProgressBar.html +0 -376
- data/doc/Sprout/ProgressBarImpl.html +0 -2119
- data/doc/Sprout/ProgressBarManager.html +0 -434
- data/doc/Sprout/ProgressBarOutputStream.html +0 -416
- data/doc/Sprout/RDocParser.html +0 -211
- data/doc/Sprout/RemoteFileLoader.html +0 -172
- data/doc/Sprout/RemoteFileTarget.html +0 -679
- data/doc/Sprout/ReversedProgressBar.html +0 -194
- data/doc/Sprout/RubyFeature/ClassMethods.html +0 -1065
- data/doc/Sprout/RubyFeature.html +0 -155
- data/doc/Sprout/RubyGenerator.html +0 -764
- data/doc/Sprout/Specification.html +0 -767
- data/doc/Sprout/System/BaseSystem.html +0 -1455
- data/doc/Sprout/System/JavaSystem.html +0 -122
- data/doc/Sprout/System/OSXSystem.html +0 -335
- data/doc/Sprout/System/ThreadMock.html +0 -193
- data/doc/Sprout/System/UnixSystem.html +0 -584
- data/doc/Sprout/System/VistaSystem.html +0 -251
- data/doc/Sprout/System/WinNixSystem.html +0 -325
- data/doc/Sprout/System/WinSystem.html +0 -571
- data/doc/Sprout/System.html +0 -191
- data/doc/Sprout/ToolGenerator.html +0 -931
- data/doc/Sprout/VERSION.html +0 -128
- data/doc/Sprout.html +0 -144
- data/doc/SproutTestCase.html +0 -1412
- data/doc/String.html +0 -286
- data/doc/_index.html +0 -1035
- data/doc/class_list.html +0 -36
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -53
- data/doc/css/style.css +0 -310
- data/doc/file.README.html +0 -96
- data/doc/file.archive_unpacker.html +0 -288
- data/doc/file.base.html +0 -208
- data/doc/file.base_system.html +0 -278
- data/doc/file.boolean.html +0 -135
- data/doc/file.collection_param.html +0 -139
- data/doc/file.command.html +0 -126
- data/doc/file.concern.html +0 -136
- data/doc/file.daemon.html +0 -309
- data/doc/file.dir.html +0 -76
- data/doc/file.directory_manifest.html +0 -122
- data/doc/file.errors.html +0 -147
- data/doc/file.executable.html +0 -638
- data/doc/file.file_manifest.html +0 -109
- data/doc/file.file_param.html +0 -120
- data/doc/file.file_target.html +0 -140
- data/doc/file.files.html +0 -85
- data/doc/file.generator.html +0 -296
- data/doc/file.generator_class.html +0 -72
- data/doc/file.generator_generator.html +0 -137
- data/doc/file.generator_test.html +0 -92
- data/doc/file.generator_test_helper.html +0 -67
- data/doc/file.java_system.html +0 -62
- data/doc/file.library.html +0 -291
- data/doc/file.library_generator.html +0 -74
- data/doc/file.log.html +0 -100
- data/doc/file.manifest.html +0 -67
- data/doc/file.mxmlc.html +0 -740
- data/doc/file.number.html +0 -67
- data/doc/file.osx_system.html +0 -79
- data/doc/file.param.html +0 -491
- data/doc/file.parameter_factory.html +0 -119
- data/doc/file.path.html +0 -81
- data/doc/file.paths.html +0 -80
- data/doc/file.platform.html +0 -124
- data/doc/file.process_runner.html +0 -224
- data/doc/file.progress_bar.html +0 -390
- data/doc/file.rdoc_parser.html +0 -145
- data/doc/file.remote_file_loader.html +0 -117
- data/doc/file.remote_file_target.html +0 -176
- data/doc/file.ruby_base.html +0 -64
- data/doc/file.ruby_feature.html +0 -244
- data/doc/file.ruby_generator.html +0 -118
- data/doc/file.ruby_input.html +0 -62
- data/doc/file.ruby_test_case.html +0 -78
- data/doc/file.ruby_test_helper.html +0 -61
- data/doc/file.specification.html +0 -248
- data/doc/file.sprout.html +0 -64
- data/doc/file.sprout_test_case.html +0 -280
- data/doc/file.string.html +0 -72
- data/doc/file.string_param.html +0 -76
- data/doc/file.strings.html +0 -71
- data/doc/file.system.html +0 -86
- data/doc/file.template_manifest.html +0 -67
- data/doc/file.tool.html +0 -92
- data/doc/file.tool_generator.html +0 -90
- data/doc/file.unix_system.html +0 -128
- data/doc/file.url.html +0 -71
- data/doc/file.urls.html +0 -70
- data/doc/file.version.html +0 -71
- data/doc/file.vista_system.html +0 -69
- data/doc/file.win_nix_system.html +0 -88
- data/doc/file.win_system.html +0 -129
- data/doc/file_list.html +0 -230
- data/doc/frames.html +0 -13
- data/doc/index.html +0 -96
- data/doc/js/app.js +0 -202
- data/doc/js/full_list.js +0 -149
- data/doc/js/jquery.js +0 -154
- data/doc/method_list.html +0 -3355
- data/doc/top-level-namespace.html +0 -192
- data/lib/sprout/base.rb +0 -121
- data/lib/sprout/log.rb +0 -46
- data/test/unit/sprout_test_helper.rb +0 -33
metadata
CHANGED
@@ -4,10 +4,10 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: true
|
5
5
|
segments:
|
6
6
|
- 1
|
7
|
-
-
|
8
|
-
-
|
7
|
+
- 1
|
8
|
+
- 2
|
9
9
|
- pre
|
10
|
-
version: 1.
|
10
|
+
version: 1.1.2.pre
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Luke Bayes
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-12-
|
18
|
+
date: 2010-12-28 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -107,7 +107,7 @@ dependencies:
|
|
107
107
|
prerelease: false
|
108
108
|
version_requirements: *id006
|
109
109
|
- !ruby/object:Gem::Dependency
|
110
|
-
name:
|
110
|
+
name: shoulda
|
111
111
|
requirement: &id007 !ruby/object:Gem::Requirement
|
112
112
|
none: false
|
113
113
|
requirements:
|
@@ -120,7 +120,7 @@ dependencies:
|
|
120
120
|
prerelease: false
|
121
121
|
version_requirements: *id007
|
122
122
|
- !ruby/object:Gem::Dependency
|
123
|
-
name:
|
123
|
+
name: mocha
|
124
124
|
requirement: &id008 !ruby/object:Gem::Requirement
|
125
125
|
none: false
|
126
126
|
requirements:
|
@@ -133,7 +133,7 @@ dependencies:
|
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: *id008
|
135
135
|
- !ruby/object:Gem::Dependency
|
136
|
-
name:
|
136
|
+
name: flay
|
137
137
|
requirement: &id009 !ruby/object:Gem::Requirement
|
138
138
|
none: false
|
139
139
|
requirements:
|
@@ -146,7 +146,7 @@ dependencies:
|
|
146
146
|
prerelease: false
|
147
147
|
version_requirements: *id009
|
148
148
|
- !ruby/object:Gem::Dependency
|
149
|
-
name:
|
149
|
+
name: flog
|
150
150
|
requirement: &id010 !ruby/object:Gem::Requirement
|
151
151
|
none: false
|
152
152
|
requirements:
|
@@ -159,7 +159,7 @@ dependencies:
|
|
159
159
|
prerelease: false
|
160
160
|
version_requirements: *id010
|
161
161
|
- !ruby/object:Gem::Dependency
|
162
|
-
name:
|
162
|
+
name: heckle
|
163
163
|
requirement: &id011 !ruby/object:Gem::Requirement
|
164
164
|
none: false
|
165
165
|
requirements:
|
@@ -172,7 +172,7 @@ dependencies:
|
|
172
172
|
prerelease: false
|
173
173
|
version_requirements: *id011
|
174
174
|
- !ruby/object:Gem::Dependency
|
175
|
-
name:
|
175
|
+
name: rcov
|
176
176
|
requirement: &id012 !ruby/object:Gem::Requirement
|
177
177
|
none: false
|
178
178
|
requirements:
|
@@ -184,19 +184,6 @@ dependencies:
|
|
184
184
|
type: :development
|
185
185
|
prerelease: false
|
186
186
|
version_requirements: *id012
|
187
|
-
- !ruby/object:Gem::Dependency
|
188
|
-
name: rcov
|
189
|
-
requirement: &id013 !ruby/object:Gem::Requirement
|
190
|
-
none: false
|
191
|
-
requirements:
|
192
|
-
- - ">="
|
193
|
-
- !ruby/object:Gem::Version
|
194
|
-
segments:
|
195
|
-
- 0
|
196
|
-
version: "0"
|
197
|
-
type: :development
|
198
|
-
prerelease: false
|
199
|
-
version_requirements: *id013
|
200
187
|
description: Project Sprouts gives you access to beautiful generators and easily customized templates, automated build scripts, distributed libraries and simple system configuration
|
201
188
|
email: projectsprouts@googlegroups.com
|
202
189
|
executables:
|
@@ -219,177 +206,14 @@ files:
|
|
219
206
|
- bin/sprout-suite
|
220
207
|
- bin/sprout-test
|
221
208
|
- bin/sprout-tool
|
222
|
-
- doc/_index.html
|
223
|
-
- doc/class_list.html
|
224
|
-
- doc/css/common.css
|
225
|
-
- doc/css/full_list.css
|
226
|
-
- doc/css/style.css
|
227
|
-
- doc/Dir.html
|
228
|
-
- doc/file.archive_unpacker.html
|
229
|
-
- doc/file.base.html
|
230
|
-
- doc/file.base_system.html
|
231
|
-
- doc/file.boolean.html
|
232
|
-
- doc/file.collection_param.html
|
233
|
-
- doc/file.command.html
|
234
|
-
- doc/file.concern.html
|
235
|
-
- doc/file.daemon.html
|
236
|
-
- doc/file.dir.html
|
237
|
-
- doc/file.directory_manifest.html
|
238
|
-
- doc/file.errors.html
|
239
|
-
- doc/file.executable.html
|
240
|
-
- doc/file.file_manifest.html
|
241
|
-
- doc/file.file_param.html
|
242
|
-
- doc/file.file_target.html
|
243
|
-
- doc/file.files.html
|
244
|
-
- doc/file.generator.html
|
245
|
-
- doc/file.generator_class.html
|
246
|
-
- doc/file.generator_generator.html
|
247
|
-
- doc/file.generator_test.html
|
248
|
-
- doc/file.generator_test_helper.html
|
249
|
-
- doc/file.java_system.html
|
250
|
-
- doc/file.library.html
|
251
|
-
- doc/file.library_generator.html
|
252
|
-
- doc/file.log.html
|
253
|
-
- doc/file.manifest.html
|
254
|
-
- doc/file.mxmlc.html
|
255
|
-
- doc/file.number.html
|
256
|
-
- doc/file.osx_system.html
|
257
|
-
- doc/file.param.html
|
258
|
-
- doc/file.parameter_factory.html
|
259
|
-
- doc/file.path.html
|
260
|
-
- doc/file.paths.html
|
261
|
-
- doc/file.platform.html
|
262
|
-
- doc/file.process_runner.html
|
263
|
-
- doc/file.progress_bar.html
|
264
|
-
- doc/file.rdoc_parser.html
|
265
|
-
- doc/file.README.html
|
266
|
-
- doc/file.remote_file_loader.html
|
267
|
-
- doc/file.remote_file_target.html
|
268
|
-
- doc/file.ruby_base.html
|
269
|
-
- doc/file.ruby_feature.html
|
270
|
-
- doc/file.ruby_generator.html
|
271
|
-
- doc/file.ruby_input.html
|
272
|
-
- doc/file.ruby_test_case.html
|
273
|
-
- doc/file.ruby_test_helper.html
|
274
|
-
- doc/file.specification.html
|
275
|
-
- doc/file.sprout.html
|
276
|
-
- doc/file.sprout_test_case.html
|
277
|
-
- doc/file.string.html
|
278
|
-
- doc/file.string_param.html
|
279
|
-
- doc/file.strings.html
|
280
|
-
- doc/file.system.html
|
281
|
-
- doc/file.template_manifest.html
|
282
|
-
- doc/file.tool.html
|
283
|
-
- doc/file.tool_generator.html
|
284
|
-
- doc/file.unix_system.html
|
285
|
-
- doc/file.url.html
|
286
|
-
- doc/file.urls.html
|
287
|
-
- doc/file.version.html
|
288
|
-
- doc/file.vista_system.html
|
289
|
-
- doc/file.win_nix_system.html
|
290
|
-
- doc/file.win_system.html
|
291
|
-
- doc/file_list.html
|
292
|
-
- doc/frames.html
|
293
|
-
- doc/index.html
|
294
|
-
- doc/js/app.js
|
295
|
-
- doc/js/full_list.js
|
296
|
-
- doc/js/jquery.js
|
297
|
-
- doc/method_list.html
|
298
|
-
- doc/Rake/Task.html
|
299
|
-
- doc/Sprout/ArchiveUnpacker.html
|
300
|
-
- doc/Sprout/Base/ClassMethods.html
|
301
|
-
- doc/Sprout/Base.html
|
302
|
-
- doc/Sprout/Concern.html
|
303
|
-
- doc/Sprout/Daemon/ClassMethods.html
|
304
|
-
- doc/Sprout/Daemon/InstanceMethods.html
|
305
|
-
- doc/Sprout/Daemon.html
|
306
|
-
- doc/Sprout/Errors/ArchiveUnpackerError.html
|
307
|
-
- doc/Sprout/Errors/DestinationExistsError.html
|
308
|
-
- doc/Sprout/Errors/DuplicateMemberError.html
|
309
|
-
- doc/Sprout/Errors/ExecutableError.html
|
310
|
-
- doc/Sprout/Errors/ExecutableRegistrationError.html
|
311
|
-
- doc/Sprout/Errors/ExecutionError.html
|
312
|
-
- doc/Sprout/Errors/GeneratorError.html
|
313
|
-
- doc/Sprout/Errors/InvalidArgumentError.html
|
314
|
-
- doc/Sprout/Errors/LoadError.html
|
315
|
-
- doc/Sprout/Errors/MissingArgumentError.html
|
316
|
-
- doc/Sprout/Errors/MissingExecutableError.html
|
317
|
-
- doc/Sprout/Errors/MissingGeneratorError.html
|
318
|
-
- doc/Sprout/Errors/MissingTemplateError.html
|
319
|
-
- doc/Sprout/Errors/ProcessRunnerError.html
|
320
|
-
- doc/Sprout/Errors/RemoteFileLoaderError.html
|
321
|
-
- doc/Sprout/Errors/SproutError.html
|
322
|
-
- doc/Sprout/Errors/UnknownArchiveType.html
|
323
|
-
- doc/Sprout/Errors/UsageError.html
|
324
|
-
- doc/Sprout/Errors/ValidationError.html
|
325
|
-
- doc/Sprout/Errors/VersionRequirementNotMetError.html
|
326
|
-
- doc/Sprout/Errors.html
|
327
|
-
- doc/Sprout/Executable/Boolean.html
|
328
|
-
- doc/Sprout/Executable/ClassMethods.html
|
329
|
-
- doc/Sprout/Executable/CollectionParam.html
|
330
|
-
- doc/Sprout/Executable/FileParam.html
|
331
|
-
- doc/Sprout/Executable/Files.html
|
332
|
-
- doc/Sprout/Executable/InstanceMethods.html
|
333
|
-
- doc/Sprout/Executable/Number.html
|
334
|
-
- doc/Sprout/Executable/Param.html
|
335
|
-
- doc/Sprout/Executable/ParameterFactory.html
|
336
|
-
- doc/Sprout/Executable/Path.html
|
337
|
-
- doc/Sprout/Executable/Paths.html
|
338
|
-
- doc/Sprout/Executable/StringParam.html
|
339
|
-
- doc/Sprout/Executable/Strings.html
|
340
|
-
- doc/Sprout/Executable/Url.html
|
341
|
-
- doc/Sprout/Executable/Urls.html
|
342
|
-
- doc/Sprout/Executable.html
|
343
|
-
- doc/Sprout/FileTarget.html
|
344
|
-
- doc/Sprout/Generator/Base.html
|
345
|
-
- doc/Sprout/Generator/Command.html
|
346
|
-
- doc/Sprout/Generator/DirectoryManifest.html
|
347
|
-
- doc/Sprout/Generator/FileManifest.html
|
348
|
-
- doc/Sprout/Generator/Manifest.html
|
349
|
-
- doc/Sprout/Generator/TemplateManifest.html
|
350
|
-
- doc/Sprout/Generator.html
|
351
|
-
- doc/Sprout/GeneratorGenerator.html
|
352
|
-
- doc/Sprout/Library.html
|
353
|
-
- doc/Sprout/LibraryGenerator.html
|
354
|
-
- doc/Sprout/Log.html
|
355
|
-
- doc/Sprout/MXMLC.html
|
356
|
-
- doc/Sprout/Platform.html
|
357
|
-
- doc/Sprout/ProcessRunner.html
|
358
|
-
- doc/Sprout/ProgressBar.html
|
359
|
-
- doc/Sprout/ProgressBarImpl.html
|
360
|
-
- doc/Sprout/ProgressBarManager.html
|
361
|
-
- doc/Sprout/ProgressBarOutputStream.html
|
362
|
-
- doc/Sprout/RDocParser.html
|
363
|
-
- doc/Sprout/RemoteFileLoader.html
|
364
|
-
- doc/Sprout/RemoteFileTarget.html
|
365
|
-
- doc/Sprout/ReversedProgressBar.html
|
366
|
-
- doc/Sprout/RubyFeature/ClassMethods.html
|
367
|
-
- doc/Sprout/RubyFeature.html
|
368
|
-
- doc/Sprout/RubyGenerator.html
|
369
|
-
- doc/Sprout/Specification.html
|
370
|
-
- doc/Sprout/System/BaseSystem.html
|
371
|
-
- doc/Sprout/System/JavaSystem.html
|
372
|
-
- doc/Sprout/System/OSXSystem.html
|
373
|
-
- doc/Sprout/System/ThreadMock.html
|
374
|
-
- doc/Sprout/System/UnixSystem.html
|
375
|
-
- doc/Sprout/System/VistaSystem.html
|
376
|
-
- doc/Sprout/System/WinNixSystem.html
|
377
|
-
- doc/Sprout/System/WinSystem.html
|
378
|
-
- doc/Sprout/System.html
|
379
|
-
- doc/Sprout/ToolGenerator.html
|
380
|
-
- doc/Sprout/VERSION.html
|
381
|
-
- doc/Sprout.html
|
382
|
-
- doc/SproutTestCase.html
|
383
|
-
- doc/String.html
|
384
|
-
- doc/top-level-namespace.html
|
385
209
|
- Gemfile
|
386
210
|
- Gemfile.lock
|
387
211
|
- lib/sprout/archive_unpacker.rb
|
388
|
-
- lib/sprout/base.rb
|
389
212
|
- lib/sprout/concern.rb
|
390
213
|
- lib/sprout/daemon.rb
|
391
214
|
- lib/sprout/dir.rb
|
392
215
|
- lib/sprout/errors.rb
|
216
|
+
- lib/sprout/executable/base.rb
|
393
217
|
- lib/sprout/executable/boolean.rb
|
394
218
|
- lib/sprout/executable/collection_param.rb
|
395
219
|
- lib/sprout/executable/file_param.rb
|
@@ -435,7 +259,7 @@ files:
|
|
435
259
|
- lib/sprout/generators/tool/templates/tool.rb
|
436
260
|
- lib/sprout/generators/tool/tool_generator.rb
|
437
261
|
- lib/sprout/library.rb
|
438
|
-
- lib/sprout/
|
262
|
+
- lib/sprout/output_buffer.rb
|
439
263
|
- lib/sprout/platform.rb
|
440
264
|
- lib/sprout/process_runner.rb
|
441
265
|
- lib/sprout/progress_bar.rb
|
@@ -453,7 +277,7 @@ files:
|
|
453
277
|
- lib/sprout/system/win_nix_system.rb
|
454
278
|
- lib/sprout/system/win_system.rb
|
455
279
|
- lib/sprout/system.rb
|
456
|
-
- lib/sprout/
|
280
|
+
- lib/sprout/test_helper.rb
|
457
281
|
- lib/sprout/version.rb
|
458
282
|
- lib/sprout.rb
|
459
283
|
- MIT-LICENSE
|
@@ -559,7 +383,6 @@ files:
|
|
559
383
|
- test/unit/ruby_generator_test.rb
|
560
384
|
- test/unit/specification_test.rb
|
561
385
|
- test/unit/sprout_test.rb
|
562
|
-
- test/unit/sprout_test_helper.rb
|
563
386
|
- test/unit/string_param_test.rb
|
564
387
|
- test/unit/string_test.rb
|
565
388
|
- test/unit/strings_param_test.rb
|
@@ -570,6 +393,8 @@ files:
|
|
570
393
|
- test/unit/vista_system_test.rb
|
571
394
|
- test/unit/win_nix_system_test.rb
|
572
395
|
- test/unit/win_system_test.rb
|
396
|
+
- test-stderr.log
|
397
|
+
- test-stdout.log
|
573
398
|
- VERSION
|
574
399
|
has_rdoc: true
|
575
400
|
homepage: http://projectsprouts.org
|
data/doc/Dir.html
DELETED
@@ -1,288 +0,0 @@
|
|
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">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>Class: Dir</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html">Index (D)</a> »
|
27
|
-
|
28
|
-
|
29
|
-
<span class="title">Dir</span>
|
30
|
-
|
31
|
-
|
32
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="search">
|
36
|
-
<a id="class_list_link" href="#">Class List</a>
|
37
|
-
<a id="method_list_link" href="#">Method List</a>
|
38
|
-
<a id ="file_list_link" href="#">File List</a>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div class="clear"></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<iframe id="search_frame"></iframe>
|
45
|
-
|
46
|
-
<div id="content"><h1>Class: Dir
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
</h1>
|
51
|
-
|
52
|
-
<dl class="box">
|
53
|
-
|
54
|
-
<dt class="r1">Inherits:</dt>
|
55
|
-
<dd class="r1">
|
56
|
-
<span class="inheritName">Object</span>
|
57
|
-
|
58
|
-
<ul class="fullTree">
|
59
|
-
<li>Object</li>
|
60
|
-
|
61
|
-
<li class="next">Dir</li>
|
62
|
-
|
63
|
-
</ul>
|
64
|
-
<a href="#" class="inheritanceTree">show all</a>
|
65
|
-
|
66
|
-
</dd>
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
<dt class="r2 last">Defined in:</dt>
|
77
|
-
<dd class="r2 last">lib/sprout/dir.rb</dd>
|
78
|
-
|
79
|
-
</dl>
|
80
|
-
<div class="clear"></div>
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
<h2>
|
87
|
-
Class Method Summary
|
88
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
89
|
-
</h2>
|
90
|
-
|
91
|
-
<ul class="summary">
|
92
|
-
|
93
|
-
<li class="public ">
|
94
|
-
<span class="summary_signature">
|
95
|
-
|
96
|
-
<a href="#empty%3F-class_method" title="empty? (class method)">+ (Boolean) <strong>empty?</strong>(path) </a>
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
</span>
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
<span class="summary_desc"><div class='inline'>
|
110
|
-
<p>Return true if the provided path has no children.</p>
|
111
|
-
</div></span>
|
112
|
-
|
113
|
-
</li>
|
114
|
-
|
115
|
-
|
116
|
-
</ul>
|
117
|
-
|
118
|
-
<h2>
|
119
|
-
Instance Method Summary
|
120
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
121
|
-
</h2>
|
122
|
-
|
123
|
-
<ul class="summary">
|
124
|
-
|
125
|
-
<li class="public ">
|
126
|
-
<span class="summary_signature">
|
127
|
-
|
128
|
-
<a href="#empty%3F-instance_method" title="#empty? (instance method)">- (Boolean) <strong>empty?</strong> </a>
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
</span>
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
<span class="summary_desc"><div class='inline'>
|
142
|
-
<p>Return true if the directory has no children.</p>
|
143
|
-
</div></span>
|
144
|
-
|
145
|
-
</li>
|
146
|
-
|
147
|
-
|
148
|
-
</ul>
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
<div id="class_method_details" class="method_details_list">
|
154
|
-
<h2>Class Method Details</h2>
|
155
|
-
|
156
|
-
|
157
|
-
<div class="method_details first">
|
158
|
-
<p class="signature first" id="empty?-class_method">
|
159
|
-
|
160
|
-
+ (<tt>Boolean</tt>) <strong>empty?</strong>(path)
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
</p><div class="docstring">
|
165
|
-
<div class="discussion">
|
166
|
-
|
167
|
-
<p>Return true if the provided path has no children.</p>
|
168
|
-
|
169
|
-
<p>Code found here: <a
|
170
|
-
href="http://www.ruby-forum.com/topic/84762">www.ruby-forum.com/topic/84762</a></p>
|
171
|
-
|
172
|
-
|
173
|
-
</div>
|
174
|
-
</div>
|
175
|
-
<div class="tags">
|
176
|
-
<h3>Returns:</h3>
|
177
|
-
<ul class="return">
|
178
|
-
|
179
|
-
<li>
|
180
|
-
|
181
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
</li>
|
187
|
-
|
188
|
-
</ul>
|
189
|
-
|
190
|
-
</div><table class="source_code">
|
191
|
-
<tr>
|
192
|
-
<td>
|
193
|
-
<pre class="lines">
|
194
|
-
|
195
|
-
|
196
|
-
19
|
197
|
-
20
|
198
|
-
21</pre>
|
199
|
-
</td>
|
200
|
-
<td>
|
201
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/dir.rb', line 19</span>
|
202
|
-
|
203
|
-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id empty?'>empty?</span> <span class='id path'>path</span>
|
204
|
-
<span class='id new'>new</span><span class='lparen'>(</span><span class='id path'>path</span><span class='rparen'>)</span><span class='period'>.</span><span class='id empty?'>empty?</span>
|
205
|
-
<span class='kw'>end</span></pre>
|
206
|
-
</td>
|
207
|
-
</tr>
|
208
|
-
</table>
|
209
|
-
</div>
|
210
|
-
|
211
|
-
</div>
|
212
|
-
|
213
|
-
<div id="instance_method_details" class="method_details_list">
|
214
|
-
<h2>Instance Method Details</h2>
|
215
|
-
|
216
|
-
|
217
|
-
<div class="method_details first">
|
218
|
-
<p class="signature first" id="empty?-instance_method">
|
219
|
-
|
220
|
-
- (<tt>Boolean</tt>) <strong>empty?</strong>
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
</p><div class="docstring">
|
225
|
-
<div class="discussion">
|
226
|
-
|
227
|
-
<p>Return true if the directory has no children.</p>
|
228
|
-
|
229
|
-
<p>Code found here: <a
|
230
|
-
href="http://www.ruby-forum.com/topic/84762">www.ruby-forum.com/topic/84762</a></p>
|
231
|
-
|
232
|
-
|
233
|
-
</div>
|
234
|
-
</div>
|
235
|
-
<div class="tags">
|
236
|
-
<h3>Returns:</h3>
|
237
|
-
<ul class="return">
|
238
|
-
|
239
|
-
<li>
|
240
|
-
|
241
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
</li>
|
247
|
-
|
248
|
-
</ul>
|
249
|
-
|
250
|
-
</div><table class="source_code">
|
251
|
-
<tr>
|
252
|
-
<td>
|
253
|
-
<pre class="lines">
|
254
|
-
|
255
|
-
|
256
|
-
8
|
257
|
-
9
|
258
|
-
10
|
259
|
-
11
|
260
|
-
12
|
261
|
-
13</pre>
|
262
|
-
</td>
|
263
|
-
<td>
|
264
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/dir.rb', line 8</span>
|
265
|
-
|
266
|
-
<span class='kw'>def</span> <span class='id empty?'>empty?</span>
|
267
|
-
<span class='const'>Dir</span><span class='period'>.</span><span class='id glob'>glob</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span> <span class='id path'>path</span> <span class='rbrace'>}</span><span class='tstring_content'>/*</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='const'>File</span><span class='op'>::</span><span class='const'>FNM_DOTMATCH</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id e'>e</span><span class='op'>|</span>
|
268
|
-
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='qwords_beg'>%w( </span><span class='tstring_content'>.</span><span class='words_sep'> </span><span class='tstring_content'>..</span><span class='words_sep'> )</span><span class='period'>.</span><span class='id include?'>include?</span><span class='lparen'>(</span><span class='const'>File</span><span class='op'>::</span><span class='id basename'>basename</span><span class='lparen'>(</span><span class='id e'>e</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
269
|
-
<span class='kw'>end</span>
|
270
|
-
<span class='kw'>return</span> <span class='kw'>true</span>
|
271
|
-
<span class='kw'>end</span></pre>
|
272
|
-
</td>
|
273
|
-
</tr>
|
274
|
-
</table>
|
275
|
-
</div>
|
276
|
-
|
277
|
-
</div>
|
278
|
-
|
279
|
-
</div>
|
280
|
-
|
281
|
-
<div id="footer">
|
282
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
283
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
284
|
-
0.6.3 (ruby-1.9.2).
|
285
|
-
</div>
|
286
|
-
|
287
|
-
</body>
|
288
|
-
</html>
|