cooklang 1.0.3
Cooklang is a markup language for recipes that allows you to define ingredients, cookware, timers, and metadata in a structured way. This gem provides a Ruby parser for Cooklang files.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (7):
            bundler
            >= 2.1
          
          
            rake
            ~> 13.0
          
          
            rspec
            ~> 3.13
          
          
            rubocop
            ~> 1.80
          
          
            rubocop-performance
            ~> 1.25
          
          
            rubocop-rspec
            ~> 3.6
          
          
            simplecov
            ~> 0.22.0
          
    