README.rdoc in eac_rails_base0-0.15.1 vs README.rdoc in eac_rails_base0-0.15.2
- old
+ new
@@ -1,16 +1,28 @@
= E.A.C. Rails base #0
-A Rails base for multiple Rails projects developed by Esquilo Azul Company.
+A common base for Rails projects developed by {Esquilo Azul Company}[https://github.com/esquilo-azul].
{<img src="https://badge.fury.io/rb/eac_rails_base0.svg" alt="Gem Version" />
}[https://badge.fury.io/rb/eac_rails_base0]
{<img src="https://travis-ci.org/esquilo-azul/eac_rails_base0.svg?branch=master" alt="Build Status"
/>}[https://travis-ci.org/esquilo-azul/eac_rails_base0]
{<img src="https://api.codeclimate.com/v1/badges/268ee9c414fbad3a650e/maintainability"
/>}[https://codeclimate.com/github/esquilo-azul/eac_rails_base0/maintainability]
{<img src="https://api.codeclimate.com/v1/badges/268ee9c414fbad3a650e/test_coverage"
/>}[https://codeclimate.com/github/esquilo-azul/eac_rails_base0/test_coverage]
-{<img src="https://beta.gemnasium.com/badges/github.com/esquilo-azul/can_can_dry.svg"
-alt="Dependency Status" />}[https://beta.gemnasium.com/projects/github.com/esquilo-azul/can_can_dry]
{<img src="http://inch-ci.org/github/esquilo-azul/eac_rails_base0.svg?branch=master" alt="Inline docs" />
}[http://inch-ci.org/github/esquilo-azul/eac_rails_base0]
+
+== Installation
+
+Add this to your Gemfile:
+
+ gem 'eac_rails_base0'
+
+Run:
+
+ bundle install
+
+And:
+
+ rails generator eac_rails_base0