Sha256: d1ac90d3fee5f454ebcae18e5ac6988e51ee0fe8997f5d2d034188586b47de72

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name         = 'derpy'
  s.version      = '2.0.5'
  s.platform     = Gem::Platform::RUBY
  s.description  = <<-DESC
    Derpy contains a set of tasks for deploying Drupal projects with Capistrano.
  DESC
  s.summary      = 'Deploying Drupal projects with Capistrano'

  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    "README.markdown",
    "VERSION",
    "derpy.gemspec",
    "bin/derpify",
    "bin/derpy",
    "lib/derpy.rb",
    "templates/aliases.drushrc.php",
    "templates/deploy.rb",
    "templates/staging.rb",
    "templates/production.rb"
  ]
  s.executables = ["derpify", "derpy"]
  s.require_path = 'lib'

  s.add_dependency 'capistrano', ">= 2.13.5","<= 2.15.4"
  s.add_dependency 'railsless-deploy', "~> 1.1.2"

  s.authors  = [ "Robin De Langhe" ]
  s.email    = 'robin@3sign.com'
  s.homepage = %q{http://github.com/3sign/derpy/}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
derpy-2.0.5 derpy.gemspec