phloem 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/phloem.rb +4 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b19871308c3dc2025fa78cbb0ced744ebba3781b7b6da372f2454e355afd0bc7
4
+ data.tar.gz: 4215b47c25503c9c5b906ce43328723dfc82eeaea74df10c8099950b0bffb530
5
+ SHA512:
6
+ metadata.gz: 8ef0e4c4e5202696e116572ffc111e16c9b45e16f93d11ac7d6912d16e92a7e93d3c9fea9dbebe3af4daea292c974885528cb80cb2f1e3dd08af4794bf20059a
7
+ data.tar.gz: 5a53a67016461fb28cb46ee1ba9d34b08ac9c4f31b097dc0e742371cde32b6288c85534efec5ce3f8bca574604a98f23ab8c1b7ebce6db9377ed15c3d0be40ed
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # phloem
2
+
3
+ Placeholder gem reserving the `phloem` name for the phloem project - CI/CD for hardware test (https://phloem.ai).
data/lib/phloem.rb ADDED
@@ -0,0 +1,4 @@
1
+ # Placeholder gem reserving the "phloem" name for the phloem project (https://phloem.ai).
2
+ module Phloem
3
+ VERSION = "0.0.1"
4
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phloem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Akash Patro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-09-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder gem reserving the phloem name for the phloem project - CI/CD
14
+ for hardware test.
15
+ email:
16
+ - akashkupatro@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/phloem.rb
23
+ homepage: https://phloem.ai
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
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: '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.3.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Placeholder for the phloem project (phloem.ai)
46
+ test_files: []