Sha256: c8fc5132eaad79794b8f7ec7c4369ea72c009d1c65eed62a89ae61a57dc275cc

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

chars:
  regular:
    space: ' '
    disc: 'o'
    pole: '|'
    vert_divider: '|'
    horiz_divider: '-'

  fancy:
    space: ' '
    disc: '🎾'
    pole: '💈'
    vert_divider: '🔺'
    horiz_divider: '🔻'

digits:
  '0':
    - [1, 1, 1]
    - [1, 0, 1]
    - [1, 1, 1]

  '1':
    - [0, 1, 0]
    - [0, 1, 0]
    - [0, 1, 0]

  '2':
    - [1, 1, 0]
    - [0, 1, 0]
    - [0, 1, 1]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hanoi-jane-0.3.1 config/config.yml
hanoi-jane-0.3.0 config/config.yml