Sha256: e09bbbee3b3785cdd4ad7b4403506ce74834ab350cc4f4276bf4adc18d4709e2
Contents?: true
Size: 751 Bytes
Versions: 4
Compression:
Stored size: 751 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/capistrano/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Johannes Gorset"] gem.email = ["jgorset@gmail.com"] gem.description = "Capistrano tasks for foreman and upstart." gem.summary = "Capistrano tasks for foreman and upstart." gem.homepage = "http://github.com/hyperoslo/capistrano-foreman" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "capistrano-foreman" gem.require_paths = ["lib"] gem.version = Capistrano::Foreman::VERSION end
Version data entries
4 entries across 4 versions & 1 rubygems