xsay 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/exe/xsay +5 -0
 - data/lib/xsay.rb +18 -16
 - data/lib/xsay/render.rb +56 -0
 - data/lib/xsay/templates/ant.template +10 -0
 - data/lib/xsay/templates/banana.template +4 -0
 - data/lib/xsay/templates/bear.template +15 -15
 - data/lib/xsay/templates/beaver.template +10 -0
 - data/lib/xsay/templates/bee.template +10 -0
 - data/lib/xsay/templates/beetle.template +15 -0
 - data/lib/xsay/templates/bison.template +12 -0
 - data/lib/xsay/templates/buffalo.template +12 -12
 - data/lib/xsay/templates/bull.template +8 -0
 - data/lib/xsay/templates/butterfly.template +11 -11
 - data/lib/xsay/templates/cactus.template +41 -0
 - data/lib/xsay/templates/cat.template +5 -5
 - data/lib/xsay/templates/caterpillar.template +3 -0
 - data/lib/xsay/templates/cow.template +18 -0
 - data/lib/xsay/templates/coyote.template +25 -25
 - data/lib/xsay/templates/crab.template +14 -0
 - data/lib/xsay/templates/dinosaur.template +19 -0
 - data/lib/xsay/templates/dolphin.template +17 -0
 - data/lib/xsay/templates/door.template +13 -0
 - data/lib/xsay/templates/dragon.template +19 -19
 - data/lib/xsay/templates/elephant.template +12 -12
 - data/lib/xsay/templates/frog.template +17 -0
 - data/lib/xsay/templates/giraffe.template +23 -23
 - data/lib/xsay/templates/gorilla.template +10 -10
 - data/lib/xsay/templates/grassphopper.template +4 -4
 - data/lib/xsay/templates/hamster.template +12 -0
 - data/lib/xsay/templates/hedgehog.template +25 -25
 - data/lib/xsay/templates/kangaroo.template +22 -22
 - data/lib/xsay/templates/koala.template +15 -15
 - data/lib/xsay/templates/leopard.template +18 -18
 - data/lib/xsay/templates/monkey.template +35 -35
 - data/lib/xsay/templates/moose.template +23 -23
 - data/lib/xsay/templates/penguin.template +21 -21
 - data/lib/xsay/templates/pig.template +10 -10
 - data/lib/xsay/templates/porcupine.template +10 -10
 - data/lib/xsay/templates/robot.template +23 -23
 - data/lib/xsay/templates/shark.template +25 -25
 - data/lib/xsay/templates/skunk.template +29 -0
 - data/lib/xsay/templates/sloth.template +17 -0
 - data/lib/xsay/templates/snail.template +14 -0
 - data/lib/xsay/templates/snake.template +16 -16
 - data/lib/xsay/templates/vulture.template +13 -0
 - data/lib/xsay/templates/whale.template +10 -10
 - data/lib/xsay/templates/wolf.template +22 -22
 - data/lib/xsay/version.rb +1 -1
 - data/xsay.gemspec +1 -0
 - metadata +37 -2
 
| 
         @@ -1,23 +1,23 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                                  /`.
         
     | 
| 
      
 2 
     | 
    
         
            +
                             /|   |  `.
         
     | 
| 
      
 3 
     | 
    
         
            +
                       |\   | |   /    '
         
     | 
| 
      
 4 
     | 
    
         
            +
                       |'.  | '.-'      |
         
     | 
| 
      
 5 
     | 
    
         
            +
                       | \  |          .'
         
     | 
| 
      
 6 
     | 
    
         
            +
                        \ \.'         .'
         
     | 
| 
      
 7 
     | 
    
         
            +
                        '.          .'
         
     | 
| 
      
 8 
     | 
    
         
            +
             /\/`.       \        .'
         
     | 
| 
      
 9 
     | 
    
         
            +
             \ `. \      |     _.'
         
     | 
| 
      
 10 
     | 
    
         
            +
              \  `.\    .'    .'
         
     | 
| 
      
 11 
     | 
    
         
            +
               `-. `..-'    .'/(        _.--_
         
     | 
| 
      
 12 
     | 
    
         
            +
                  `---`-.  / / /-.__.--'     `.
         
     | 
