Sha256: 3d25d5b610b37ca3462278006ecf525fc7a0e57edba1afc708ff7d092303e5ca

Contents?: true

Size: 95 Bytes

Versions: 5

Compression:

Stored size: 95 Bytes

Contents

def make_procfile(fname, content)
  File.open(fname, 'w') do |f|
    f.write content
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
upstart-exporter-2.1.5 spec/support/procfile.rb
upstart-exporter-2.1.4 spec/support/procfile.rb
upstart-exporter-2.1.3 spec/support/procfile.rb
upstart-exporter-2.1.2 spec/support/procfile.rb
upstart-exporter-2.1.1 spec/support/procfile.rb