in_our_time 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/iot/iot.rb +16 -19
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6454ad85169c899fe67cc963bd3a4ef13683e111
4
- data.tar.gz: 1c84d409a502128041c10c5b8f0a7fa32805f8e5
3
+ metadata.gz: fdf0f4fb7f458ec6f36151a8b43765be9ef5e5fc
4
+ data.tar.gz: 12ef0612de0983287a45af693b3124b49e8987a7
5
5
  SHA512:
6
- metadata.gz: 6e61386405fa912bfc9c8abda44411287d0df277293b588d0952b52f12fe6944c2d1fe32277157754dd677b7627551067e34285e0a415ac034ef83dd3d80b7b7
7
- data.tar.gz: b32da14ca4436a34db5dad3ba56dafa0f825b92d4a034ec8a50eb84fc82570aa23f73054c69f6c33e487e83e77d6d1977e50ca6ec25f56b5ffe77aed5c6300ea
6
+ metadata.gz: 43ec3359f3ed982d34e8e6c79a6b6aaafd1b70dc22994196691f705aefd33f93b4fe26027d6481132e6ff7702f0832196d662ba2187d639bc4c691a85db51731
7
+ data.tar.gz: a651827754058efa7c8bb613bc6965ede3f9b13b914efefc04c696724c2438b612a68869da81792e451392b278c489f0ce03c523ecee8eb5e0e184bb4b1b9971
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/iot/iot.rb CHANGED
@@ -399,25 +399,22 @@ class InOurTime
399
399
  def help
400
400
  unless @help
401
401
  system 'clear'
402
- iot_puts ''
403
- iot_puts " In Our Time Player (Help) "
404
- iot_puts ''
405
- iot_puts " Next - N (down arrow) "
406
- iot_puts " Previous - P (up arrow) "
407
- iot_puts " Next Page - (right arrow) "
408
- iot_puts " Next Page - (space) "
409
- iot_puts " Play - X (return) "
410
- iot_puts " Stop - S "
411
- iot_puts " List - L "
412
- iot_puts " Info - I "
413
- iot_puts " Help - H "
414
- iot_puts " Quit - Q "
415
- iot_puts ''
416
- iot_puts " tl;dr: "
417
- iot_puts ''
418
- iot_puts " Select: up/down arrows "
419
- iot_puts " Play: enter "
420
- 18.upto(@config[:page_height] - 1) {iot_puts}
402
+ iot_puts " In Our Time Player (Help) "
403
+ iot_puts " "
404
+ iot_puts " Next - N (down arrow) "
405
+ iot_puts " Previous - P (up arrow) "
406
+ iot_puts " Next Page - (SPACE) "
407
+ iot_puts " Play - X (return) "
408
+ iot_puts " Stop - S "
409
+ iot_puts " List - L "
410
+ iot_puts " Info - I "
411
+ iot_puts " Help - H "
412
+ iot_puts " Quit - Q "
413
+ iot_puts " TL;DR "
414
+ iot_puts "Select: up/down arrows "
415
+ iot_puts "Play: enter "
416
+ iot_puts "Config: ~/.in_our_time/config.yml"
417
+ 18.upto(@config[:page_height] - 1) {iot_puts ''}
421
418
  print_playing_maybe
422
419
  @help = true
423
420
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: in_our_time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martyn Jago