# -*- encoding: utf-8 -*- # stub: foreman_supervisory_authority 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "foreman_supervisory_authority".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 = ["Timo Goebel".freeze] s.date = "2019-07-19" s.description = "This plug-in for Foreman sends data to Elastic APM.".freeze s.email = ["mail@timogoebel.name".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/concerns/foreman_supervisory_authority/set_elastic_apm_context.rb".freeze, "config/foreman_supervisory_authority.yaml.example".freeze, "lib/foreman_supervisory_authority.rb".freeze, "lib/foreman_supervisory_authority/engine.rb".freeze, "lib/foreman_supervisory_authority/version.rb".freeze, "lib/tasks/foreman_supervisory_authority_tasks.rake".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/foreman_supervisory_authority_test.rb".freeze] s.homepage = "https://github.com/timogoebel/foreman_supervisory_authority".freeze s.licenses = ["GPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This Foreman plug-in integrates with Elastic APM.".freeze s.test_files = ["test/unit/foreman_supervisory_authority_test.rb".freeze, "test/test_plugin_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.64.0".freeze]) end