From bc5868e471e8d31b42a63634d9b6dd91a7e3e42f Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Wed, 24 Feb 2021 20:18:00 -0800 Subject: [PATCH 1/4] Modifying the word list to be work safe. Taking commit 83e8cb9f of @ybakos --- lib/haikunator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haikunator.rb b/lib/haikunator.rb index 47adb18..3e4fb78 100644 --- a/lib/haikunator.rb +++ b/lib/haikunator.rb @@ -34,7 +34,7 @@ def adjectives twilight dawn crimson wispy weathered blue billowing broken cold damp falling frosty green long late lingering bold little morning muddy old red rough still small - sparkling throbbing shy wandering withered wild black + sparkling thrumming shy wandering withered wild black young holy solitary fragrant aged snowy proud floral restless divine polished ancient purple lively nameless ) From 283829294da20b3189794dd363077ce73bffa541 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Wed, 24 Feb 2021 20:27:21 -0800 Subject: [PATCH 2/4] Replacing morning to prevent unfriendly word updating morning to dawn to remove "morning wood" possibility from the possible combination. --- lib/haikunator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haikunator.rb b/lib/haikunator.rb index 3e4fb78..9d9e662 100644 --- a/lib/haikunator.rb +++ b/lib/haikunator.rb @@ -33,7 +33,7 @@ def adjectives icy delicate quiet white cool spring winter patient twilight dawn crimson wispy weathered blue billowing broken cold damp falling frosty green long late lingering - bold little morning muddy old red rough still small + bold little dawn muddy old red rough still small sparkling thrumming shy wandering withered wild black young holy solitary fragrant aged snowy proud floral restless divine polished ancient purple lively nameless From 065230804bf070e587b1ff5c3158775a1314573a Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Thu, 25 Mar 2021 17:58:58 -0700 Subject: [PATCH 3/4] Update haikunator.rb removed dawn, it was in there multiple time.s --- lib/haikunator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/haikunator.rb b/lib/haikunator.rb index 9d9e662..9814d51 100644 --- a/lib/haikunator.rb +++ b/lib/haikunator.rb @@ -33,7 +33,7 @@ def adjectives icy delicate quiet white cool spring winter patient twilight dawn crimson wispy weathered blue billowing broken cold damp falling frosty green long late lingering - bold little dawn muddy old red rough still small + bold little muddy old red rough still small sparkling thrumming shy wandering withered wild black young holy solitary fragrant aged snowy proud floral restless divine polished ancient purple lively nameless @@ -43,7 +43,7 @@ def adjectives def nouns %w( waterfall river breeze moon rain wind sea morning - snow lake sunset pine shadow leaf dawn glitter forest + snow lake sunset pine shadow leaf dusk glitter forest hill cloud meadow sun glade bird brook butterfly bush dew dust field fire flower firefly feather grass haze mountain night pond darkness snowflake silence From 65d6e88123db7cae540acaccb3f18ee8563aa137 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Thu, 25 Mar 2021 18:09:20 -0700 Subject: [PATCH 4/4] Update haikunator.rb added a few more nouns --- lib/haikunator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/haikunator.rb b/lib/haikunator.rb index 9814d51..546305d 100644 --- a/lib/haikunator.rb +++ b/lib/haikunator.rb @@ -36,7 +36,7 @@ def adjectives bold little muddy old red rough still small sparkling thrumming shy wandering withered wild black young holy solitary fragrant aged snowy proud floral - restless divine polished ancient purple lively nameless + restless divine polished ancient purple lively nameless ) end @@ -49,7 +49,7 @@ def nouns haze mountain night pond darkness snowflake silence sound sky shape surf thunder violet water wildflower wave water resonance sun wood dream cherry tree fog - frost voice paper frog smoke star + frost voice paper frog smoke star stream dog cat fish bird ) end end