bwroulette 1.0.3 → 1.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/bwroulette.rb +10 -16
- 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: 5d55caa9f68037a6c3bba6c1ac5246427395df7c
|
4
|
+
data.tar.gz: 79b1a80263c1dc048aa76e338ba050602a02fc9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4fb6a3245b7b8e260f50875cfb64b8513e81b9214884f2c41cd5290e3f631d5b4e33bc231cd82081793f8ce614a70aa127266bc8f1e249629fe54c48dc2f30e
|
7
|
+
data.tar.gz: d4780bb9964be4f49a5b6fb18db15470acfbd8106c1caf6089b364db11fdb71e0c5f515cae41ba0887feff8ea2914dbe045e58b1864c40cb6eeea2e4b49be85e
|
data/lib/bwroulette.rb
CHANGED
@@ -11,8 +11,9 @@ class BWRoulette
|
|
11
11
|
"that guy I met last week",
|
12
12
|
"the vpn",
|
13
13
|
"the internet",
|
14
|
-
"
|
15
|
-
"
|
14
|
+
"this thing",
|
15
|
+
"my pet badger",
|
16
|
+
"the graphics card",
|
16
17
|
]
|
17
18
|
|
18
19
|
actions = [
|
@@ -38,20 +39,13 @@ class BWRoulette
|
|
38
39
|
"can't VPN so I'll try and hack the airport",
|
39
40
|
"is taking too long so its not viable for the business for me to continue with it",
|
40
41
|
"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
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
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",
|
42
|
+
"is just too dicey, theres no chance I can get it done",
|
43
|
+
"! Theres no point carrying on, it would be a waste of mine and everyone's time",
|
44
|
+
"has got me beat, Don't be afraid to take a break guys, in fact take as much time as you need. On that note I'm signing out for the rest of the day",
|
45
|
+
"YOLO! ¯\_(ツ)_/¯",
|
46
|
+
", can you beleve it! so I'm out",
|
47
|
+
"should have been delivered today, but it wasn't so I'm going to have to go drive to the far side of Eastern West Virginia to track it down",
|
48
|
+
"has just disappeared. I may be some time",
|
55
49
|
]
|
56
50
|
|
57
51
|
"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.4
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|