| 
      
 13 
     | 
    
         
            +
                      /  _  |                  `._
         
     | 
| 
      
 14 
     | 
    
         
            +
                    .'  /O\
         
     | 
| 
      
 15 
     | 
    
         
            +
                  .'    `-'
         
     | 
| 
      
 16 
     | 
    
         
            +
                .'
         
     | 
| 
      
 17 
     | 
    
         
            +
               :_   -:      \
         
     | 
| 
      
 18 
     | 
    
         
            +
               |/   / :_     ||'.
         
     | 
| 
      
 19 
     | 
    
         
            +
               '._.'_/  `.    |  )
         
     | 
| 
      
 20 
     | 
    
         
            +
                         '|  /    \
         
     | 
| 
      
 21 
     | 
    
         
            +
                          | |     |
         
     | 
| 
      
 22 
     | 
    
         
            +
                          |||     |
         
     | 
| 
      
 23 
     | 
    
         
            +
                           \|
         
     | 
| 
         @@ -1,21 +1,21 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                           _.._
         
     | 
| 
      
 2 
     | 
    
         
            +
                        .-'    `-.
         
     | 
| 
      
 3 
     | 
    
         
            +
                       :          ;
         
     | 
| 
      
 4 
     | 
    
         
            +
                       ; ,_    _, ;
         
     | 
| 
      
 5 
     | 
    
         
            +
                       : \{"  "}/ :
         
     | 
| 
      
 6 
     | 
    
         
            +
                      ,'.'"=..=''.'
         
     | 
| 
      
 7 
     | 
    
         
            +
                     ; / \      / \ ;
         
     | 
| 
      
 8 
     | 
    
         
            +
                   .' ;   '.__.'   ; '
         
     | 
| 
      
 9 
     | 
    
         
            +
                .-' .'              '. '-
         
     | 
| 
      
 10 
     | 
    
         
            +
              .'   ;                  ;   '
         
     | 
| 
      
 11 
     | 
    
         
            +
             /    /                    \    \
         
     | 
| 
      
 12 
     | 
    
         
            +
            ;    ;                      ;    ;
         
     | 
| 
      
 13 
     | 
    
         
            +
            ;   `-._                  _.-'   ;
         
     | 
| 
      
 14 
     | 
    
         
            +
             ;      ""--.        .--""      ;
         
     | 
| 
      
 15 
     | 
    
         
            +
              '.    _    ;      ;    _    .'
         
     | 
| 
      
 16 
     | 
    
         
            +
              {""..' '._.-.    .-._.' '..""}
         
     | 
| 
      
 17 
     | 
    
         
            +
               \           ;  ;           /
         
     | 
| 
      
 18 
     | 
    
         
            +
                :         :    :         :
         
     | 
| 
      
 19 
     | 
    
         
            +
                :         :.__.:         :
         
     | 
| 
      
 20 
     | 
    
         
            +
                 \       /"-..-"\       /
         
     | 
| 
      
 21 
     | 
    
         
            +
                  '-.__.'        '.__.-'
         
     | 
| 
         @@ -1,10 +1,10 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                   ,.
         
     | 
| 
      
 2 
     | 
    
         
            +
                  (_|,.
         
     | 
| 
      
 3 
     | 
    
         
            +
                 ,' /, )_______   _
         
     | 
| 
      
 4 
     | 
    
         
            +
              __j o``-'        `.'-)'
         
     | 
| 
      
 5 
     | 
    
         
            +
             (")                 \'
         
     | 
| 
      
 6 
     | 
    
         
            +
              `-j                |
         
     | 
| 
      
 7 
     | 
    
         
            +
                `-._(           /
         
     | 
| 
      
 8 
     | 
    
         
            +
                   |_\  |--^.  /
         
     | 
| 
      
 9 
     | 
    
         
            +
                  /_]'|_| /_)_/
         
     | 
| 
      
 10 
     | 
    
         
            +
                     /_]'  /_]'
         
     | 
| 
         @@ -1,10 +1,10 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                         \ / \/ \/ / ,
         
     | 
| 
      
 2 
     | 
    
         
            +
                       \ /  \/ \/  \/  / ,
         
     | 
