README.md in autowow-0.14.2 vs README.md in autowow-0.15.0

- old
+ new

@@ -1,11 +1,11 @@ # Autowow #### Set of commands to [auto]mate [w]ay [o]f [w]orking <!--- Version informartion --> -*You are viewing the README of version [v0.14.2](https://github.com/thisismydesign/autowow/releases/tag/v0.14.2). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).* +*You are viewing the README of version [v0.15.0](https://github.com/thisismydesign/autowow/releases/tag/v0.15.0). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).* <!--- Version informartion end --> | Branch | Status | | ------ | ------ | | Release | [![Build Status](https://travis-ci.org/thisismydesign/autowow.svg?branch=release)](https://travis-ci.org/thisismydesign/autowow) [![Coverage Status](https://coveralls.io/repos/github/thisismydesign/autowow/badge.svg?branch=release)](https://coveralls.io/github/thisismydesign/autowow?branch=release) [![Gem Version](https://badge.fury.io/rb/autowow.svg)](https://badge.fury.io/rb/autowow) [![Total Downloads](http://ruby-gem-downloads-badge.herokuapp.com/autowow?type=total)](https://rubygems.org/gems/autowow) | @@ -134,9 +134,15 @@ #### Rubocop parallel autocorrect `aw rpa` / `autowow rubocop_parallel_autocorrect` * Runs `rubocop` in parallel mode, autocorrects offenses on single thread + +#### Ruby check + +`aw rc` / `autowow ruby_check` + +* Runs `aw rpa && bundle exec rspec && git status` #### Bundle exec `aw be <cmd>` / `autowow bundle_exec <cmd>`