rohitv-helloworld 0.1.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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/helloworld.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: be5561fe1c17c7341050bdf8f6e804d9e033fe088a4f95c898e46c57f06fcd65
4
+ data.tar.gz: ae9f27355bc367ce75335e1c7e1ac6868263ff770e1e9fc59998ebe06c249c52
5
+ SHA512:
6
+ metadata.gz: 24cee2ac0777e7a714df5ddae1f7cc94d3ac55f668ef2dffb1df8a070391d7de6fa0f9613e5f8277a8157ee59043d967c254c927fd562e08b72ad054b2c76a48
7
+ data.tar.gz: 22ce38a6114dde7bfb6638e8e4442ffc5531f6efd71524c0548370d3693b6f9209b7fd1f3786037544402b6d77a2c50c5dca461de8ddbf60b282d547ff9c33e2
data/lib/helloworld.rb ADDED
@@ -0,0 +1,5 @@
1
+ class HelloWorld
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rohitv-helloworld
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Rohit
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-07-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: rohitv@shriffle.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/helloworld.rb
20
+ homepage: https://RubyGems.org/gems/hola
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.2
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Say hello to the world!
43
+ test_files: []