Sha256: f78db4e9ecd0272ba0fa3efc821891d0ad181a3070d80298b122899c7dc8ddde

Contents?: true

Size: 96 Bytes

Versions: 8

Compression:

Stored size: 96 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
upstart-exporter-2.0.1 spec/support/procfile.rb
upstart-exporter-1.0.1 spec/support/procfile.rb
upstart-exporter-1.0.0 spec/support/procfile.rb
upstart-exporter-0.1.4 spec/support/procfile.rb
upstart-exporter-0.1.3 spec/support/procfile.rb
upstart-exporter-0.1.2 spec/support/procfile.rb
upstart-exporter-0.1.1 spec/support/procfile.rb
upstart-exporter-0.1.0 spec/support/procfile.rb