| 
      
 3 
     | 
    
         
            +
                     \ \ \/ \/ \/ \ \/ \/ /
         
     | 
| 
      
 4 
     | 
    
         
            +
                   .\  \/  \/ \/ \/  \/ / / /
         
     | 
| 
      
 5 
     | 
    
         
            +
                  '  / / \/  \/ \/ \/  \/ \ \/ \
         
     | 
| 
      
 6 
     | 
    
         
            +
               .'     ) \/ \/ \/ \/  \/  \/ \ / \
         
     | 
| 
      
 7 
     | 
    
         
            +
              /   o    ) \/ \/ \/ \/ \/ \/ \// /
         
     | 
| 
      
 8 
     | 
    
         
            +
            o'_ ',__ .'   ,.,.,.,.,.,.,.,'- '%
         
     | 
| 
      
 9 
     | 
    
         
            +
                     // \\          // \\
         
     | 
| 
      
 10 
     | 
    
         
            +
                    ''  ''         ''  ''
         
     | 
| 
         @@ -1,23 +1,23 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                        _____
         
     | 
| 
      
 2 
     | 
    
         
            +
                       |     |
         
     | 
| 
      
 3 
     | 
    
         
            +
                       | | | |
         
     | 
| 
      
 4 
     | 
    
         
            +
                       |_____|
         
     | 
| 
      
 5 
     | 
    
         
            +
                 ____ ___|_|___ ____
         
     | 
| 
      
 6 
     | 
    
         
            +
                ()___)         ()___)
         
     | 
| 
      
 7 
     | 
    
         
            +
                // /|           |\ \\
         
     | 
| 
      
 8 
     | 
    
         
            +
               // / |           | \ \\
         
     | 
| 
      
 9 
     | 
    
         
            +
              (___) |___________| (___)
         
     | 
| 
      
 10 
     | 
    
         
            +
              (___)   (_______)   (___)
         
     | 
| 
      
 11 
     | 
    
         
            +
              (___)     (___)     (___)
         
     | 
| 
      
 12 
     | 
    
         
            +
              (___)      |_|      (___)
         
     | 
| 
      
 13 
     | 
    
         
            +
              (___)  ___/___\___   | |
         
     | 
| 
      
 14 
     | 
    
         
            +
               | |  |           |  | |
         
     | 
| 
      
 15 
     | 
    
         
            +
               | |  |___________| /___\
         
     | 
| 
      
 16 
     | 
    
         
            +
              /___\  |||     ||| //   \\
         
     | 
| 
      
 17 
     | 
    
         
            +
             //   \\ |||     ||| \\   //
         
     | 
| 
      
 18 
     | 
    
         
            +
             \\   // |||     |||  \\ //
         
     | 
| 
      
 19 
     | 
    
         
            +
              \\ // ()__)   (__()
         
     | 
| 
      
 20 
     | 
    
         
            +
                    ///       \\\
         
     | 
| 
      
 21 
     | 
    
         
            +
                   ///         \\\
         
     | 
| 
      
 22 
     | 
    
         
            +
                 _///___     ___\\\_
         
     | 
| 
      
 23 
     | 
    
         
            +
                |_______|   |_______|
         
     | 
| 
         @@ -1,25 +1,25 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                                        |.
         
     | 
| 
      
 2 
     | 
    
         
            +
                                       ::.
         
     | 
| 
      
 3 
     | 
    
         
            +
                                       :::
         
     | 
| 
      
 4 
     | 
    
         
            +
                      ___              |::
         
     | 
| 
      
 5 
     | 
    
         
            +
                     `-._''--.._       |::
         
     | 
| 
      
 6 
     | 
    
         
            +
                         `-._   `-._  .|::
         
     | 
| 
      
 7 
     | 
    
         
            +
                            `-._    `-::::
         
     | 
| 
      
 8 
     | 
    
         
            +
                               `.     |:::.
         
     | 
| 
      
 9 
     | 
    
         
            +
                                 )    |::`:"-._ 
         
     | 
| 
      
 10 
     | 
    
         
            +
                               <'   _.7  ::::::`-,.._
         
     | 
