codeless_code 0.2.1
http://thecodelesscode.com contains many humorous and interesting fables and koans. The authors have open-sourced these fables, and many tanslations, available at https://github.com/aldesantis/the-codeless-code. This tool provides a CLI to filter through these fables and view them.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (15):
            bundler
            ~> 1.17
          
          
            guard
            ~> 2.14
          
          
            guard-minitest
            ~> 2.4
          
          
            guard-reek
            ~> 1.2
          
          
            guard-rubocop
            ~> 1.3
          
          
            jeweler
            ~> 2.0
          
          
            minitest
            ~> 5.11
          
          
            minitest-reporters
            ~> 1.3
          
          
            pry-byebug
            ~> 3.6
          
          
            rake
            ~> 12.3
          
          
            rdoc
            ~> 6.0
          
          
            reek
            ~> 5.2
          
          
            rubocop
            ~> 0.60
          
          
            simplecov
            ~> 0.16
          
          
            yard
            ~> 0.9
          
    