Sha256: a8621c40b9ddd98c38470729e8d3741c9b9653b451ea136877fbfe306593ebbc

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

literal 'myliteral.txt', data: 5

copy 'mycopy.txt'
copy 'mycopy2.txt', source: 'myrenamed.txt'
erb 'mytemplate.txt', locals: { a: 10, b: 100 }

download 'my-ip.txt', source: "https://v4.ifconfig.co/ip"

literal 'only-if.txt', data: "the int list had a 2 in it",
                       only_if: ->(params) { params[:list_of_ints].include?(2) }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
copypasta-0.1.1 example/_contents.rb
copypasta-0.1.0 example/_contents.rb