# -*- encoding: utf-8 -*- # stub: capistrano-monit_runit 3.0.4 ruby lib Gem::Specification.new do |s| s.name = "capistrano-monit_runit".freeze s.version = "3.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Leif Ringstad".freeze] s.date = "2015-08-13" s.description = "Helpers for capistrano recipes using runit/monit.".freeze s.email = "leifcr@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "capistrano-monit_runit.gemspec".freeze, "lib/capistrano/base.rb".freeze, "lib/capistrano/capistrano-monit_runit.rb".freeze, "lib/capistrano/dsl/base_paths.rb".freeze, "lib/capistrano/dsl/monit_paths.rb".freeze, "lib/capistrano/dsl/runit_paths.rb".freeze, "lib/capistrano/helpers/base.rb".freeze, "lib/capistrano/helpers/monit.rb".freeze, "lib/capistrano/helpers/runit.rb".freeze, "lib/capistrano/monit.rb".freeze, "lib/capistrano/runit.rb".freeze, "lib/capistrano/tasks/base.rake".freeze, "lib/capistrano/tasks/monit.rake".freeze, "lib/capistrano/tasks/runit.rake".freeze, "templates/monit/app_include.conf.erb".freeze, "templates/monit/monitrc.erb".freeze, "templates/runit/finish.erb".freeze, "templates/runit/log_run.erb".freeze, "templates/runit/run.erb".freeze] s.homepage = "https://github.com/leifcr/capistrano-monit_runit".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Helpers for capistrano recipes using runit/monit".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end