| 
      
 11 
     | 
    
         
            +
                                `-.:        `` '::::::".
         
     | 
| 
      
 12 
     | 
    
         
            +
                                .:'       .    .   `::::\
         
     | 
| 
      
 13 
     | 
    
         
            +
                              .:'        .           .:::}
         
     | 
| 
      
 14 
     | 
    
         
            +
                           _.:'    __          .     :::/
         
     | 
| 
      
 15 
     | 
    
         
            +
             ,-.___,,..--'' --.""``  ``"".-- --,.._____.-.
         
     | 
| 
      
 16 
     | 
    
         
            +
            ((   ___ """   -- ...     ....   __  ______  (D
         
     | 
| 
      
 17 
     | 
    
         
            +
             "-'`   ```''-.  __,,.......,,__      ::.  `-"
         
     | 
| 
      
 18 
     | 
    
         
            +
                           `<-....,,,,....-<   .:::'
         
     | 
| 
      
 19 
     | 
    
         
            +
                             "._       ___,,._:::(
         
     | 
| 
      
 20 
     | 
    
         
            +
                                ::--=''       `\:::.
         
     | 
| 
      
 21 
     | 
    
         
            +
                               / :::'           `\::.
         
     | 
| 
      
 22 
     | 
    
         
            +
                    pils      / ::'               `\::
         
     | 
| 
      
 23 
     | 
    
         
            +
                             / :'                   `\:
         
     | 
| 
      
 24 
     | 
    
         
            +
                            ( /                       `"
         
     | 
| 
      
 25 
     | 
    
         
            +
                             "
         
     | 
| 
         @@ -0,0 +1,29 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
                   _..._ ___
         
     | 
| 
      
 2 
     | 
    
         
            +
                 .:::::::.  `"-._.-''.
         
     | 
| 
      
 3 
     | 
    
         
            +
            ,   /:::::::::\     ':    \                     _._
         
     | 
| 
      
 4 
     | 
    
         
            +
            \:-::::::::::::\     :.    |     /|.-'         /:::\
         
     | 
| 
      
 5 
     | 
    
         
            +
             \::::::::\:::::|    ':     |   |  /           |:::|
         
     | 
| 
      
 6 
     | 
    
         
            +
              `:::::::|:::::\     ':    |   `\ |    __     |\::/\
         
     | 
| 
      
 7 
     | 
    
         
            +
                `-:::-|::::::|    ':    |  .`\ .\_.'  `.__/      |
         
     | 
| 
      
 8 
     | 
    
         
            +
                      |::::::\    ':.   |   \ ';:: /.-._   ,    /
         
     | 
| 
      
 9 
     | 
    
         
            +
                      |:::::::|    :.   /   ,`\;:: \'./0)  |_.-/
         
     | 
| 
      
 10 
     | 
    
         
            +
                      ;:::::::|    ':  |    \.`;::.   ``   |  |
         
     | 
| 
      
 11 
     | 
    
         
            +
                       \::::::/    :'  /     _\::::'      /  /
         
     | 
| 
      
 12 
     | 
    
         
            +
                        \::::|   :'   /    ,=:;::/           |
         
     | 
| 
      
 13 
     | 
    
         
            +
                         \:::|   :'  |    (='` //        /   |
         
     | 
| 
      
 14 
     | 
    
         
            +
                          \::\   `:  /     '--' |       /\   |
         
     | 
| 
      
 15 
     | 
    
         
            +
                           \:::.  `:_|.-"""-.    \__.-'/::\  |
         
     | 
| 
      
 16 
     | 
    
         
            +
                            '::::.:::...:::. '.       /:::|  |
         
     | 
| 
      
 17 
     | 
    
         
            +
                             '::/::::::::::::. '-.__.:::::|  |
         
     | 
| 
      
 18 
     | 
    
         
            +
                               |::::::::::::\::..../::::::| /
         
     | 
| 
      
 19 
     | 
    
         
            +
                               |:::::::::::::|::::/::::::://
         
     | 
| 
      
 20 
     | 
    
         
            +
                               \:::::::::::::|'::/::::::::/
         
     | 
| 
      
 21 
     | 
    
         
            +
                               /\::::::::::::/  /:::::::/:|
         
     | 
| 
      
 22 
     | 
    
         
            +
                              |::';:::::::::/   |::::::/::;
         
     | 
| 
      
 23 
     | 
    
         
            +
                              |:::/`-:::::;;-._ |:::::/::/
         
     | 
| 
      
 24 
     | 
    
         
            +
                              |:::|  `-::::\   `|::::/::/
         
     | 
| 
      
 25 
     | 
    
         
            +
                          jgs |:::|     \:::\   \:::/::/
         
     | 
| 
      
 26 
     | 
    
         
            +
                             /:::/       \:::\   \:/\:/
         
     | 
| 
      
 27 
     | 
    
         
            +
                            (_::/         \:::;__ \\_\\___
         
     | 
| 
      
 28 
     | 
    
         
            +
                            (_:/           \::):):)\:::):):)
         
     | 
| 
      
 29 
     | 
    
         
            +
                             `"             `""""`  `""""""`
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            =====(((=))=====(=)))===========
         
     | 
| 
      
 2 
     | 
    
         
            +
                  " `,      |' /
         
     | 
| 
      
 3 
     | 
    
         
            +
                  /"/        |""
         
     | 
| 
      
 4 
     | 
    
         
            +
                 """|        \"|
         
     | 
| 
      
 5 
     | 
    
         
            +
                 |"||        " "
         
     | 
| 
      
 6 
     | 
    
         
            +
                 "" "        |"|\
         
     | 
| 
      
 7 
     | 
    
         
            +
                /""~\\.      /" ""~,
         
     | 
| 
      
 8 
     | 
    
         
            +
               ""~""""`"",~`~"!!"!" \
         
     | 
| 
      
 9 
     | 
    
         
            +
               /"""""/""! "~""" "" "~",
         
     | 
| 
      
 10 
     | 
    
         
            +
              //\""!!""~"!"!"\"""/~!~, C~"~P
         
     | 
| 
      
 11 
     | 
    
         
            +
             // !!"""""! "~ " !!"!! "," O o"~
         
     | 
| 
      
 12 
     | 
    
         
            +
             ||   !!"!!~!!~||"  !     "" Y ""
         
     | 
| 
      
 13 
     | 
    
         
            +
             \\     !  !  !            `"U"'
         
     | 
| 
      
 14 
     | 
    
         
            +
              \\
         
     | 
| 
      
 15 
     | 
    
         
            +
               \\  0))
         
     | 
| 
      
 16 
     | 
    
         
            +
                \`-~/~
         
     | 
| 
      
 17 
     | 
    
         
            +
                 `~'
         
     | 
| 
         @@ -0,0 +1,14 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
                 /^\    /^\
         
     | 
| 
      
 2 
     | 
    
         
            +
                {  O}  {  O}
         
     | 
| 
      
 3 
     | 
    
         
            +
                 \ /    \ /
         
     | 
| 
      
 4 
     | 
    
         
            +
                 //     //       _------_
         
     | 
| 
      
 5 
     | 
    
         
            +
                //     //     ./~        ~-_
         
     | 
| 
      
 6 
     | 
    
         
            +
               / ~----~/     /              \
         
     | 
| 
      
 7 
     | 
    
         
            +
             /         :   ./       _---_    ~-
         
     | 
| 
      
 8 
     | 
    
         
            +
            |  \________) :       /~     ~\   |
         
     | 
| 
      
 9 
     | 
    
         
            +
            |        /    |      |  :~~\  |   |
         
     | 
| 
      
 10 
     | 
    
         
            +
            |       |     |      |  \___-~    |
         
     | 
| 
      
 11 
     | 
    
         
            +
            |        \ __/`=1C______\.        ./
         
     | 
| 
      
 12 
     | 
    
         
            +
             \                     ~-______-~\.
         
     | 
| 
      
 13 
     | 
    
         
            +
             .|                                ~-_
         
     | 
| 
      
 14 
     | 
    
         
            +
            /_____________________________________~~____
         
     | 
| 
         @@ -1,16 +1,16 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
                 ---_ ......._-_--.
         
     | 
| 
      
 2 
     | 
    
         
            +
                (|\ /      / /| \  \
         
     | 
| 
      
 3 
     | 
    
         
            +
                /  /     .'  -=-'   `.
         
     | 
| 
      
 4 
     | 
    
         
            +
               /  /    .'             )
         
     | 
| 
      
 5 
     | 
    
         
            +
             _/  /   .'        _.)   /
         
     | 
| 
      
 6 
     | 
    
         
            +
            / o   o        _.-' /  .'
         
     | 
| 
      
 7 
     | 
    
         
            +
            \          _.-'    / .'*|
         
     | 
| 
      
 8 
     | 
    
         
            +
             \______.-'//    .'.' \*|
         
     | 
| 
      
 9 
     | 
    
         
            +
              \|  \ | //   .'.' _ |*|
         
     | 
| 
      
 10 
     | 
    
         
            +
               `   \|//  .'.'_ _ _|*|
         
     | 
| 
      
 11 
     | 
    
         
            +
                .  .// .'.' | _ _ \*|
         
     | 
| 
      
 12 
     | 
    
         
            +
                \`-|\_/ /    \ _ _ \*\
         
     | 
| 
      
 13 
     | 
    
         
            +
                 `/'\__/      \ _ _ \*\
         
     | 
| 
      
 14 
     | 
    
         
            +
                /^|            \ _ _ \*
         
     | 
| 
      
 15 
     | 
    
         
            +
               '  `             \ _ _ \
         
     | 
| 
      
 16 
     | 
    
         
            +
                                 \_
         
     | 
| 
         @@ -1,10 +1,10 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
              .-------------'```'----....,,__                        _,
         
     | 
| 
      
 2 
     | 
    
         
            +
             |                               `'`'`'`'-.,.__        .'(
         
     | 
| 
      
 3 
     | 
    
         
            +
             |                                             `'--._.'   )
         
     | 
