Sha256: 9a760514eb078857b83af10997765934b913726c88df0e204bca8eca93cd3f29

Contents?: true

Size: 447 Bytes

Versions: 9

Compression:

Stored size: 447 Bytes

Contents

desc: Basic Algorithm with a english usage in mind
name: Basic (english)
sentence:
  - replace: words
  - first_chars
  - replace: symbols
  - collapse_chars
word:
  - replace: chars
  - replace: symbols
replacements:
  words:
    one: 1
    single: 1
    two: 2
    too: 2
    three: 3
    four: 4
    for: 4
    five: 5
    six: 6
    seven: 7
    eight: 8
    nine: 9
  symbols:
    a: '@'
  chars:
    a: 4
    e: 3
    i: 1
    o: 0
    s: 5

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
to_pass-1.0.1 data/to_pass/algorithms/basic_en.yml
to_pass-1.0.0 data/to_pass/algorithms/basic_en.yml
to_pass-0.9.0 data/to_pass/algorithms/basic_en.yml
to_pass-0.8.0 data/to_pass/algorithms/basic_en.yml
to_pass-0.7.0 data/to_pass/algorithms/basic_en.yml
to_pass-0.6.0 data/to_pass/algorithms/basic_en.yml
to_pass-0.5.2 lib/to_pass/algorithms/basic_en.yml
to_pass-0.5.0 lib/to_pass/algorithms/basic_en.yml
to_pass-0.4.0 lib/to_pass/algorithms/basic_en.yml