├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | pkg/* 2 | *.gem 3 | .bundle 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # QueryReviewer # 2 | 3 | I am not longer maintaining `query_reviewier`. Nathan has done a much better job keeping my plugin and idea up to date, please use his fork at the following location: 4 | 5 | [https://github.com/nesquena/query_reviewer](https://github.com/nesquena/query_reviewer) 6 | 7 | -David Stevenson 8 | [http://flouri.sh](http://flouri.sh) 9 | --------------------------------------------------------------------------------