edelstein 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7cf6c27bd970003e76a9f7e679c3845f14d74f635a6e0602eaac4686c27ae053
4
+ data.tar.gz: '01902e8197a6346d33fcde24b74f7d59da07088dd8ce8be66a5571c29b9178c7'
5
+ SHA512:
6
+ metadata.gz: 3ba67f48611ceb57996e4cff216932d1191d6ecd22751b9d77ec702bac1a26c8d166f83101d4848f22451ab5217b623864c26caae2e8e65523b48355f83dc619
7
+ data.tar.gz: adf4e660b1d068ececb10c21b8912715dc151ca2e2d9a48014353bdeba0be0ab1ab45c1430c12f9e198384947e8855cf36d69f18c5fd1c4c6de09d0b00605b81
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Brandon Weaver
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Edelstein
2
+
3
+ More info to come.
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Edelstein
4
+ VERSION = "0.0.0"
5
+ end
data/lib/edelstein.rb ADDED
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "edelstein/version"
4
+
5
+ module Edelstein
6
+ # More info to come
7
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: edelstein
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Brandon Weaver
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-09-06 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: More info to come
13
+ email:
14
+ - keystonelemur@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - README.md
21
+ - lib/edelstein.rb
22
+ - lib/edelstein/version.rb
23
+ homepage: https://github.com/baweaver/edelstein
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ allowed_push_host: https://rubygems.org
28
+ homepage_uri: https://github.com/baweaver/edelstein
29
+ source_code_uri: https://github.com/baweaver/edelstein
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: 3.0.0
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.6.6
45
+ specification_version: 4
46
+ summary: More info to come
47
+ test_files: []