Sha256: f92374dd48459fcf03a37ab245f5ea949ffd765abf57c515febae2bb2d5a427e

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

Contents

precompile:
  - { paths: ['*.yml', '*.yaml'], format: 'yaml' }
  - { paths: '*.json', format: 'json' }

include_paths:
  .leftovers.yml

dynamic:
  - document: true
    path: '.leftovers.yml'
    has_argument:
      at: precompile
      has_value:
        has_argument:
          at: '*'
          has_value:
            has_argument:
              at: 'format'
              has_value:
                has_argument: custom
    calls:
      - value: precompile
      - argument: precompile
        nested:
          - argument: '*'
            nested:
              argument: format
              nested:
                argument: custom
        split: '::'

  - document: true
    path: '.leftovers.yml'
    has_argument:
      at: precompile
      has_value:
        has_argument:
          at: 'format'
          has_value:
            has_argument: custom
    calls:
      - value: precompile
      - argument: precompile
        nested:
          argument: format
          nested:
            argument: custom
        split: '::'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
leftovers-0.12.2 lib/config/leftovers.yml
leftovers-0.12.1 lib/config/leftovers.yml
leftovers-0.12.0 lib/config/leftovers.yml
leftovers-0.11.2 lib/config/leftovers.yml
leftovers-0.11.1 lib/config/leftovers.yml
leftovers-0.11.0 lib/config/leftovers.yml
leftovers-0.10.0 lib/config/leftovers.yml
leftovers-0.9.0 lib/config/leftovers.yml