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 +4 -4
- data/lib/foreman_snapshot_management/version.rb +1 -1
- data/locale/gemspec.rb +1 -1
- data/package.json +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15c4811e22c26623aba9d42f68855dc19001469274c82792cf54e09cae842de3
|
|
4
|
+
data.tar.gz: 8f6507381145806178e8857364cc3f83f89d38c89e3d2ed8ea74136cc42b00c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b87bba270358286f98aae2b8c304f3e5583a15633ff3c449c3c195456db3b722d079631b50b69611bb6d4e658fbd5f264f6053409b424ee47a2d0ea5a22503d0
|
|
7
|
+
data.tar.gz: 32dbc85873b755427900fbfe3e5ba46fe402808e3cc9966d0d05210453b5b159b2f53290d9de948d35e70c95765207683aaf5b271b7aa37601b7464e7e528bcb
|
data/locale/gemspec.rb
CHANGED
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
|
|
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.
|
|
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-
|
|
10
|
+
date: 2026-03-05 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description: Foreman
|
|
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
|
|
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
|