# -*- encoding: utf-8 -*- # stub: magic_recipes_two 0.0.88 ruby lib Gem::Specification.new do |s| s.name = "magic_recipes_two".freeze s.version = "0.0.88".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Torsten Wetzel".freeze] s.date = "2019-01-21" s.description = "MagicRecipesTwo contains our most used deployment recipes for Capistrano-3.".freeze s.email = ["torstenwetzel@berlinmagic.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "lib/capistrano/magic_recipes.rb".freeze, "lib/capistrano/magic_recipes/assets.rb".freeze, "lib/capistrano/magic_recipes/base_helpers.rb".freeze, "lib/capistrano/magic_recipes/db.rb".freeze, "lib/capistrano/magic_recipes/exception_pages.rb".freeze, "lib/capistrano/magic_recipes/inform_slack.rb".freeze, "lib/capistrano/magic_recipes/lets_encrypt.rb".freeze, "lib/capistrano/magic_recipes/logs.rb".freeze, "lib/capistrano/magic_recipes/monit.rb".freeze, "lib/capistrano/magic_recipes/nginx.rb".freeze, "lib/capistrano/magic_recipes/pwa.rb".freeze, "lib/capistrano/magic_recipes/redis.rb".freeze, "lib/capistrano/magic_recipes/secrets.rb".freeze, "lib/capistrano/magic_recipes/sidekiq.rb".freeze, "lib/capistrano/magic_recipes/thin.rb".freeze, "lib/capistrano/magic_recipes/version.rb".freeze, "lib/capistrano/tasks/assets.rake".freeze, "lib/capistrano/tasks/db.rake".freeze, "lib/capistrano/tasks/exception_pages.rake".freeze, "lib/capistrano/tasks/inform_slack.rake".freeze, "lib/capistrano/tasks/lets_encrypt.rake".freeze, "lib/capistrano/tasks/logs.rake".freeze, "lib/capistrano/tasks/monit.rake".freeze, "lib/capistrano/tasks/monit_sidekiq.rake".freeze, "lib/capistrano/tasks/nginx.rake".freeze, "lib/capistrano/tasks/pwa.rake".freeze, "lib/capistrano/tasks/redis.rake".freeze, "lib/capistrano/tasks/secrets.rake".freeze, "lib/capistrano/tasks/sidekiq.rake".freeze, "lib/capistrano/tasks/thin.rake".freeze, "lib/generators/capistrano/magic_recipes/templates/capistrano3_nginx_conf.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/monitrc.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/nginx.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/redis.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/sidekiq.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/thin.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/monit/website.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx.conf.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/diffie_hellman.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/media_cache_path.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/media_cache_server.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/rails_cache_path.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/rails_cache_server.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/nginx_pwa.conf.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/postgresql.yml.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/secrets_yml.erb".freeze, "lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb".freeze, "lib/magic_recipes_two.rb".freeze, "lib/tasks/magic_recipes_two_tasks.rake".freeze] s.homepage = "https://github.com/berlinmagic/magic_recipes_two".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Some recipes for rails-4 and capistrano-3.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end