Module: Deblank
- Defined in:
- lib/deblank.rb
Overview
This module contains the classes for the deblank tool.
Defined Under Namespace
Classes: Application, NameConverter, Optionparser
Constant Summary collapse
- PROGNAME =
'deblank'- VERSION =
'0.1.0'- DATE =
'2013-10-27'- HOMEPAGE =
'https://github.com/stomar/deblank'- TAGLINE =
'remove special characters from filenames'- COPYRIGHT =
<<-copyright.gsub(/^ +/, '') Copyright (C) 2012-2013 Marcus Stollsteimer. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. copyright