# -*- encoding: utf-8 -*- # stub: capistrano-ssh-agent 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano-ssh-agent".freeze s.version = "0.0.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 = ["Bruno Sutic".freeze] s.date = "2014-04-16" s.description = "This plugin helps you setup and debug `ssh-agent` forwarding for Capistrano\ndeployment.\nIt peforms a number of checks on the local machine as well as on the\nservers. Report output with suggested next steps is provided in case there\nare any errors with the setup.\n".freeze s.email = ["bruno.sutic@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-ssh-agent.gemspec".freeze, "lib/capistrano-ssh-agent.rb".freeze, "lib/capistrano/ssh_agent.rb".freeze, "lib/capistrano/ssh_agent/helper_methods.rb".freeze, "lib/capistrano/ssh_agent/report.rb".freeze, "lib/capistrano/ssh_agent/report/messages.rb".freeze, "lib/capistrano/ssh_agent/version.rb".freeze, "lib/capistrano/tasks/ssh_agent.rake".freeze] s.homepage = "https://github.com/bruno-/capistrano-ssh-agent".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This plugin helps you setup and debug `ssh-agent` forwarding for Capistrano deployment.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end