Sha256: 42c20e68eaef08210000398018f8d7b68d730f0062c95d61b59ef7ed80bafdbd

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 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-fig"
  s.version = "0.4.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nick Schuch"]
  s.date = "2014-08-29"
  s.description = "A set of tasks for deploying Docker containers with Capistrano"
  s.email = "nick@myschuch.com"
  s.extra_rdoc_files = [
    "README.md"
  ]
  s.files = [
    "Gemfile",
    "Gemfile.lock",
    "README.md",
    "Rakefile",
    "VERSION",
    "capistrano-fig.gemspec",
    "lib/capistrano-fig.rb"
  ]
  s.homepage = "http://github.com/nickschuch/capistrano-fig/"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "A set of tasks for deploying Docker containers with Capistrano"

  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_runtime_dependency(%q<jeweler>, [">= 0"])
    else
      s.add_dependency(%q<jeweler>, [">= 0"])
    end
  else
    s.add_dependency(%q<jeweler>, [">= 0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-fig-0.4.0 capistrano-fig.gemspec