From 0849b45ad03703e82b10610166760f93862a6595 Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Sat, 2 Dec 2017 15:19:06 -0500 Subject: [PATCH 1/4] Add response to emphatic question --- exercises/bob/description.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/bob/description.md b/exercises/bob/description.md index 1072139fad..5b9802c882 100644 --- a/exercises/bob/description.md +++ b/exercises/bob/description.md @@ -4,6 +4,8 @@ Bob answers 'Sure.' if you ask him a question. He answers 'Whoa, chill out!' if you yell at him. +He answers 'Calm down, I know what I'm doing!' if you question him emphaticlly. + He says 'Fine. Be that way!' if you address him without actually saying anything. From daa0a140696939a4168b97acff50518cb73576e5 Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Sat, 2 Dec 2017 15:26:13 -0500 Subject: [PATCH 2/4] Add emphatic expectation Add a new response to forcefully asked question. --- exercises/bob/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bob/canonical-data.json b/exercises/bob/canonical-data.json index 9d207620a0..e38fb0e84c 100644 --- a/exercises/bob/canonical-data.json +++ b/exercises/bob/canonical-data.json @@ -54,7 +54,7 @@ "description": "forceful question", "property": "response", "input": "WHAT THE HELL WERE YOU THINKING?", - "expected": "Whoa, chill out!" + "expected": "Calm down, I know what I'm doing!" }, { "description": "shouting numbers", From 7730286ebbedce47e169c368beaee970f0e4547d Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Sun, 3 Dec 2017 08:40:25 -0500 Subject: [PATCH 3/4] Simplify language Removed misspelling and ended up rewodring the sentence to simplify sentence meaning. --- exercises/bob/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bob/description.md b/exercises/bob/description.md index 5b9802c882..25a56c4736 100644 --- a/exercises/bob/description.md +++ b/exercises/bob/description.md @@ -4,7 +4,7 @@ Bob answers 'Sure.' if you ask him a question. He answers 'Whoa, chill out!' if you yell at him. -He answers 'Calm down, I know what I'm doing!' if you question him emphaticlly. +He answers 'Calm down, I know what I'm doing!' if you yell a question at him. He says 'Fine. Be that way!' if you address him without actually saying anything. From 6055eb4b103e06c18184287b2be48f3c870aadcf Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Sun, 3 Dec 2017 08:49:31 -0500 Subject: [PATCH 4/4] Bump version to 1.1.0 decided to go ahead and bump to 1.1.0 after reviewing versioning criteria laid out in the repo README. --- exercises/bob/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bob/canonical-data.json b/exercises/bob/canonical-data.json index e38fb0e84c..e17b7f021c 100644 --- a/exercises/bob/canonical-data.json +++ b/exercises/bob/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "bob", - "version": "1.0.0", + "version": "1.1.0", "cases": [ { "description": "stating something",