my_name_is_reek 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/my_name_is_reek.rb +28 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 35ccd31a96aa22eff3a32662cfe69113ea0f64e5
4
+ data.tar.gz: 2f58c3a1176eb926712523a8897eb57a59f5b398
5
+ SHA512:
6
+ metadata.gz: 606efae46d78e41aac4aef9c629996720f46b318ebcd5116cd405a11fe489a362fe2449c2545e6f0d6abeb73e28093c0f3be487205d02701b2f94e1a0ad7ba46
7
+ data.tar.gz: 49f493a0b4489139d12eaf7685aa72feda1ecf41fde018c1e8d47b50ee6540550e4b8dc0f5baf10b9b324e0efcce971af370dcfd41c8b693e0e405f8a763af40
@@ -0,0 +1,28 @@
1
+ class MyNameIsReek
2
+
3
+ @quotes = [
4
+ '“My name is Reek. It rhymes with leek.”',
5
+ 'Reek, Reek, my name is Reek.',
6
+ 'Reek. My name is Reek, it rhymes with bleak.',
7
+ 'Serve and obey and remember your name. Reek, Reek, it rhymes with meek.',
8
+ 'His name was Reek. He had to remember that. Reek, Reek, it rhymes with leek.',
9
+ 'Reek, I’m Reek, it rhymes with squeak.',
10
+ 'Reek, my name is Reek, it rhymes with cheek.',
11
+ 'Reek, Reek, it rhymes with leak.',
12
+ 'Reek, my name is Reek, it rhymes with weak.',
13
+ 'You are no prince. You’re Reek, just Reek, it rhymes with freak.',
14
+ '“Reek, my lord. Your man. I’m Reek, it rhymes with sneak.”',
15
+ 'Reek, I’m Reek, it rhymes with wreak.',
16
+ 'I’m Reek, it rhymes with peek.',
17
+ '“I’m not him, I’m not the turncloak, he died at Winterfell. My name is Reek.” He had to remember his name. “It rhymes with freak.”',
18
+ 'Reek, Reek, it rhymes with shriek.',
19
+ 'Reek, Reek, it rhymes with meek.',
20
+ 'Reek, Reek, it rhymes with peek.',
21
+ 'Reek, Reek, it rhymes with weak.',
22
+ 'Reek, Reek, it rhymes with sneak.'
23
+ ]
24
+
25
+ def self.reek
26
+ @quotes[Random.rand(@quotes.length)]
27
+ end
28
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_name_is_reek
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Conrad Olega
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-04-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: And it rhymes with...
14
+ email: conradolega@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/my_name_is_reek.rb
20
+ homepage: http://rubygems.org/gems/my_name_is_reek
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.0.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: My name is Reek
44
+ test_files: []