fortune_cookie 0.0.3 → 0.0.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.
- checksums.yaml +4 -4
- data/lib/fortune_cookie.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b11fa28211aba4b74b101239f454f7229c5a657f
|
|
4
|
+
data.tar.gz: 9f324f853ea38334554304f5b9298ed9b62e59b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 163c7fdd1d438b0cdfd5b500c368255aca3fe5e57fe5f0ef7a91c098295a84ed96344f9c0c1903a43925f4ddef763d61a66251146ed7c91b0cf41cb4b09fe0a1
|
|
7
|
+
data.tar.gz: f839969009fd9a76bb25fc1cb32fc489b144e953c71c92630b1057425ebfbbe9ecaf052fd3b94676587faeb849c75c7d051d3a3142811fa07c647b33d53773dd
|
data/lib/fortune_cookie.rb
CHANGED
|
@@ -2,7 +2,7 @@ class FortuneCookie
|
|
|
2
2
|
FORTUNES = [
|
|
3
3
|
"Go to bed with itchy bum, wake up with smelly finger.",
|
|
4
4
|
"A good way to keep healthy is to eat more Chinese food.",
|
|
5
|
-
"You learn
|
|
5
|
+
"You learn from your mistakes... You will learn a lot today",
|
|
6
6
|
"Ignore all previous fortunes.",
|
|
7
7
|
"Your fortune resides in another cookie.",
|
|
8
8
|
"Do not mistake temptation for opportunity.",
|