shivani 0.0.0 → 2.2.2

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 +4 -4
  2. data/lib/shivani.rb +4 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fe876ee61051180785ba9fe83bda31d0dbcf206a6d1ed2b34b1bd9c5853243a
4
- data.tar.gz: e711922b1ad3ceeec1b10a262dfb1d122c00b4c424d3e9f174c0277a93c607a3
3
+ metadata.gz: 6534a4aa79d7fa4d836e4fc569a39ab09de687efe99268e8929e920510328aec
4
+ data.tar.gz: ab3a7d87d535f7f69b7c103352d9ede2d8928e78620e639b629a201af55a7644
5
5
  SHA512:
6
- metadata.gz: 4aebd579595cee8976a58ea38c8e2b86e7c32b1ab2aee3bf83eb3ee397a80cb3423be20466d79eefaf1949411c53db71531bc78e96af22dcddb09842a7345442
7
- data.tar.gz: 1e00af96b6f2f6b82046a7ab69f853ba311e4da36501f33b50bf282b5236562de0493442b86c8cc86c03346a7923974b9c5622482821bf5e47cef554c36be98e
6
+ metadata.gz: ffd73fa63aae5e9b9a6e4f31953dd76926031d606b10b5b22325c86b6b5da7b780e9dc51259ca00ca3c230a67a712f349d68c69368be9c6d299fe9f4491aa35f
7
+ data.tar.gz: aad475f826985c6592981b45aa74e05ecd32cf9b2a4d9a20aef7f22b35dc9502cd0025578e2360246c03edd5b9385fbd48074559029e3ed2e03fc1aea2a36e3e
data/lib/shivani.rb CHANGED
@@ -1,5 +1,5 @@
1
- class Hello
2
- self def.hi
3
- puts "Hello World, This is my first Ruby Gem"
1
+ class Samplegem
2
+ def self.hi
3
+ puts "Hello World, I am getting into RubyGems!!"
4
+ end
4
5
  end
5
- end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shivani
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - uic.shivanijaswal@gmail.com
7
+ - Shivani Jaswal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -17,7 +17,7 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - lib/shivani.rb
20
- homepage: https://rubygems.org/gems/shivani_jaswal
20
+ homepage: https://rubygems.org/gems/shivani-jaswal
21
21
  licenses:
22
22
  - MIT
23
23
  metadata: {}
@@ -39,5 +39,5 @@ requirements: []
39
39
  rubygems_version: 3.3.22
40
40
  signing_key:
41
41
  specification_version: 4
42
- summary: Shivani_Hello_World
42
+ summary: Hello World
43
43
  test_files: []