--- !ruby/object:Gem::Specification name: foreman_scc_manager version: !ruby/object:Gem::Version version: 1.8.15 platform: ruby authors: - ATIX AG autorequire: bindir: bin cert_chain: [] date: 2021-12-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6' - - ">=" - !ruby/object:Gem::Version version: 6.3.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6' - - ">=" - !ruby/object:Gem::Version version: 6.3.1 - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.89.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.89.0 - !ruby/object:Gem::Dependency name: rubocop-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: foreman-tasks requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.10' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.10' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.1' description: Foreman plugin to sync SUSE Customer Center products and repositories into Katello. email: - info@atix.de executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - app/assets/javascripts/foreman_scc_manager/scc_accounts.js.coffee - app/controllers/api/v2/scc_accounts_controller.rb - app/controllers/api/v2/scc_products_controller.rb - app/controllers/scc_accounts_controller.rb - app/controllers/scc_products_controller.rb - app/helpers/scc_accounts_helper.rb - app/helpers/scc_product_helper.rb - app/lib/actions/scc_manager/subscribe_product.rb - app/lib/actions/scc_manager/sync.rb - app/lib/actions/scc_manager/sync_plan_account_repositories.rb - app/lib/actions/scc_manager/sync_products.rb - app/lib/actions/scc_manager/sync_repositories.rb - app/lib/scc_manager.rb - app/models/concerns/recurring_logic_extensions.rb - app/models/scc_account.rb - app/models/scc_account_sync_plan_task_group.rb - app/models/scc_extending.rb - app/models/scc_product.rb - app/models/scc_repository.rb - app/views/api/v2/scc_accounts/base.json.rabl - app/views/api/v2/scc_accounts/index.json.rabl - app/views/api/v2/scc_accounts/main.json.rabl - app/views/api/v2/scc_accounts/show.json.rabl - app/views/api/v2/scc_products/base.json.rabl - app/views/api/v2/scc_products/index.json.rabl - app/views/api/v2/scc_products/main.json.rabl - app/views/api/v2/scc_products/show.json.rabl - app/views/scc_account_sync_plan_task_groups/_scc_account_sync_plan_task_groups.html.erb - app/views/scc_accounts/_form.html.erb - app/views/scc_accounts/edit.html.erb - app/views/scc_accounts/index.html.erb - app/views/scc_accounts/new.html.erb - app/views/scc_accounts/show.html.erb - config/routes.rb - db/migrate/20170221100619_create_scc_accounts.rb - db/migrate/20170227103408_create_scc_products.rb - db/migrate/20170301131641_create_scc_repositories.rb - db/migrate/20170301141330_create_scc_products_scc_repositories_join_table.rb - db/migrate/20170301163451_add_product_type_to_scc_product.rb - db/migrate/20170302082912_remove_repositories_from_scc_products.rb - db/migrate/20170302121542_create_scc_extendings.rb - db/migrate/20170303085304_add_organization_to_scc_account.rb - db/migrate/20170303131704_add_product_id_to_scc_product.rb - db/migrate/20170307092057_add_synced_to_scc_account.rb - db/migrate/20170418132648_add_name_to_scc_account.rb - db/migrate/20170505063726_add_sync_status_to_scc_account.rb - db/migrate/20180321000000_change_sync_status_to_sync_task.rb - db/migrate/20190417202427_add_recurring_sync.foreman_scc_manager.rb - db/migrate/20200520281300_fix_scc_permissions.rb - db/migrate/20201119084201_add_gpg_key_to_scc_account.rb - db/migrate/20210205082733_add_subscription_valid_to_scc_products_and_repos.rb - db/migrate/20210210104407_add_root_repository_id_to_scc_repository.rb - db/migrate/20210224095050_connect_katello_root_repository_to_scc_repository.rb - db/migrate/20210713092440_add_permissions.rb - lib/foreman_scc_manager.rb - lib/foreman_scc_manager/engine.rb - lib/foreman_scc_manager/version.rb - lib/tasks/rubocop.rake - lib/tasks/test.rake - locale/Makefile - locale/action_names.rb - locale/de/LC_MESSAGES/foreman_scc_manager.mo - locale/de/foreman_scc_manager.po - locale/en/LC_MESSAGES/foreman_scc_manager.mo - locale/en/foreman_scc_manager.po - locale/foreman_scc_manager.pot - locale/gemspec.rb - test/actions/sync_test.rb - test/controllers/api/v2/scc_accounts_test.rb - test/controllers/api/v2/scc_products_test.rb - test/controllers/scc_accounts_controller_test.rb - test/factories/foreman_scc_manager_factories.rb - test/features/sync_test.rb - test/fixtures/files/data_products_page1.json - test/fixtures/files/data_products_page2.json - test/fixtures/files/data_repositories.json - test/fixtures/files/data_subscriptions.json - test/fixtures/models/scc_accounts.yml - test/fixtures/models/scc_products.yml - test/fixtures/models/scc_repositories.yml - test/models/scc_account_test.rb - test/models/scc_product_test.rb - test/support/fixtures_support.rb - test/test_plugin_helper.rb - test/unit/foreman_scc_manager_test.rb homepage: https://www.orcharhino.com/ licenses: - GPL-3.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Suse Customer Center plugin for Foreman test_files: - test/unit/foreman_scc_manager_test.rb - test/features/sync_test.rb - test/models/scc_product_test.rb - test/models/scc_account_test.rb - test/factories/foreman_scc_manager_factories.rb - test/controllers/api/v2/scc_accounts_test.rb - test/controllers/api/v2/scc_products_test.rb - test/controllers/scc_accounts_controller_test.rb - test/actions/sync_test.rb - test/support/fixtures_support.rb - test/fixtures/models/scc_accounts.yml - test/fixtures/models/scc_repositories.yml - test/fixtures/models/scc_products.yml - test/fixtures/files/data_products_page2.json - test/fixtures/files/data_products_page1.json - test/fixtures/files/data_subscriptions.json - test/fixtures/files/data_repositories.json - test/test_plugin_helper.rb