README.md in daiku-0.2.0 vs README.md in daiku-0.2.1

- old
+ new

@@ -49,11 +49,11 @@ -e, [--errors=ERRORS] # Choose the error reporting lib this project uses. # Possible values: honeybadger -j, [--jobs=JOBS] # Choose the background jobs lib this project uses. # Possible values: sidekiq -m, [--models=MODELS] # Choose the data modeling lib this project uses. - # Possible values: datamapper + # Possible values: datamapper, sequel -M, [--monitors=MONITORS] # Choose the monitoring lib this project uses. # Possible values: newrelic [--vcr] # Include `vcr` in this project's BDD stack? [--sql] # SQL or No-SQL? If SQL, assumes postgresql # Default: true @@ -87,10 +87,11 @@ ├── .slugignore ├── .travis.yml ├── Gemfile ├── Gruntfile.coffee ├── Procfile +├── README.md ├── Rakefile ├── app.rb ├── assets │   ├── images │   │   └── .gitkeep @@ -122,10 +123,12 @@ │   ├── models │   │   └── .gitkeep │   ├── services │   │   └── .gitkeep │   ├── tasks -│   │   └── .gitkeep +│   │   ├── .gitkeep +│   │   ├── datamapper.rake +│   │   └── db.rake │   └── values │   └── .gitkeep ├── package.json ├── public │   ├── assets