README.md in autowow-0.15.0 vs README.md in autowow-0.16.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.15.0](https://github.com/thisismydesign/autowow/releases/tag/v0.15.0). You can find other releases [here](https://github.com/thisismydesign/autowow/releases).* +*You are viewing the README of version [v0.16.0](https://github.com/thisismydesign/autowow/releases/tag/v0.16.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) | @@ -108,25 +108,25 @@ * Runs `git fetch --all` * Runs `git reset --hard origin/<current_branch_name>` ### Gem -#### Gem release +- Gem release + - `aw grls` + - `autowow gem_release` + - [doc](doc/grls.md) -`aw grls` / `autowow gem_release` +- Ruby check + - `aw rc` + - `autowow ruby_check` + - [doc](doc/rc.md) -* Pulls chnages on `master` -* If [version parameter](https://github.com/svenfuchs/gem-release#options-1) is provided - * Bumps version in version.rb - * Bumps version information in README if present -* Commits and pushed changes to `master` -* Rebases `release` branch to master -* Releases gem via `rake release` -* Changes version information to development in README if present +- Gem install source + - `aw gis` + - `autowow gem_install_local` + - [doc](doc/gis.md) -Prerequisites: on master - #### Gem clean `aw gc` / `autowow gem_clean` * Removes unused gems @@ -134,15 +134,9 @@ #### 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>`