### Changelogs #### 0.1.1 - Simplify the CLI interface - Fix the style with rubocop - Use double quote for string #### 0.1.0 - First release based on [Semantic Versioning][] - Update the gem dependencies to latest version #### 0.0.9 - Consistencely replace the `base_dir` with `.` in the result - Move changelogs section from README.md to CHANGELOGS.md - Minor code refactoring - Fix style with rubocop - Add rubocop gem and simple rules #### 0.0.8 - Update dependencies #### 0.0.7 - Make use of the 'agile_utils' gem for better code re-use #### 0.0.6 - Add `--non-exts` option that make it possible to include files without extension. #### 0.0.5 - Refactoring the CLI options to make it easy for re-use in other library. #### 0.0.4 - Add `ignore-case` option - Use `-n' for `--include-words` and use `-i` for `--ignore-case`. - Make the `--recursive` the default option - Make the `--ignore-case` the default option #### 0.0.3 - Update README.md to include better sample usage, and misc cleanup. #### 0.0.2 - initial release [Semantic Versioning]: http://semver.org