README.md in thor-aws-0.0.2 vs README.md in thor-aws-0.0.3

- old
+ new

@@ -1,7 +1,9 @@ # Thor::Aws +[![Gem Version](https://img.shields.io/gem/v/thor-aws.svg)](http://rubygems.org/gems/thor-aws) [![Build Status](https://travis-ci.org/y13i/thor-aws.svg)](https://travis-ci.org/y13i/thor-aws) + Thor extension for building CLI to deal with AWS. ## Installation Add this line to your application's Gemfile: @@ -41,9 +43,20 @@ def list p ec2.instances.to_a end end +``` + +## Changelog + +**0.0.3**: Add `--shared-credentials-path` option. + +## Testing + +``` +bundle install --path vendor/bundle +bundle exec rake spec ``` ## Contributing 1. [Fork it](https://github.com/y13i/thor-aws/fork)