Sha256: 1d3168c998124b70e48479bd8d72beb9457680d649f7fc0f9bdba122e3bb4e80

Contents?: true

Size: 435 Bytes

Versions: 4

Compression:

Stored size: 435 Bytes

Contents

# If you need to 'vendor your gems' for deploying your daemons, bundler is a
# great option. 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.

source :gemcutter

# daemon-kit
gem 'daemon-kit'

# For more information on bundler, please visit http://gembundler.com

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
amqp-daemon-kit-1.0.1 lib/generators/daemon_kit/app/templates/Gemfile
amqp-daemon-kit-0.1.8.2 lib/generators/daemon_kit/app/templates/Gemfile
amqp-daemon-kit-0.1.8.1 lib/generators/daemon_kit/app/templates/Gemfile
daemon-kit-0.1.8.1 lib/generators/daemon_kit/app/templates/Gemfile