trees 0.1.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/plugs.rb +5 -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: bc7886d327dd2a8f6d2a3833a08ba2b555b198d441c0348e276670514fde2b5f
4
+ data.tar.gz: a7a6a657bb62fa25936a50b4c991e260e0d1daf6b421c063b4184a088f89b57a
5
+ SHA512:
6
+ metadata.gz: ddd1461e661cfc499e54d516f801ececa8fafbfd3613f9bbb119d2ee14b62701d6b3e05784f3539619cbcd75adbb3476209416e2e3fa64b2a09a42342f23e7c4
7
+ data.tar.gz: af7bb3374418c5b39151076c07fceb1c38d58bf44deb890bfffb4d88c5a0a2218477e40e830e29418fecb374bc6804c3c52e722ed575260be99e31e2a0928674
data/lib/plugs.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Trees
4
+
5
+ end
data/lib/version.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Trees
4
+ VERSION = '0.1.0'
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trees
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.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: "A CLI framework where you write the literal terminal commands and \nTrees
13
+ breaks them apart into a tree of options.\n"
14
+ email:
15
+ - maediprichard@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/plugs.rb
21
+ - lib/version.rb
22
+ homepage: https://github.com/raindeer-rb/trees
23
+ licenses: []
24
+ metadata:
25
+ homepage_uri: https://github.com/raindeer-rb/trees
26
+ source_code_uri: https://github.com/raindeer-rb/trees/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: 4.0.6
42
+ specification_version: 4
43
+ summary: A CLI framework where you write the literal terminal commands.
44
+ test_files: []