Sha256: e56243a183400918827f1e3372d328931dedd289ebc1f63ae65737ff1406a9b0

Contents?: true

Size: 779 Bytes

Versions: 4

Compression:

Stored size: 779 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "drupistrano/version"

Gem::Specification.new do |s|
  s.name        = "drupistrano"
  s.version     = Drupistrano::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Jorge Dias"]
  s.email       = ["jorge@mrdias.com"]
  s.homepage    = ""
  s.summary     = %q{Deployment Recipe for Drupal}
  s.description = %q{A Recipe to easily deploy Drupal Applications}

  s.rubyforge_project = "drupistrano"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency(%q<capistrano>, [">= 1.0.0"])
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
drupistrano-0.2.1 drupistrano.gemspec
drupistrano-0.2.0 drupistrano.gemspec
drupistrano-0.1.0 drupistrano.gemspec
drupistrano-0.0.1 drupistrano.gemspec