Sha256: 903f0fb0188cf9e88667e25abc2c2288dc797e6994f2ff1d74f50c11c7a7cec0
Contents?: true
Size: 1.21 KB
Versions: 2
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.2.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-fig-0.2.1 | capistrano-fig.gemspec |
capistrano-fig-0.2.0 | capistrano-fig.gemspec |