truth_or_dare 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/truth_or_dare.rb +17 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b06d501ba46ae7d8a3f1b228713bd55c8a8df32f
4
- data.tar.gz: fc38b91c64564744f88097aa2989a0d9b8ca56a2
3
+ metadata.gz: 1bb931cf6fd48d3515c6d1e7129d9457870e6014
4
+ data.tar.gz: 196d8343356987744fb60c43ea736f5233109c8f
5
5
  SHA512:
6
- metadata.gz: 67f08ed29ad5a4a851b90c3ab5ef6638c735143778f95cc5d5ef0f1fbd6548a8c50c66eaf7227c64b7a219ed2614be409eefdae83f6db3c6e5a91f1acbbab009
7
- data.tar.gz: 818ec9b89332650ed51624381334ed339383bb1e39522d27affa7400355710352122ab42291ada3a6ee41e1b308d120fd32990232e96e6cd0805c8c93dd7a445
6
+ metadata.gz: 243cde5f7642e5eb939ea0d9102a9e66afd5f3aa3379e4bffd196d480b28061756e5713a31525fe496151cd049024c3099e97caf8da521e6effa9e5b2f48487e
7
+ data.tar.gz: f780f359dae26eb6c50fb817e5d93791c23d410e7369247cb6a1110dc6cd1f3cca987e0c2e9aa6dcf38b74679f2956025e344d293c928d53d19cfb124bea61df
data/lib/truth_or_dare.rb CHANGED
@@ -10,12 +10,19 @@ class TruthOrDare
10
10
  'How many kids would you like to have?',
11
11
  'What is one embarrassing fact I should know about you?',
12
12
  'What was your childhood nickname?',
13
- 'What is your favourite food?',
13
+ 'What is your favorite food?',
14
14
  'Would you ever consider being a nudist?',
15
15
  'What is your guilty pleasure?',
16
16
  'What is the most exotic food that you have ever eaten?',
17
17
  'What do you daydream about the most?',
18
- 'Is the dress Black and Blue or Gold and White?'
18
+ 'What is the craziest thing that you have ever done while drunk?',
19
+ 'Have you ever been a stripper or done a personal strip tease?',
20
+ 'Have you ever had a threesome?',
21
+ 'Have you ever woken up to a stranger in your bed?',
22
+ 'What is the earliest you have ever started drinking in the day?',
23
+ 'What is the longest that you have ever been without taking a shower?',
24
+ 'Have you ever worn the same clothes for more than three days?',
25
+ 'Have you ever picked your nose when you thought no one was looking?',
19
26
  ]
20
27
 
21
28
  DARES = [
@@ -43,6 +50,14 @@ class TruthOrDare
43
50
  'Set your cell phone language to Chinese for the next 10 minutes',
44
51
  'Sing “Twinkle Twinkle, Little Star” while beat boxing',
45
52
  'Give a concert with your air guitar',
53
+ 'Twerk for a minute',
54
+ 'Belly dance to a country song',
55
+ 'Make up a country song of the top of your head',
56
+ 'Write a social media post only using your toes',
57
+ 'Take a selfie in the bathroom and post it online',
58
+ 'Lick the wall',
59
+ 'Quack and walk like a duck',
60
+ 'Do your best evil laugh, as loud as you can'
46
61
  ]
47
62
 
48
63
  ANSWERS = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: truth_or_dare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julie Graceffa