hello_nimish 0.3.3 → 0.5.4

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/hello_nimish.rb +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00ca5e4debb1db00ea4ca2f24945f605e36f7a3d
4
- data.tar.gz: 30559eb43f3e8c06d74bbe605496c1c294c300fd
3
+ metadata.gz: 0ff9d5619840d1395a1a3003662d8a88fe126e68
4
+ data.tar.gz: 1a29e24135879da91d01294b3c0315d8bbc511dc
5
5
  SHA512:
6
- metadata.gz: 4d192c7312f94c16a1ecb8be5bc04fe8b66214b6e35f285c0bb1de94eee69aae96aa080349ef3101024b4d88658b074726cffd983dd1538e9cb89be715770f7d
7
- data.tar.gz: 1f4503c8a0091fd32dc8f709def0e3d5f2a76b43996c012cc69cd05a012f81026c831103313276f9f986cb87db23ef97fab99477310dc295ea3528ad970bcfd3
6
+ metadata.gz: ca3ff1094e173956e37763e640ee915498d5436ca945667129def09dffabadd1088a09f2c573306ce11a3f6798ed8938a0001745cb45a2d35eb1f12e79fdb54d
7
+ data.tar.gz: 5a240212cf0357ee1fc2a04441ef751452c5bbc53b545ade592432b74c25aa66fdbd5f44bcb2c6051e2234665a1f1bf9686faa775eea8f79a11b7dad978b9d43
data/lib/hello_nimish.rb CHANGED
@@ -1,8 +1,9 @@
1
1
  #!/usr/bin/ruby
2
2
  class Hiii
3
3
  def self.greet
4
- puts "Good Morning"
4
+ return "Good Morning"
5
5
  end
6
+
6
7
  end
7
8
 
8
9
  require 'hello_nimish'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_nimish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nimish GrepRuby