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