aesirsystems-delta 0.0.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 +7 -0
- data/lib/aesirsystems-delta.rb +12 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 10bf722c2d7cdcc3b1087fcdc5ef834f24f60a886977f62b466c0f2d2db847a1
|
|
4
|
+
data.tar.gz: 8cb80ea3bc9b4cef731633da8b15fc5d11b8388aaf3ff67f0218e5ad39f57726
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a23ebcb6b2eb98b147099aee4f1ddc74f6b946a92071487da568154a07a60fd65d366dae7a7a22c3cb8961ac79c8a1703d697cdc78805207eef64d058f93ecf2
|
|
7
|
+
data.tar.gz: 67cf88246d3f83fb28d36554b7f40a1cd1a4083bb354f265f8e4fc078639af9affa9d148f6401c1e07f09d00debe1e874efb8e6f7c35e7f8bce03779d1e1784e
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Aesir Systems Delta - InSpec Profile Merge Tool
|
|
4
|
+
# This is a placeholder gem to reserve the namespace.
|
|
5
|
+
# Full release coming soon.
|
|
6
|
+
# See https://github.com/aesirsystems/aesirsystems-delta
|
|
7
|
+
|
|
8
|
+
module Aesirsystems
|
|
9
|
+
module Delta
|
|
10
|
+
VERSION = "0.0.1"
|
|
11
|
+
end
|
|
12
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: aesirsystems-delta
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Aesir Systems
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: AST-based InSpec profile merging with 100% code preservation. Full release
|
|
13
|
+
coming soon from Aesir Systems. See https://github.com/aesirsystems
|
|
14
|
+
email:
|
|
15
|
+
- info@aesirsystems.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/aesirsystems-delta.rb
|
|
21
|
+
homepage: https://github.com/aesirsystems/aesirsystems-delta
|
|
22
|
+
licenses:
|
|
23
|
+
- Apache-2.0
|
|
24
|
+
metadata:
|
|
25
|
+
homepage_uri: https://github.com/aesirsystems/aesirsystems-delta
|
|
26
|
+
source_code_uri: https://github.com/aesirsystems/aesirsystems-delta
|
|
27
|
+
bug_tracker_uri: https://github.com/aesirsystems/aesirsystems-delta/issues
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: 3.0.0
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubygems_version: 3.7.2
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: InSpec profile delta and merge tool (placeholder)
|
|
45
|
+
test_files: []
|