shivani 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/shivani.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1fe876ee61051180785ba9fe83bda31d0dbcf206a6d1ed2b34b1bd9c5853243a
4
+ data.tar.gz: e711922b1ad3ceeec1b10a262dfb1d122c00b4c424d3e9f174c0277a93c607a3
5
+ SHA512:
6
+ metadata.gz: 4aebd579595cee8976a58ea38c8e2b86e7c32b1ab2aee3bf83eb3ee397a80cb3423be20466d79eefaf1949411c53db71531bc78e96af22dcddb09842a7345442
7
+ data.tar.gz: 1e00af96b6f2f6b82046a7ab69f853ba311e4da36501f33b50bf282b5236562de0493442b86c8cc86c03346a7923974b9c5622482821bf5e47cef554c36be98e
data/lib/shivani.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hello
2
+ self def.hi
3
+ puts "Hello World, This is my first Ruby Gem"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shivani
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - uic.shivanijaswal@gmail.com
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-10-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: uic.shivanijaswal@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/shivani.rb
20
+ homepage: https://rubygems.org/gems/shivani_jaswal
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.3.22
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Shivani_Hello_World
43
+ test_files: []