Sha256: e4aa6d372629343b752fa6cc0dd677e6e0e080a18ceee6eec450dd02c04e2ea4

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "capistrano-git-plugins"
  s.version = "0.0.10"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ryan Moran"]
  s.date = "2012-02-07"
  s.description = "Plugins to support capistrano-git deployments"
  s.email = "ryan.moran@gmail.com"
  s.extra_rdoc_files = [
    "LICENSE.txt",
    "README.rdoc"
  ]
  s.files = [
    ".document",
    ".rvmrc",
    "Gemfile",
    "Gemfile.lock",
    "LICENSE.txt",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "capistrano-git-plugins.gemspec",
    "lib/capistrano/git/plugins/airbrake.rb",
    "lib/capistrano/git/plugins/bundler.rb",
    "lib/capistrano/git/plugins/deploy_reporter.rb",
    "lib/capistrano/git/plugins/hoptoad.rb",
    "lib/capistrano/git/plugins/kill_resque_workers.rb",
    "lib/capistrano/git/plugins/new_relic.rb",
    "test/helper.rb",
    "test/test_capistrano-git-plugins.rb"
  ]
  s.homepage = "https://github.com/RevolutionPrep/capistrano-git-plugins"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.10"
  s.summary = "Plugins to support capistrano-git deployments"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
    else
      s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
    end
  else
    s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-git-plugins-0.0.10 capistrano-git-plugins.gemspec