# -*- encoding: utf-8 -*- # stub: foreman_statistics 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "foreman_statistics".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ondrej Ezr".freeze] s.date = "2020-06-10" s.description = "Statistics and Trends for Foreman gives users overview of their infrastructure.".freeze s.email = ["oezr@redhat.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/concerns/foreman_statistics/parameters/trend.rb".freeze, "app/controllers/foreman_statistics/api/v2/statistics_controller.rb".freeze, "app/controllers/foreman_statistics/api/v2/trends_controller.rb".freeze, "app/controllers/foreman_statistics/react_controller.rb".freeze, "app/controllers/foreman_statistics/statistics_controller.rb".freeze, "app/controllers/foreman_statistics/trends_controller.rb".freeze, "app/helpers/foreman_statistics/trends_helper.rb".freeze, "app/models/concerns/foreman_statistics/compute_resource_decorations.rb".freeze, "app/models/concerns/foreman_statistics/environment_decorations.rb".freeze, "app/models/concerns/foreman_statistics/general_setting_decorations.rb".freeze, "app/models/concerns/foreman_statistics/hostgroup_decorations.rb".freeze, "app/models/concerns/foreman_statistics/model_decorations.rb".freeze, "app/models/concerns/foreman_statistics/operatingsystem_decorations.rb".freeze, "app/models/concerns/foreman_statistics/setting_decorations.rb".freeze, "app/models/foreman_statistics/fact_trend.rb".freeze, "app/models/foreman_statistics/foreman_trend.rb".freeze, "app/models/foreman_statistics/trend.rb".freeze, "app/models/foreman_statistics/trend_counter.rb".freeze, "app/services/foreman_statistics/statistics.rb".freeze, "app/services/foreman_statistics/statistics/base.rb".freeze, "app/services/foreman_statistics/statistics/count_facts.rb".freeze, "app/services/foreman_statistics/statistics/count_hosts.rb".freeze, "app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb".freeze, "app/services/foreman_statistics/statistics/count_puppet_classes.rb".freeze, "app/services/foreman_statistics/trend_importer.rb".freeze, "app/views/foreman_statistics/api/v2/trends/base.json.rabl".freeze, "app/views/foreman_statistics/api/v2/trends/create.json.rabl".freeze, "app/views/foreman_statistics/api/v2/trends/index.json.rabl".freeze, "app/views/foreman_statistics/api/v2/trends/main.json.rabl".freeze, "app/views/foreman_statistics/api/v2/trends/show.json.rabl".freeze, "app/views/foreman_statistics/api/v2/trends/update.json.rabl".freeze, "app/views/foreman_statistics/layouts/application_react.html.erb".freeze, "app/views/foreman_statistics/trends/_empty_data.html.erb".freeze, "app/views/foreman_statistics/trends/_fields.html.erb".freeze, "app/views/foreman_statistics/trends/_form.html.erb".freeze, "app/views/foreman_statistics/trends/_hosts.html.erb".freeze, "app/views/foreman_statistics/trends/edit.html.erb".freeze, "app/views/foreman_statistics/trends/index.html.erb".freeze, "app/views/foreman_statistics/trends/new.html.erb".freeze, "app/views/foreman_statistics/trends/show.html.erb".freeze, "app/views/foreman_statistics/trends/welcome.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20200605153005_migrate_core_types.rb".freeze, "db/migrate_foreman/20121012170851_create_trends.rb".freeze, "db/migrate_foreman/20121012170936_create_trend_counters.rb".freeze, "db/migrate_foreman/20150202094307_add_range_to_trend_counters.rb".freeze, "db/migrate_foreman/20181031155025_add_trend_counter_created_at_unique_constraint.rb".freeze, "lib/foreman_statistics.rb".freeze, "lib/foreman_statistics/engine.rb".freeze, "lib/foreman_statistics/version.rb".freeze, "lib/tasks/foreman_statistics_tasks.rake".freeze, "locale/Makefile".freeze, "locale/en/foreman_statistics.po".freeze, "locale/foreman_statistics.pot".freeze, "locale/gemspec.rb".freeze, "test/factories/foreman_statistics_factories.rb".freeze, "test/fixtures/permissions.yml".freeze, "test/fixtures/settings.yml".freeze, "test/functional/foreman_statistics/api/v2/statistics_controller_test.rb".freeze, "test/functional/foreman_statistics/api/v2/trends_controller_test.rb".freeze, "test/functional/foreman_statistics/statistics_controller_test.rb".freeze, "test/functional/foreman_statistics/trends_controller_test.rb".freeze, "test/models/foreman_statistics/trend_counter_test.rb".freeze, "test/models/foreman_statistics/trend_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/foreman_statistics/access_permissions_test.rb".freeze, "test/unit/foreman_statistics/statistics_test.rb".freeze, "test/unit/foreman_statistics_test.rb".freeze, "test/unit/tasks/foreman_statistics_tasks_test.rb".freeze] s.homepage = "https://theforeman.org".freeze s.licenses = ["GPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Add Statistics and Trends.".freeze s.test_files = ["test/functional/foreman_statistics/trends_controller_test.rb".freeze, "test/functional/foreman_statistics/statistics_controller_test.rb".freeze, "test/functional/foreman_statistics/api/v2/trends_controller_test.rb".freeze, "test/functional/foreman_statistics/api/v2/statistics_controller_test.rb".freeze, "test/models/foreman_statistics/trend_test.rb".freeze, "test/models/foreman_statistics/trend_counter_test.rb".freeze, "test/unit/foreman_statistics/statistics_test.rb".freeze, "test/unit/foreman_statistics/access_permissions_test.rb".freeze, "test/unit/tasks/foreman_statistics_tasks_test.rb".freeze, "test/unit/foreman_statistics_test.rb".freeze, "test/factories/foreman_statistics_factories.rb".freeze, "test/fixtures/settings.yml".freeze, "test/fixtures/permissions.yml".freeze, "test/test_plugin_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5.2".freeze]) end