- Update gem's dependencies and fix some bugs
- Update gem's dependencies and fix some bugs
- Update gem's dependencies and fix some bugs
- Use optimistic gem's versioning
- Use
require
instead ofrequire_relative
when possible - Misc code cleanup
- Support ruby version 1.9.3+
- Minor code cleanup
- Make ruby version 2.1.0+ explicit in the gemspec
- Use refinement instead of monkeypatching (need ruby 2.1.0+)
- Minor code cleanup
- Use core_ext functionality from
agile_utils
- Remove extra
require pry
in the library - Be specific about version of required gems
- Simplify the CLI usage
- Fix the mistake when comparing the old name vs new name
- Update to use the new version of filename_cleaner gem
- Simplify the api and minor code cleanup
- First Semantic Versioning release
- Allow the next file to be processed on unexpected error in the main loop
- Log the errors and allow the process to continue on unexpected error
- Improve README.md
- Bug fix - make 'formatted_name' work correctly
- Minor code cleanup
- Initial release