bwroulette 1.0.2 → 1.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/bwroulette.rb +16 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3965279b3ee7050808d3221ebaa85263bc1b527
|
4
|
+
data.tar.gz: 124f39f4f28ca162808126c7619b96e393a3eb62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39ab24cbd0e84fa3b957d3e5ec82f6e7220420a94cd773d7e4d14c5120dfd7d15fc42844595ca092801d766e45bcff8a21b21cdae7dabbc9436cae71276cf98c
|
7
|
+
data.tar.gz: 6bf5f1ad4249e025a7762df25456b64bc91bc16c0c50093a1c62d55d034d9d1bdff00d2ea18638197b88143c2d466f559c062f57dcd664e964c0997f3b84d0d4
|
data/lib/bwroulette.rb
CHANGED
@@ -11,6 +11,8 @@ class BWRoulette
|
|
11
11
|
"that guy I met last week",
|
12
12
|
"the vpn",
|
13
13
|
"the internet",
|
14
|
+
"the situation",
|
15
|
+
"the move to Singapore",
|
14
16
|
]
|
15
17
|
|
16
18
|
actions = [
|
@@ -36,6 +38,20 @@ class BWRoulette
|
|
36
38
|
"can't VPN so I'll try and hack the airport",
|
37
39
|
"is taking too long so its not viable for the business for me to continue with it",
|
38
40
|
"has run out, I'm just ordering another one with my corporate card, but I don't have Amazon Prime so its gonna be a few wweeks before it arrives, unless I expense next day delivery",
|
41
|
+
"I know, right?",
|
42
|
+
"...and I'm on the road again",
|
43
|
+
"is uncontrollable",
|
44
|
+
"won't last the way it is",
|
45
|
+
"is totally messed up",
|
46
|
+
"got the best of me today... I'm out tomorrow and next week",
|
47
|
+
"... I hate technology",
|
48
|
+
". Time to reconfigure everything",
|
49
|
+
"They can fix it on their side",
|
50
|
+
"@jaredl no i can’t",
|
51
|
+
"so I'm off to go deliver the cat",
|
52
|
+
"so, I’ll be there the week after next… ",
|
53
|
+
"! and the movers are on their way",
|
54
|
+
"yaaawwwn",
|
39
55
|
]
|
40
56
|
|
41
57
|
"Sorry guys, #{nouns.sample} #{actions.sample}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bwroulette
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Cowling
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|