time_greeting_message 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/lib/time_greeting_message.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5307a7869081db4ae271325c27e0a0c80b7006433f327d262e09df852cfff738
|
|
4
|
+
data.tar.gz: ad596141f9a784f7e423ed374f5e341dad9275f242ccdd4fc27e4d29ee8a981b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bb8ef63cb76bf028cb3419f6cf81170367940d4cd86c41d3a9dacb3f38432234659cccacf2388bb4fd278b4b154d39a77c96e1b4dfc9a19c380ab541c8fbd7c
|
|
7
|
+
data.tar.gz: '0285dd3cfc366ab0e693d2b0157a1f1de95ccd53f1adf2f6b1d4cf7439e481f97436186b0815b1394bb4d4a5517ab05e6f601d6720e3a88b0efe452b338d46fd'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: time_greeting_message
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Melashu Amare
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: This gem
|
|
13
|
+
description: This gem display a message with the phrase Good morning if it is in the
|
|
14
14
|
morning, Good afternoon if it is in the afternoon, Good evening if it is in the
|
|
15
15
|
evening, Good night if it is at night
|
|
16
16
|
email:
|
|
@@ -19,10 +19,13 @@ extensions: []
|
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
21
|
- lib/time_greeting_message.rb
|
|
22
|
-
homepage:
|
|
22
|
+
homepage: https://rubygems.org/gems/time_greeting_message
|
|
23
23
|
licenses:
|
|
24
24
|
- MIT
|
|
25
|
-
metadata:
|
|
25
|
+
metadata:
|
|
26
|
+
documentation_uri: https://github.com/melashu/time_greeting_message.git
|
|
27
|
+
bug_tracker_uri: https://github.com/melashu/time_greeting_message/issues
|
|
28
|
+
homepage_uri: https://rubygems.org/gems/time_greeting_message
|
|
26
29
|
post_install_message:
|
|
27
30
|
rdoc_options: []
|
|
28
31
|
require_paths:
|
|
@@ -41,5 +44,5 @@ requirements: []
|
|
|
41
44
|
rubygems_version: 3.3.26
|
|
42
45
|
signing_key:
|
|
43
46
|
specification_version: 4
|
|
44
|
-
summary: This gem provide greeting message based on current time
|
|
47
|
+
summary: This gem provide greeting message based on current time.
|
|
45
48
|
test_files: []
|