README.md in big_stash-0.3.0 vs README.md in big_stash-0.4.0

- old
+ new

@@ -1,11 +1,20 @@ # BigStash -![](https://github.com/BigKeeper/big-stash/blob/master/resources/demo.png) +[![Build Status](https://travis-ci.org/BigKeeper/big-stash.svg?branch=master)](https://travis-ci.org/BigKeeper/big-stash) +[![Maintainability](https://api.codeclimate.com/v1/badges/5f0f2238df6d7f3908bf/maintainability)](https://codeclimate.com/github/BigKeeper/big-stash/maintainability) +[![Gem Version](https://badge.fury.io/rb/big_stash.svg)](https://rubygems.org/gems/big_stash) +[![Language: Ruby](https://img.shields.io/badge/language-Ruby-da212f.svg)](https://www.ruby-lang.org/) +[![License](https://img.shields.io/badge/license-MIT-000000.svg)](https://github.com/BigKeeper/big-stash/blob/master/LICENSE) +[![Gitter](https://img.shields.io/gitter/room/BigKeeper/BigKeeper.svg)](https://gitter.im/Big-Keeper/Lobby) big-stash is an enhancement for `git stash` command, you can use it to add and apply a stash with the name you have specified before. +## Preview + +![](https://github.com/BigKeeper/big-stash/blob/master/resources/demo.png) + ## Installation Add this line to your application's Gemfile: ```ruby @@ -65,7 +74,9 @@ ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/BigKeeper/big-stash. ## License + +![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png) The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).