| 
      
 4 
     | 
    
         
            +
             |                                                   `'-.<
         
     | 
| 
      
 5 
     | 
    
         
            +
             \               .-'`'-.                            -.    `\
         
     | 
| 
      
 6 
     | 
    
         
            +
              \               -.o_.     _                     _,-'`\    |
         
     | 
| 
      
 7 
     | 
    
         
            +
               ``````''--.._.-=-._    .'  \            _,,--'`      `-._(
         
     | 
| 
      
 8 
     | 
    
         
            +
                 (^^^^^^^^`___    '-. |    \  __,,..--'                 `
         
     | 
| 
      
 9 
     | 
    
         
            +
                  `````````   `'--..___\    |`
         
     | 
| 
      
 10 
     | 
    
         
            +
                          jgs           `-.,'
         
     | 
| 
         @@ -1,22 +1,22 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
              /^\      /^\
         
     | 
| 
      
 2 
     | 
    
         
            +
              |  \    /  |
         
     | 
| 
      
 3 
     | 
    
         
            +
              ||\ \../ /||
         
     | 
| 
      
 4 
     | 
    
         
            +
              )'        `(
         
     | 
| 
      
 5 
     | 
    
         
            +
             ,;`w,    ,w';,
         
     | 
| 
      
 6 
     | 
    
         
            +
             ;,  ) __ (  ,;
         
     | 
| 
      
 7 
     | 
    
         
            +
              ;  \(\/)/  ;;
         
     | 
| 
      
 8 
     | 
    
         
            +
             ;|  |vwwv|    ``-...
         
     | 
| 
      
 9 
     | 
    
         
            +
              ;  `lwwl'   ;      ```''-.
         
     | 
| 
      
 10 
     | 
    
         
            +
             ;| ; `""' ; ;              `.
         
     | 
| 
      
 11 
     | 
    
         
            +
              ;         ,   ,          , |
         
     | 
| 
      
 12 
     | 
    
         
            +
              '  ;      ;   l    .     | |
         
     | 
| 
      
 13 
     | 
    
         
            +
              ;    ,  ,    |,-,._|      \;
         
     | 
| 
      
 14 
     | 
    
         
            +
               ;  ; `' ;   '    \ `\     \;
         
     | 
| 
      
 15 
     | 
    
         
            +
               |  |    |  |     |   |    |;
         
     | 
| 
      
 16 
     | 
    
         
            +
               |  ;    ;  |      \   \   (;
         
     | 
| 
      
 17 
     | 
    
         
            +
               | |      | l       | | \  |
         
     | 
| 
      
 18 
     | 
    
         
            +
               | |      | |       | |  ) |
         
     | 
| 
      
 19 
     | 
    
         
            +
               | |      | ;       | |  | |
         
     | 
| 
      
 20 
     | 
    
         
            +
               ; ,      : ,      ,_.'  | |
         
     | 
| 
      
 21 
     | 
    
         
            +
              :__'      | |           ,_.'
         
     | 
| 
      
 22 
     | 
    
         
            +
                       `--'
         
     | 
    
        data/lib/xsay/version.rb
    CHANGED
    
    
    
        data/xsay.gemspec
    CHANGED
    
    | 
         @@ -22,6 +22,7 @@ Gem::Specification.new do |spec| 
     | 
|
| 
       22 
22 
     | 
    
         
             
              spec.require_paths = ["lib"]
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
              spec.add_dependency "thor", "~> 0.20"
         
     | 
| 
      
 25 
     | 
    
         
            +
              spec.add_dependency "colorize", "~> 0.8"
         
     | 
| 
       25 
26 
     | 
    
         
             
              spec.add_development_dependency "bundler", "~> 1.16"
         
     | 
| 
       26 
27 
     | 
    
         
             
              spec.add_development_dependency "rake", "~> 10.0"
         
     | 
| 
       27 
28 
     | 
    
         
             
              spec.add_development_dependency "rspec", "~> 3.0"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: xsay
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.4
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - mokha
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2018- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2018-03-25 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: thor
         
     | 
| 
         @@ -24,6 +24,20 @@ dependencies: 
     | 
|
| 
       24 
24 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       25 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       26 
26 
     | 
    
         
             
                    version: '0.20'
         
     | 
| 
      
 27 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 28 
     | 
    
         
            +
              name: colorize
         
     | 
| 
      
 29 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 30 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 31 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 33 
     | 
    
         
            +
                    version: '0.8'
         
     | 
| 
      
 34 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 35 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 36 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 37 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 38 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 39 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 40 
     | 
    
         
            +
                    version: '0.8'
         
     | 
| 
       27 
41 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
42 
     | 
    
         
             
              name: bundler
         
     | 
| 
       29 
43 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -85,22 +99,39 @@ files: 
     | 
|
| 
       85 
99 
     | 
    
         
             
            - bin/setup
         
     | 
| 
       86 
100 
     | 
    
         
             
            - exe/xsay
         
     | 
| 
       87 
101 
     | 
    
         
             
            - lib/xsay.rb
         
     | 
| 
      
 102 
     | 
    
         
            +
            - lib/xsay/render.rb
         
     | 
| 
      
 103 
     | 
    
         
            +
            - lib/xsay/templates/ant.template
         
     | 
| 
       88 
104 
     | 
    
         
             
            - lib/xsay/templates/armadillo.template
         
     | 
| 
      
 105 
     | 
    
         
            +
            - lib/xsay/templates/banana.template
         
     | 
| 
       89 
106 
     | 
    
         
             
            - lib/xsay/templates/bear.template
         
     | 
| 
      
 107 
     | 
    
         
            +
            - lib/xsay/templates/beaver.template
         
     | 
| 
      
 108 
     | 
    
         
            +
            - lib/xsay/templates/bee.template
         
     | 
| 
      
 109 
     | 
    
         
            +
            - lib/xsay/templates/beetle.template
         
     | 
| 
      
 110 
     | 
    
         
            +
            - lib/xsay/templates/bison.template
         
     | 
| 
       90 
111 
     | 
    
         
             
            - lib/xsay/templates/buffalo.template
         
     | 
| 
      
 112 
     | 
    
         
            +
            - lib/xsay/templates/bull.template
         
     | 
| 
       91 
113 
     | 
    
         
             
            - lib/xsay/templates/butterfly.template
         
     | 
| 
      
 114 
     | 
    
         
            +
            - lib/xsay/templates/cactus.template
         
     | 
| 
       92 
115 
     | 
    
         
             
            - lib/xsay/templates/cat.template
         
     | 
| 
      
 116 
     | 
    
         
            +
            - lib/xsay/templates/caterpillar.template
         
     | 
| 
       93 
117 
     | 
    
         
             
            - lib/xsay/templates/cheetah.template
         
     | 
| 
      
 118 
     | 
    
         
            +
            - lib/xsay/templates/cow.template
         
     | 
| 
       94 
119 
     | 
    
         
             
            - lib/xsay/templates/coyote.template
         
     | 
| 
      
 120 
     | 
    
         
            +
            - lib/xsay/templates/crab.template
         
     | 
| 
       95 
121 
     | 
    
         
             
            - lib/xsay/templates/deer.template
         
     | 
| 
      
 122 
     | 
    
         
            +
            - lib/xsay/templates/dinosaur.template
         
     | 
| 
      
 123 
     | 
    
         
            +
            - lib/xsay/templates/dolphin.template
         
     | 
| 
      
 124 
     | 
    
         
            +
            - lib/xsay/templates/door.template
         
     | 
| 
       96 
125 
     | 
    
         
             
            - lib/xsay/templates/dragon.template
         
     | 
| 
       97 
126 
     | 
    
         
             
            - lib/xsay/templates/elephant.template
         
     | 
| 
       98 
127 
     | 
    
         
             
            - lib/xsay/templates/fish.template
         
     | 
| 
       99 
128 
     | 
    
         
             
            - lib/xsay/templates/flamingo.template
         
     | 
| 
       100 
129 
     | 
    
         
             
            - lib/xsay/templates/fox.template
         
     | 
| 
      
 130 
     | 
    
         
            +
            - lib/xsay/templates/frog.template
         
     | 
| 
       101 
131 
     | 
    
         
             
            - lib/xsay/templates/giraffe.template
         
     | 
| 
       102 
132 
     | 
    
         
             
            - lib/xsay/templates/gorilla.template
         
     | 
| 
       103 
133 
     | 
    
         
             
            - lib/xsay/templates/grassphopper.template
         
     | 
| 
      
 134 
     | 
    
         
            +
            - lib/xsay/templates/hamster.template
         
     | 
| 
       104 
135 
     | 
    
         
             
            - lib/xsay/templates/hedgehog.template
         
     | 
| 
       105 
136 
     | 
    
         
             
            - lib/xsay/templates/hippo.template
         
     | 
| 
       106 
137 
     | 
    
         
             
            - lib/xsay/templates/jaguar.template
         
     | 
| 
         @@ -127,10 +158,14 @@ files: 
     | 
|
| 
       127 
158 
     | 
    
         
             
            - lib/xsay/templates/robot.template
         
     | 
| 
       128 
159 
     | 
    
         
             
            - lib/xsay/templates/seal.template
         
     | 
| 
       129 
160 
     | 
    
         
             
            - lib/xsay/templates/shark.template
         
     | 
| 
      
 161 
     | 
    
         
            +
            - lib/xsay/templates/skunk.template
         
     | 
| 
      
 162 
     | 
    
         
            +
            - lib/xsay/templates/sloth.template
         
     | 
| 
      
 163 
     | 
    
         
            +
            - lib/xsay/templates/snail.template
         
     | 
| 
       130 
164 
     | 
    
         
             
            - lib/xsay/templates/snake.template
         
     | 
| 
       131 
165 
     | 
    
         
             
            - lib/xsay/templates/tiger.template
         
     | 
| 
       132 
166 
     | 
    
         
             
            - lib/xsay/templates/turtle.template
         
     | 
| 
       133 
167 
     | 
    
         
             
            - lib/xsay/templates/unicorn.template
         
     | 
| 
      
 168 
     | 
    
         
            +
            - lib/xsay/templates/vulture.template
         
     | 
| 
       134 
169 
     | 
    
         
             
            - lib/xsay/templates/whale.template
         
     | 
| 
       135 
170 
     | 
    
         
             
            - lib/xsay/templates/wolf.template
         
     | 
| 
       136 
171 
     | 
    
         
             
            - lib/xsay/templates/zebra.template
         
     |