= recursive_rake_tasks
* more info at rraketasks.rubyforge.org
== DESCRIPTION:
Recursive Rake Tasks meant for generating rake tasks for all directories which contains *_spec files
Under given directory.
== FEATURES/PROBLEMS:
Generate rake tasks for all directories which contains *_spec files
under given directory
== SYNOPSIS:
If the given directory structure like the following for this gem
sandbox
spec
bar
dummy_bar_spec.rb
foo
dummy_foo_spec.rb
nested
dummy_nested_spec.rb
dummy_spec.rb
If will create the following rake spec tasks
rake spec
rake spec:bar
rake spec:bar:dummy_bar
rake spec:dummy
rake spec:foo
rake spec:foo:dummy_foo
rake spec:foo:nested
rake spec:foo:nested:dummy_nested
== REQUIREMENTS:
* taglob
== INSTALL:
* sudo gem install recursive_rake_tasks
* gem install recursive_rake_tasks
== LICENSE:
(The MIT License)
Copyright (c) 2009 Venkat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* more info at rraketasks.rubyforge.org
== DESCRIPTION:
Recursive Rake Tasks meant for generating rake tasks for all directories which contains *_spec files
Under given directory.
== FEATURES/PROBLEMS:
Generate rake tasks for all directories which contains *_spec files
under given directory
== SYNOPSIS:
If the given directory structure like the following for this gem
sandbox
spec
bar
dummy_bar_spec.rb
foo
dummy_foo_spec.rb
nested
dummy_nested_spec.rb
dummy_spec.rb
If will create the following rake spec tasks
rake spec
rake spec:bar
rake spec:bar:dummy_bar
rake spec:dummy
rake spec:foo
rake spec:foo:dummy_foo
rake spec:foo:nested
rake spec:foo:nested:dummy_nested
== REQUIREMENTS:
* taglob
== INSTALL:
* sudo gem install recursive_rake_tasks
* gem install recursive_rake_tasks
== LICENSE:
(The MIT License)
Copyright (c) 2009 Venkat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.