peep-show 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0099cffcd0b76fd5f58778d501b285dd38e6b201
4
- data.tar.gz: e1414ea1e6ebb89f674615635a680885338fdd5b
3
+ metadata.gz: 84b67b2c04dd98adaa7123f32e904704a6e48b00
4
+ data.tar.gz: 692f5d052c7f19558c6eaf6d15dda375a798d285
5
5
  SHA512:
6
- metadata.gz: 526b60a8edbdb04abed170c27924c39a06622c4a744987d233899d73849305c8967e81b7c6ec09278d29be0d49cf314700e63ab487915eca4bf843309fdd2f13
7
- data.tar.gz: a116a8e528e042486dbaf85e7493fa62163e9e8d8f58c40648ebc87e471b90fb3ece3574e9bafce4fdc73fb5183e90054f583bda6cc0a5cd819cfd0b50753339
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
- phrase_path = File.join(File.dirname(__FILE__), '..', 'inc', 'mark.txt')
4
- File.readlines(phrase_path).map(&:rstrip)
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.2
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-20 00:00:00.000000000 Z
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: