aesir 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/aesir.rb +10 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a88f872e4be02b8ae28fddc140800d127b755555f41bd22618075abe765a757e
4
+ data.tar.gz: 516696cbba0e81f399f7500ef5d61b8eb3e1545d031fe47430c67e383ad53c04
5
+ SHA512:
6
+ metadata.gz: dcaf9fd0121a1b53361980bda14237623be47829d77899f4594dfab59a57a6039cf61b7afbf70b44522607e2774871fe7e600fc61393c74e7b76993a28d8ffa0
7
+ data.tar.gz: 9d619c5fc3fb076ba4b8752f47836ca7089d7d26eb00563016a4b3c82da8fb30d4e5fc4f4a62a239fcfe1cf35f4ffe3f02675eb37719b032954b952a59a5caea
data/lib/aesir.rb ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Aesir Systems - Security Automation Platform
4
+ # This is a placeholder gem to reserve the namespace.
5
+ # Full release coming soon.
6
+ # See https://github.com/aesirsystems
7
+
8
+ module Aesir
9
+ VERSION = "0.0.1"
10
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aesir
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: Placeholder gem for Aesir Systems security automation tools. Full release
13
+ coming soon. See https://github.com/aesirsystems
14
+ email:
15
+ - info@aesirsystems.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/aesir.rb
21
+ homepage: https://github.com/aesirsystems
22
+ licenses:
23
+ - Apache-2.0
24
+ metadata:
25
+ homepage_uri: https://github.com/aesirsystems
26
+ source_code_uri: https://github.com/aesirsystems/aesir
27
+ bug_tracker_uri: https://github.com/aesirsystems/aesir/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: Aesir Systems - Security automation platform (placeholder)
45
+ test_files: []