Sha256: 32dfbdcd211c5f117d6b1a534fd706ee0e52e17f46c95264f757085a520aa361

Contents?: true

Size: 678 Bytes

Versions: 5

Compression:

Stored size: 678 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.
#
# For more information on bundler, please visit http://gembundler.com

source 'https://rubygems.org'

# daemon-kit
gem 'daemon-kit'

# safely (http://github.com/kennethkalmer/safely)
gem 'safely'
# gem 'toadhopper' # For reporting exceptions to hoptoad
# gem 'mail' # For reporting exceptions via mail
group :development, :test do
  gem 'rake'
  gem 'rspec' 
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
daemon-kit-0.3.3 spec/fixtures/zero_two_three/Gemfile
daemon-kit-0.3.2 spec/fixtures/zero_two_three/Gemfile
daemon-kit-0.3.1 spec/fixtures/zero_two_three/Gemfile
daemon-kit-0.3.0 spec/fixtures/zero_two_three/Gemfile
daemon-kit-0.3.0.rc2 spec/fixtures/zero_two_three/Gemfile