ecosystem 0.0.0

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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ecosystem.rb +4 -0
  3. data/lib/version.rb +5 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f7f825b4f9a0ffc02a8c56614d3b35eef43d30b67251bbf31d1bfa5328a0c719
4
+ data.tar.gz: 9508b9b36db0dc1803a2a004dd16f2df8029a189e894a2b28f8c2b8f2eb5115d
5
+ SHA512:
6
+ metadata.gz: 0ce544e78c57206b6ee13650870816fcf40cd997f431e4b9b0e25c1ba7ec237891f2b7926d0d5cf853b5682e9232eb3c9e2d88ac930258d5257d4c9406c86b9a
7
+ data.tar.gz: 1dfef9aa319531ae11bf44907ce73bc8eec2a830081d6ef6f544b3e7ef6846fa634902d307a398fbb47144afc19dd5a9a5d72bfcecdcc615450a7b4cf8b6b73d
data/lib/ecosystem.rb ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Ecosystem
4
+ end
data/lib/version.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Ecosystem
4
+ VERSION = '0.0.0'
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ecosystem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - maedi
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Distributed event-driven architecture for Low components (LowLoop, LowEvent)
13
+ and Raindeer.
14
+ email:
15
+ - maediprichard@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/ecosystem.rb
21
+ - lib/version.rb
22
+ homepage: https://github.com/raindeer-rb/ecosystem
23
+ licenses: []
24
+ metadata:
25
+ homepage_uri: https://github.com/raindeer-rb/ecosystem
26
+ source_code_uri: https://github.com/raindeer-rb/ecosystem/src/branch/main
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 3.3.0
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.7.2
42
+ specification_version: 4
43
+ summary: Distributed event-driven architecture for Raindeer
44
+ test_files: []