Sha256: b87de87fc770aca5915bde5b4602cf4bd2e7f2a5e4fb50fadfb12f3921e8382f

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"
gem "capistrano", "~> 2.5.0"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "rspec"
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.6.0"
  gem "rcov", ">= 0"
  gem "mocha"
  gem 'autotest-standalone'
  gem 'autotest-rails-pure'
  gem 'zentest-without-autotest'
  if RUBY_PLATFORM.downcase.include?("darwin") # I'm on Mac
    gem 'autotest-fsevent'
    gem 'autotest-growl'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-tags-0.1.0 Gemfile