foreman_snapshot_management 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5349e63284eef13c5d08260ac71b060ef9bcb8b6bac2e31143d511bf8de66a3b
4
- data.tar.gz: 7eec5ae8a7a406c464d1d074375af37caf4c7bbff814edb5fe6c3a66497c47b2
3
+ metadata.gz: 15c4811e22c26623aba9d42f68855dc19001469274c82792cf54e09cae842de3
4
+ data.tar.gz: 8f6507381145806178e8857364cc3f83f89d38c89e3d2ed8ea74136cc42b00c5
5
5
  SHA512:
6
- metadata.gz: 523ca42d75b0c24a08351a39c912fee62cc388e65ffa930830361d213eae1e50fd17539b53ad22cc894060fb83dac4382042949b670e6fba5df05cd5b18c25d9
7
- data.tar.gz: 59f74f5ede323d8cbe3d8a3e625be541af7ffebc98104a5890e54d80712e0e4ececf5a8451af2fd85aaf0e98e12c8680e8192c12734afb13c8f39e341fa7dc2d
6
+ metadata.gz: b87bba270358286f98aae2b8c304f3e5583a15633ff3c449c3c195456db3b722d079631b50b69611bb6d4e658fbd5f264f6053409b424ee47a2d0ea5a22503d0
7
+ data.tar.gz: 32dbc85873b755427900fbfe3e5ba46fe402808e3cc9966d0d05210453b5b159b2f53290d9de948d35e70c95765207683aaf5b271b7aa37601b7464e7e528bcb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanSnapshotManagement
4
- VERSION = '4.2.0'
4
+ VERSION = '4.2.1'
5
5
  end
data/locale/gemspec.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Matches foreman_snapshot_management.gemspec
4
- _('Foreman-plugin to manage snapshots in a virtual-hardware environments.')
4
+ _('Foreman plugin to manage snapshots of virtual machines.')
data/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "foreman_snapshot_management",
3
3
  "version": "3.0.0",
4
- "description": "Foreman-plugin to manage snapshots in a virtual-hardware environments.",
4
+ "description": "Foreman plugin to manage snapshots of virtual machines.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "lint": "tfm-lint --plugin -d /webpack",
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_snapshot_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ATIX AG
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-02-12 00:00:00.000000000 Z
10
+ date: 2026-03-05 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: Foreman-plugin to manage snapshots in a virtual-hardware environments.
12
+ description: Foreman plugin to manage snapshots of virtual machines.
13
13
  email:
14
14
  - info@atix.de
15
15
  executables: []
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements: []
142
142
  rubygems_version: 4.0.3
143
143
  specification_version: 4
144
- summary: Snapshot Management for machines on virtualization-platforms
144
+ summary: Snapshot Management for virtual machines
145
145
  test_files:
146
146
  - test/controllers/api/v2/bulk_snapshots_controller_test.rb
147
147
  - test/controllers/api/v2/snapshots_test.rb