Sha256: 968f52432244f2c29cb9bda1b1dc466ee28d086e2bdfa6d5e7424b0b994bffaf
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'capistrano/smartlogging/version' Gem::Specification.new do |spec| spec.name = "capistrano-smartlogging" spec.version = Capistrano::Smartlogging::VERSION spec.authors = ["Gen Takahashi"] spec.email = ["gendosu@gmail.com"] spec.summary = "Capistrano output to log file" spec.description = "formatter with additional processing to write on the stdout and log file." spec.homepage = "https://github.com/gendosu/capistrano-smartlogging" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_runtime_dependency "capistrano", [">= 3.1.0", "< 4.0.0"] spec.add_runtime_dependency "sshkit", [">= 1.6.1", "!= 1.7.0"] spec.add_development_dependency "bundler"#, "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-smartlogging-0.1.1 | capistrano-smartlogging.gemspec |