Sha256: eb5bd02714e61fc9141c76d571ac279930b708b03188db8ad181528232cd55e1

Contents?: true

Size: 748 Bytes

Versions: 2

Compression:

Stored size: 748 Bytes

Contents

# CHANGES

## gem-grep 0.7.0 -- 2017-07-29

* Support and recommend ripgrep (rg)
* Try to show the command more faithfully by quoting and escaping arguments

## gem-grep 0.6.2 -- 2014-03-24

* Introduce method `grep_command` to make gem-grep more modular and therefore
  make gem-bgrep easier to reuse codes in gem-grep.

## gem-grep 0.6.1 -- 2014-03-24

* Fixed gem command description.
* Moved CapturedUI under Gem::Commands::GrepCommand.

## gem-grep 0.6.0 -- 2013-11-26

* Accept `$GEM_GREP` for the grep command. Recommend [ag][].
* Also pass -n (--line-number) to the grep command.

[ag]: https://github.com/ggreer/the_silver_searcher

## gem-grep 0.5.1 -- 2013-11-22

* Showed the grep command.

## gem-grep 0.5.0 -- 2013-11-22

* Birthday!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gem-grep-0.8.0 CHANGES.md
gem-grep-0.7.0 CHANGES.md