README.md in danno_ball_clock-0.0.3 vs README.md in danno_ball_clock-0.0.4
- old
+ new
@@ -2,10 +2,13 @@
| _ \ / _ \ | \ / \ | | | | / 12 \
| | | | | | | | | [] / / ^ \ | | | | | ^ |
| |_| | | |_| | | [] \ / /\ \ | |__ | |__ |9 |-> 3|
|____/[] \ ___ /[] |____/ /__ / \ __\ |_____| |_____| \___6__/
+
+[![Build Status](https://travis-ci.org/Incredible0n3/clock.svg?branch=master)](https://travis-ci.org/Incredible0n3/clock)
+
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
__ __ _ ____ ___ ___ \\ //
| \_/ | / \ / __| / \ \\ || \\//
@@ -32,11 +35,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.3/bin/clock {33,90}` # if installed via `gem install`
+ * `ruby -Ilib ~/.rvm/gems/ruby-2.2.3/gems/danno_ball_clock-0.0.4/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`
+ * `cd ~/.rvm/gems/ruby-2.2.3/gems/danno_ball_clock_0.0.4` then `rake` # if installed via `gem install`