Command line application written in Ruby + SQLite.
Before running the application you'll need to create a database.
$ sqlite3 database.sq3 < data/table.sqlInstall the application dependencies.
$ bundle install --path .bundleRun the following command from your terminal.
$ ruby application.rbTo run the specs execute the following command:
$ bundle exec rspec --format documentation