Sha256: 9db64bb380e31f603ded75aa162a3f5f6a4f4e203d6c2a53d5d75e404df681ab
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
recipes: - product: :diff ingreds: [ test-parser-yaml.yaml, test-yaml-parser.yaml ] byprods: [ hoge.yaml, hoge.diff ] method*: | sys "ruby -e 's=ARGF.read(); print s.gsub(/^locations:.*?(?=^\\S)/m,\"\").gsub(/Kwalify::SyntaxError/,\"Kwalify::YamlSyntaxError\")' #{@ingreds[0]} > #{@byprods[0]}" sys! "diff -U5 hoge.yaml #{@ingreds[1]} | tee #{@byprods[1]}" rm @byprods
Version data entries
9 entries across 7 versions & 4 rubygems