- Update Rubocop version to 1.0! Thank you @mvz!
- Cop namespace fixes, documentation updates, loading issues. Thank you again @mvz !
- Gem maintainership has been passed to @highb. Thank you @binford2k and @lucywyman!
- Update Ruby versions in gemspec, Travis, .ruby-version. Thank you @sfeuga!
- Add auto-correct for
DecorateString
(#40) Thanks @mvz! - Update rake and bundler requirements to be more permissive of newer versions (#43)
chmod
all the files to be world readable and ensured thatgem build
doesn't emit any warnings.- fixes license name
- specifies version for pry and rb-readline
- bump Z version
- Add rails-i18n support and documentation in README. Thanks @kbacha!
- Updated DecorateString to look for sentences using a regular expression that should be decorated. This limits the number of strings that it finds to things that look like a sentence.
- Code restructure (no API changes)
- RuboCop lint fixes
- Added support for DecorateStringFormattingUsingPercent
- Added support for DecorateStringFormattingUsingInterpolation
- Improvements to DecorateFunctionMessage
- Initial import of rubocop rules from https://github.com/tphoney/puppetlabs-mysql/tree/poc_i18nTesting/rubocop by [@tphoney]