- Update gem's dependencies
- Use optimistic versioning in gemspec
- Update gem's dependencies
- Use
require
instead ofrequire_relative
- Misc code cleanup
- Update bundler to 1.7.3
- Support ruby 1.9.3+
- Misc code cleanup
- Make ruby 2.1.0+ a mandatory
- Make use of refinement instead of monkeypatching gem
- Only support for 2.1.x+
- Misc cleanup
- Add
--disable-smart-shrinking
option in wkhtmltopdf - Update
rubocop
to 0.23.x version - Allow the customization through configuration
- Make use of the starting directory in the output filename
- Minor code cleanup
- Make the
--base-dir
works properly with the relative directory that is not '.'
- Respect the
--recursive
options - Add the missing require
minitest
in test_helper.rb
- Simplify the CLI
- Style cleanup with rubocop
- Remove 'ghostscript' from the required software in error message
- Use the Semantic Versioning release scheme
- Update the gemspec and README.md file
- Fix styles with rubocop
- Old releases that does not follow Semantic Versioning
- Implement features and fix a few bugs along the way.