bwroulette 1.0.0 → 1.0.2
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 +14 -1
- 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: e089519cca1de04cb4010292224bd8ecf4a37ac8
|
4
|
+
data.tar.gz: 7770e4df63805335f25ebd16db18d65c0ad16cf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f72223d1f58a6f1bde256a2413a878a06856512f997f4d782079559814165e740dc91e81c5b05844b64837e87504fcff3e5b1627e70d9dfdced2a1805ee6f3d6
|
7
|
+
data.tar.gz: 50e7c3b6d79a043ec682ff4bc23be2c00380f90268d0c1abd935339599bd109f0fa50cea8dda0a8a4ff92d092cd984a923f8fcff4cc758dc71152209c0240cc0
|
data/lib/bwroulette.rb
CHANGED
@@ -8,7 +8,9 @@ class BWRoulette
|
|
8
8
|
"my teacher",
|
9
9
|
"the computer",
|
10
10
|
"my friend's mother",
|
11
|
-
"that guy I met last week"
|
11
|
+
"that guy I met last week",
|
12
|
+
"the vpn",
|
13
|
+
"the internet",
|
12
14
|
]
|
13
15
|
|
14
16
|
actions = [
|
@@ -23,6 +25,17 @@ class BWRoulette
|
|
23
25
|
"lost a lot of blood",
|
24
26
|
"is taking way too long, I have to see what the problem is",
|
25
27
|
"is taking on water!",
|
28
|
+
"keeps timing out",
|
29
|
+
"just doesn't seem to be working",
|
30
|
+
"is done for",
|
31
|
+
"has totally bricked up",
|
32
|
+
"can't be saved",
|
33
|
+
"won't let me in",
|
34
|
+
"requires IPV4 routable egress address. I have a IPV6 address here.",
|
35
|
+
"is in bridge mode and the comcast router is serving IPV6",
|
36
|
+
"can't VPN so I'll try and hack the airport",
|
37
|
+
"is taking too long so its not viable for the business for me to continue with it",
|
38
|
+
"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",
|
26
39
|
]
|
27
40
|
|
28
41
|
"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.2
|
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-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|