# -*- encoding: utf-8 -*- # stub: foreman_statistics 2.1.0 ruby lib Gem::Specification.new do |s| s.name = "foreman_statistics".freeze s.version = "2.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 = "2023-11-14" 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/jobs/foreman_statistics/trend_counter_job.rb".freeze, "app/models/concerns/foreman_statistics/has_many_trends.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/jest.config.js".freeze, "config/routes.rb".freeze, "db/migrate/20121012170851_create_trends.rb".freeze, "db/migrate/20121012170936_create_trend_counters.rb".freeze, "db/migrate/20150202094307_add_range_to_trend_counters.rb".freeze, "db/migrate/20181031155025_add_trend_counter_created_at_unique_constraint.rb".freeze, "db/migrate/20200605153005_migrate_core_types.rb".freeze, "db/migrate/20210523143005_migrate_environments.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/action_names.rb".freeze, "locale/ca/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/ca/foreman_statistics.po".freeze, "locale/cs_CZ/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/cs_CZ/foreman_statistics.po".freeze, "locale/de/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/de/foreman_statistics.po".freeze, "locale/en/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/en/foreman_statistics.po".freeze, "locale/en_GB/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/en_GB/foreman_statistics.po".freeze, "locale/es/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/es/foreman_statistics.po".freeze, "locale/foreman_statistics.pot".freeze, "locale/fr/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/fr/foreman_statistics.po".freeze, "locale/gemspec.rb".freeze, "locale/gl/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/gl/foreman_statistics.po".freeze, "locale/it/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/it/foreman_statistics.po".freeze, "locale/ja/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/ja/foreman_statistics.po".freeze, "locale/ka/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/ka/foreman_statistics.po".freeze, "locale/ko/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/ko/foreman_statistics.po".freeze, "locale/nl_NL/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/nl_NL/foreman_statistics.po".freeze, "locale/pl/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/pl/foreman_statistics.po".freeze, "locale/pt_BR/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/pt_BR/foreman_statistics.po".freeze, "locale/ru/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/ru/foreman_statistics.po".freeze, "locale/sv_SE/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/sv_SE/foreman_statistics.po".freeze, "locale/zh_CN/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/zh_CN/foreman_statistics.po".freeze, "locale/zh_TW/LC_MESSAGES/foreman_statistics.mo".freeze, "locale/zh_TW/foreman_statistics.po".freeze, "package.json".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_statistics_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, "webpack/fills_index.js".freeze, "webpack/index.js".freeze, "webpack/src/Components/StatisticsChartsList/StatisticsChartsList.fixtures.js".freeze, "webpack/src/Components/StatisticsChartsList/StatisticsChartsList.test.js".freeze, "webpack/src/Components/StatisticsChartsList/StatisticsChartsListStyles.scss".freeze, "webpack/src/Components/StatisticsChartsList/__snapshots__/StatisticsChartsList.test.js.snap".freeze, "webpack/src/Components/StatisticsChartsList/index.js".freeze, "webpack/src/ForemanStatistics.js".freeze, "webpack/src/Router/StatisticsPage/Statistics/Statistics.js".freeze, "webpack/src/Router/StatisticsPage/StatisticsPage.fixtures.js".freeze, "webpack/src/Router/StatisticsPage/StatisticsPage.js".freeze, "webpack/src/Router/StatisticsPage/StatisticsPageActions.js".freeze, "webpack/src/Router/StatisticsPage/StatisticsPageSelectors.js".freeze, "webpack/src/Router/StatisticsPage/__tests__/StatisticsPage.test.js".freeze, "webpack/src/Router/StatisticsPage/__tests__/StatisticsPageActions.test.js".freeze, "webpack/src/Router/StatisticsPage/__tests__/StatisticsPageSelectors.test.js".freeze, "webpack/src/Router/StatisticsPage/__tests__/__snapshots__/StatisticsPage.test.js.snap".freeze, "webpack/src/Router/StatisticsPage/__tests__/__snapshots__/StatisticsPageActions.test.js.snap".freeze, "webpack/src/Router/StatisticsPage/__tests__/__snapshots__/StatisticsPageSelectors.test.js.snap".freeze, "webpack/src/Router/StatisticsPage/constants.js".freeze, "webpack/src/Router/StatisticsPage/index.js".freeze, "webpack/src/Router/__snapshots__/routes.test.js.snap".freeze, "webpack/src/Router/index.js".freeze, "webpack/src/Router/routes.js".freeze, "webpack/src/Router/routes.test.js".freeze, "webpack/src/index.js".freeze, "webpack/src/reducers.js".freeze, "webpack/src/trends.js".freeze, "webpack/src/trends.test.js".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/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_statistics_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.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end