README.md in stock_index-0.8.2 vs README.md in stock_index-0.8.3

- old
+ new

@@ -73,20 +73,32 @@ The bbgid is obtained from [Bloomberg Open Symbology predefined files](http://bsym.bloomberg.com/sym/). The name, cik, and bbgid are cached using [PStore](http://ruby-doc.org/stdlib-1.9.2/libdoc/pstore/rdoc/PStore.html). +## How to Launch the Console + + $ rake console + +## How to Run the Test Suite + + $ rspec + +## Changelog + +[Changelog](https://github.com/javiervidal/stock_index/blob/master/CHANGELOG.md) + ## Contributing 1. Fork it ( http://github.com/javiervidal/stock_index/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Code Status -[![Gem Version](http://img.shields.io/badge/gem-v0.8.0-blue.svg)](https://rubygems.org/gems/stock_index) +[![Gem Version](http://img.shields.io/badge/gem-v0.8.3-blue.svg)](https://rubygems.org/gems/stock_index) [![Build Status](https://travis-ci.org/javiervidal/stock_index.svg?branch=master)](https://travis-ci.org/javiervidal/stock_index) [![Coverage Status](https://coveralls.io/repos/javiervidal/stock_index/badge.png?branch=master)](https://coveralls.io/r/javiervidal/stock_index?branch=master) [![Code Climate](https://codeclimate.com/github/javiervidal/stock_index/badges/gpa.svg)](https://codeclimate.com/github/javiervidal/stock_index) ## Copyright \ No newline at end of file