ohaigem 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ohaigem.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d0faa240d1119a798d4dfee02cc7e78348c07a1e190f9783f733f602a6fed994
4
+ data.tar.gz: 77914ace9864364b2d42382909ae9410fc0d13f08fbfa70824abc93ff1f804cf
5
+ SHA512:
6
+ metadata.gz: c26c729d2c7ff7b1c9bbc271c1674f8fdd384123b7326987c07448cbaa89ffa22e9ef6d0b1734469cbdde503d5a8c49d873aeb414bc3cdcde21fa98fca77b660
7
+ data.tar.gz: 82844699ec8aeb7249fb84fb5280e70a1d5fbd65c63b19f960fbbd1c4e328ef32b3c98300943917ec9b1c54432fc55172642e61fdf833c824a5d1bb76c4ecd39
data/lib/ohaigem.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Ohai
2
+ def self.hi
3
+ puts "o hai world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ohaigem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryan C
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple o hai world gem
14
+ email: ryan.cartner@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ohaigem.rb
20
+ homepage: https://rubygems.org/gems/ohaigem
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.1.6
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: o hai!
43
+ test_files: []