peep-show 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.
- checksums.yaml +4 -4
- data/lib/peep-show/exceptions/base.rb +3 -2
- data/lib/peep-show/inc/jez.txt +10 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84b67b2c04dd98adaa7123f32e904704a6e48b00
|
|
4
|
+
data.tar.gz: 692f5d052c7f19558c6eaf6d15dda375a798d285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bf71e3c1558b1b9a136f6c682ce75fc487e6216d16c30cb789d82a006f90d3c6d28c607de60fe2dd90c92d7d752c89cd48f1188b41a873e6a5e8cad8c487fe2
|
|
7
|
+
data.tar.gz: 678008218858e2c0606ddad51054fad3bc6e4ed59c9b208105762c3221028a217a7e5aa1b09250ed31cd5a45dd3aa2b10e0d9cfccd4b6be5fc43f91f6f0850d5
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
class PeepShow::Exceptions::Base
|
|
2
2
|
def self.phrases
|
|
3
|
-
|
|
4
|
-
File.
|
|
3
|
+
mark_path = File.join(File.dirname(__FILE__), '..', 'inc', 'mark.txt')
|
|
4
|
+
jez_path = File.join(File.dirname(__FILE__), '..', 'inc', 'jez.txt')
|
|
5
|
+
File.readlines(mark_path).map(&:rstrip).concat File.readlines(jez_path)
|
|
5
6
|
end
|
|
6
7
|
|
|
7
8
|
def self.phrase
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Hi, I thought you might like these. They're flowers, obviously. They'll die eventually, but everything does, doesn't it?
|
|
2
|
+
Do you have to live quite so relentlessly in the real world?
|
|
3
|
+
I didn't really go to bed. I just listened to some music and did quite a bit of crying.
|
|
4
|
+
Justice is done. Not actual justice, but what I wanted to happen. Which is basically the same thing.
|
|
5
|
+
I could pretend it's not happening. That's worked for everything else.
|
|
6
|
+
I'm sleeping in a bin bag. I'm human rubbish.
|
|
7
|
+
Why do you have to bring worry and doubt into everything?
|
|
8
|
+
Now I know how whats-his-name felt when he finished The Mona Lisa.
|
|
9
|
+
It's like the "Jesus and Mary Chain" of central heating control systems; hard to get into initially, but then...so much to explore.
|
|
10
|
+
People say like it's a bad thing, you know, running away from your problems. But if your problems never catch up with you, what's the hitch?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: peep-show
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Belling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Exception messages from Mark Corrigan
|
|
14
14
|
email: dan@belling.com
|
|
@@ -20,6 +20,7 @@ files:
|
|
|
20
20
|
- lib/peep-show/exceptions.rb
|
|
21
21
|
- lib/peep-show/exceptions/base.rb
|
|
22
22
|
- lib/peep-show/exceptions/standard_error.rb
|
|
23
|
+
- lib/peep-show/inc/jez.txt
|
|
23
24
|
- lib/peep-show/inc/mark.txt
|
|
24
25
|
homepage: https://github.com/dbelling/peep-show
|
|
25
26
|
licenses:
|