- Update dependencies
- Use optimistic versioning in gemspec file
- Update dependencies
- Use
require
instead ofrequire_relative
when possible - Use underscore instead of dot as the default seperator
- Improve README.md
- Support ruby version 1.9.3+
- Minor code cleanup
- Make ruby 2.1.0+ mandatory due to the refinement support
- Make use of refinement instead of monkeypatching core classes
- Minor code cleanup
- Skip the file if the result filename exist locally.
- Make use of filename_cleaner gem for renaming filename
- Add new options
--downcase
to allow downcase of each word in the filename--capitalize
to allow capitalization of each word in the filename
- Fix the style with rubocop
- Improve README.md
- Code refactoring
- Skip the rename if the the title is the same as the input file name.
- Simplify the CLI interface
- Consistently use double quote for string
- Update style with rubocop
- First Semantic Versioning release version
- Update development ruby-version to 2.1.2
- Fix the README.md
- Update gemspec
- Simplify the interface to only support epub, pdf and mobi format
- Reduce the options for the CLI
- remove --exc-words
- remove --inc_words
- remove --ignore-case
- remove --non-exts
- Update gemspec to include files explicitly without using git
- Update 'code_lister' to 0.0.9
- Update 'thor' to 0.19.1
- Code cleanup and refactoring
- Remove list of changes from README.md to CHANGELOGS.md
- Make use of functions from 'agile_utils' to promote code re-use
- Make Rakefile pickup the right code for testing
- Update README.md to include code_climate and gemnasium
- Make sanitize_filename work properly with
--sep-string
option - Use symbolize_keys from agile_utils gem
- Fix the Guardfile and misc cleanup
- Make use of agile_utils gem
- Add TODOs.md
- Make use of the code_lister gem
- Add link to the version badge to link to latest gem.
- Implicitly set the default value for extension to
pdf,epub,mobi
if not explicitly set by the user at the command line.
- Make sure the gemspec include the proper dependencies.
- Use Thor instead of OptionParser for parsing of options
- Improvement of code and fix a few bugs a long the way
- Initial release