# -*- encoding: utf-8 -*- # stub: capistrano-smartlogging 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano-smartlogging".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gen Takahashi".freeze] s.date = "2015-03-23" s.description = "formatter with additional processing to write on the stdout and log file.".freeze s.email = ["gendosu@gmail.com".freeze] s.files = [".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "capistrano-smartlogging.gemspec".freeze, "lib/capistrano/smartlogging.rb".freeze, "lib/capistrano/smartlogging/configuration.rb".freeze, "lib/capistrano/smartlogging/formatter.rb".freeze, "lib/capistrano/smartlogging/version.rb".freeze, "lib/sshkit/formatter/smartlogging.rb".freeze] s.homepage = "https://github.com/gendosu/capistrano-smartlogging".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano output to log file".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1.0".freeze, "< 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.6.1".freeze, "!= 1.7.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.0".freeze]) end