README.markdown in bcdatabase-1.0.2 vs README.markdown in bcdatabase-1.0.3

- old
+ new

@@ -3,11 +3,9 @@ *bcdatabase* is a library and utility which provides database configuration parameter management for Ruby on Rails applications. It provides a simple mechanism for separating database configuration attributes from application source code so that there's no temptation to check passwords into the version control system. And it centralizes the parameters for a single server so that they can be easily shared among multiple applications and easily updated by a single administrator. ## Installing bcdatabase -Ensure that [gemcutter](http://gemcutter.org) is in your gem sources list, then: - $ gem install bcdatabase ## Using bcdatabase to configure the database for a Rails application A bog-standard rails application's `config/database.yml` file looks like this: