README.md in danno_ball_clock-0.0.2 vs README.md in danno_ball_clock-0.0.3

- old
+ new

@@ -1,19 +1,19 @@ ____ ___ ____ ____ __ __ ______ | _ \ / _ \ | \ / \ | | | | / 12 \ | | | | | | | | | [] / / ^ \ | | | | | ^ | | |_| | | |_| | | [] \ / /\ \ | |__ | |__ |9 |-> 3| - |____/[] \ ___ /[] |____/ /__ / \ __\ |_____| |_____| \___6__/ + |____/[] \ ___ /[] |____/ /__ / \ __\ |_____| |_____| \___6__/ Movement has long been used to measure time. For example, the ball clock is a simple device which keeps track of the passing minutes by moving ball-bearings. Each minute, a rotating arm removes a ball bearing from the queue at the bottom, raises it to the top of the clock and deposits it on a track leading to indicators displaying minutes, five-minutes and hours. These indicators display the time between 1:00 and 12:59, but without 'a.m.' or 'p.m.' indicators. Thus 2 balls in the minute indicator, 6 balls in the five-minute indicator and 5 balls in the hour indicator displays the time 5:32. # Requirements __ __ _ ____ ___ ___ \\ // | \_/ | / \ / __| / \ \\ || \\// | | / _ \ | |__ | [ ] | \\ //\\ |_/\_/\_| /_/ \_\ \____| \___/ ||_\\ // \\ - + * Ruby -v 2.2.0+ # Use Rvm where possible `rvm install version_number` * Install the clock `gem install danno_ball_clock` or clone it from this repo. # INFO @@ -32,8 +32,11 @@ [11,5,26,18,2,30,19,8,24,10,29,20,16,21,28,1,23,14,27,9],"cycleDays":0} # Using the Gem! * `ruby -Ilib ./bin/clock {27,0}` or `ruby -Ilib ./bin/clock {30,325}` # if cloned - * `ruby -Ilib ~/.rvm/gems/ruby-2.2.3/gems/danno_ball_clock-0.0.0/bin/clock {33,90}` # if installed via `gem install` + * `ruby -Ilib ~/.rvm/gems/ruby-2.2.3/gems/danno_ball_clock-0.0.3/bin/clock {33,90}` # if installed via `gem install` +# Testing the Gem! + * `rake` # if cloned + * `cd ~/.rvm/gems/ruby-2.2.3/gems/danno_ball_clock_0.0.3` then `rake` # if installed via `gem install`