Sha256: 3419179f22cdcf089587712eab79bde1a5be04d6d9efabe50da3a4ea196df6ec
Contents?: true
Size: 737 Bytes
Versions: 5
Compression:
Stored size: 737 Bytes
Contents
# Update this Gemfile with any additional dependencies and run # 'bundle install' to get them all installed. Daemon-kit's capistrano # deployment will ensure that the bundle required by your daemon is properly # installed. # # For more information on bundler, please visit http://gembundler.com source 'https://rubygems.org' <% if options.edge? -%> gem 'daemon-kit', :github => 'kennethkalmer/daemon-kit' <% else -%> # Live on the edge instead: gem 'daemon-kit', :github => 'kennethkalmer/daemon-kit' gem 'daemon-kit' <% end -%> # # safely (http://github.com/kennethkalmer/safely) # gem 'safely' # Optional, but recommended. # gem 'toadhopper' # For reporting exceptions to hoptoad # gem 'mail' # For reporting exceptions via mail
Version data entries
5 entries across 5 versions & 1 rubygems