foreman_scc_manager 2.1.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_scc_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ATIX AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -73,33 +73,19 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  - !ruby/object:Gem::Dependency
76
- name: foreman-tasks
76
+ name: katello
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: '0.10'
81
+ version: '3.16'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- version: '0.10'
89
- - !ruby/object:Gem::Dependency
90
- name: rails
91
- requirement: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - ">="
94
- - !ruby/object:Gem::Version
95
- version: '5.1'
96
- type: :runtime
97
- prerelease: false
98
- version_requirements: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: '5.1'
88
+ version: '3.16'
103
89
  description: Foreman plugin to sync SUSE Customer Center products and repositories
104
90
  into Katello.
105
91
  email:
@@ -183,10 +169,18 @@ files:
183
169
  - locale/action_names.rb
184
170
  - locale/de/LC_MESSAGES/foreman_scc_manager.mo
185
171
  - locale/de/foreman_scc_manager.po
172
+ - locale/el/LC_MESSAGES/foreman_scc_manager.mo
173
+ - locale/el/foreman_scc_manager.po
186
174
  - locale/en/LC_MESSAGES/foreman_scc_manager.mo
187
175
  - locale/en/foreman_scc_manager.po
188
176
  - locale/foreman_scc_manager.pot
189
177
  - locale/gemspec.rb
178
+ - locale/ja/LC_MESSAGES/foreman_scc_manager.mo
179
+ - locale/ja/foreman_scc_manager.po
180
+ - locale/ka/LC_MESSAGES/foreman_scc_manager.mo
181
+ - locale/ka/foreman_scc_manager.po
182
+ - locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo
183
+ - locale/zh_CN/foreman_scc_manager.po
190
184
  - package.json
191
185
  - test/actions/sync_test.rb
192
186
  - test/controllers/api/v2/scc_accounts_test.rb
@@ -249,28 +243,27 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
243
  - !ruby/object:Gem::Version
250
244
  version: '0'
251
245
  requirements: []
252
- rubyforge_project:
253
- rubygems_version: 2.7.6
246
+ rubygems_version: 3.1.2
254
247
  signing_key:
255
248
  specification_version: 4
256
249
  summary: Suse Customer Center plugin for Foreman
257
250
  test_files:
258
- - test/fixtures/models/scc_products.yml
251
+ - test/support/fixtures_support.rb
252
+ - test/unit/foreman_scc_manager_test.rb
253
+ - test/actions/sync_test.rb
254
+ - test/test_plugin_helper.rb
255
+ - test/factories/foreman_scc_manager_factories.rb
256
+ - test/models/scc_product_test.rb
257
+ - test/models/scc_account_test.rb
258
+ - test/features/sync_test.rb
259
259
  - test/fixtures/models/scc_repositories.yml
260
- - test/fixtures/models/scc_accounts.yml
261
260
  - test/fixtures/models/katello_root_repositories.yml
262
- - test/fixtures/files/data_subscriptions.json
261
+ - test/fixtures/models/scc_accounts.yml
262
+ - test/fixtures/models/scc_products.yml
263
263
  - test/fixtures/files/data_products_page1.json
264
- - test/fixtures/files/data_repositories.json
264
+ - test/fixtures/files/data_subscriptions.json
265
265
  - test/fixtures/files/data_products_page2.json
266
- - test/actions/sync_test.rb
267
- - test/features/sync_test.rb
268
- - test/factories/foreman_scc_manager_factories.rb
269
- - test/unit/foreman_scc_manager_test.rb
270
- - test/test_plugin_helper.rb
271
- - test/support/fixtures_support.rb
272
- - test/models/scc_account_test.rb
273
- - test/models/scc_product_test.rb
266
+ - test/fixtures/files/data_repositories.json
274
267
  - test/controllers/scc_accounts_controller_test.rb
275
268
  - test/controllers/api/v2/scc_products_test.rb
276
269
  - test/controllers/api/v2/scc_accounts_test.rb