lemurick 0.1.2 → 0.1.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: a2408839be5356416ac186b4a712a003e4cd2c58
4
- data.tar.gz: d1834cf6851331d91564b61bedac1d53cb14206f
3
+ metadata.gz: 1114b938fd43114747b9451add49ab29a529d1c1
4
+ data.tar.gz: 5f9d8954850e03dc242d9c6ce7fa15c8efd8b3ac
5
5
  SHA512:
6
- metadata.gz: 9d9b39308f5245efff346658fcff77b1919a7480aeecc3b8483c07475b95fed5637ba69b04e0d6d7f4dda934bde9e2d3d4f27494d061531a1cf3cbbee4620d84
7
- data.tar.gz: c3a524459eee59a9c09fadef3d179533f525ac6b516ee7baf1be0317c666b6c79c34ac333b56f4ce19c38bcf1ebc2f9fb239d65df2b5eb10235d872b6a084db5
6
+ metadata.gz: dea347ce5a536ef799314be787cbe90df5f5646da1546554fb97afafb85a94408279f0287fb41535172beef7bb2bc3ab99df5d5101b6862df3e3794f4893e6f9
7
+ data.tar.gz: acecf24ba378e46ddb07544edc539e47cb9f1669634300b53e8a1afa56c7d72397f973b585a9e6620d3c7728fda5f5dca5a2f018931fcba6d9e02d8e2f0a131d
data/README.md CHANGED
@@ -1,6 +1,30 @@
1
- WDI-3000 (Codename "Lemur")
1
+ ## Installation
2
+
3
+ ```bash
4
+ gem install lemurick
5
+ ```
6
+
7
+ ## Random quote from random lemur
8
+
9
+ ```bash
10
+ lemurick
11
+
12
+ "One oil to rule them all."
13
+ ```
14
+
15
+ ## Random quote from specific lemur
16
+ ```bash
17
+ lemurick andrew
18
+ "keep your tenor high"
19
+
20
+ lemurick matt
21
+ "truth is manners; manners are a fiction"
22
+
23
+ lemurick aldric
24
+ "how fascinating!"
25
+
26
+ lemurick yaniv
27
+ "top of the morning to you"
28
+ ```
2
29
 
3
30
 
4
- <!--
5
- lemurs = %w(Amanda Thareef Christian Edward James Isul Ian Anderson Annie Bae Peter Evan Karynn Michael Denise Aaron Palermo Vadim Conrad Dave John Alisha Thomas Manini Mike Carson Gray)
6
- -->
@@ -23,6 +23,7 @@ module Lemurick
23
23
  'Ye olde guide to debugging/adding a feature to Rails: route, controller, action, layout, view, model, data, database',
24
24
  'Fail fast',
25
25
  'Never use tabs when writing code (unless you are writing a Makefile)',
26
+ 'Oh god oh god I broke everything oh god'
26
27
  ]
27
28
  end
28
29
  end
@@ -1,4 +1,22 @@
1
1
  module Lemurick
2
2
  class Alisha
3
+
4
+ def speak
5
+ quotes.sample
6
+ end
7
+
8
+ def quotes
9
+ [
10
+ "Can you go back to the other screen",
11
+ "Wait, what's happening?",
12
+ "What's for lunch?",
13
+ "Let's do some yoga",
14
+ "I love cake decorating!",
15
+ "Chicago is awesome",
16
+ "Here, have some turmeric",
17
+ "This coffee is the worst",
18
+ "Let's play flip cup!"
19
+ ]
20
+ end
3
21
  end
4
22
  end
@@ -1,4 +1,19 @@
1
1
  module Lemurick
2
2
  class Amanda
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ 'Lobster is the second worst font of all time.',
10
+ 'cashew cheese',
11
+ 'Go Packers',
12
+ 'Ted stole my style today... again.',
13
+ 'Who wants to go to Cinnamon Snail? VANILLA BOURBON CREME BRULEE DOUGHNUTS GUYS',
14
+ 'What are you reading now Carson?',
15
+ 'I love Futura'
16
+ ]
17
+ end
3
18
  end
4
19
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Anderson
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "The untold tragedy of the Titanic is the iceburg.",
10
+ "Forest Gump could run, but he couldn't run that fast.",
11
+ "Miguel's Cheddar Jalapeno Biscuits.",
12
+ "' . . . '"
13
+ ]
14
+
15
+ end
16
+
3
17
  end
4
18
  end
@@ -1,4 +1,19 @@
1
1
  module Lemurick
2
2
  class Annie
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "I can't even",
10
+ "Like, that's so basic",
11
+ "Ugh. It's snow.",
12
+ "Help me, I'm poor :(",
13
+ "Hiiii",
14
+ "I drooled on the bus on my way to school"
15
+ ]
16
+ end
17
+
3
18
  end
4
- end
19
+ end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Bae
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "I can't even",
10
+ "Like, that's so basic",
11
+ "Ugh. It's snow.",
12
+ "Help me, I'm poor :(",
13
+ "Hiiii",
14
+ "I drooled on the bus on my way to school"
15
+ ]
16
+ end
3
17
  end
4
- end
18
+ end
@@ -1,4 +1,21 @@
1
1
  module Lemurick
2
2
  class Carson
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Hey guys, I read the complete works of #{self.author} last night",
10
+ "*sardonic wit*",
11
+ "So what I was born in the 90s, the AARP and I happen to share a very similar subset of interests",
12
+ "Whan that april with his shores soothe, the doughte of march hath pereced to the route...",
13
+ "I'll let you finish your drink, but first let me ask you this incredibly complex philisophical dilemma"
14
+ ]
15
+ end
16
+
17
+ def author
18
+ ["David Foster Wallace", "Chaucer", "Joyce", "Seventeen Magazine", "Keats"].sample
19
+ end
3
20
  end
4
21
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Christian
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ '*Golf Clap*',
10
+ '*Obnoxious Laugh*',
11
+ 'I love PCs',
12
+ 'I\'m thinking pizza',
13
+ 'I\'ve ruined everything',
14
+ 'Anyone else want beers?'
15
+ ]
16
+ end
3
17
  end
4
18
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Conrad
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ 'Shhhh',
10
+ 'Fist to Five plus Six',
11
+ 'Gameplay',
12
+ 'Sweet Christmas',
13
+ 'Denise? Denise??',
14
+
15
+ ]
16
+ end
3
17
  end
4
18
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Dave
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.
10
+
11
+ Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure. We are met on a great battle-field of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this.
12
+
13
+ But, in a larger sense, we can not dedicate -- we can not consecrate -- we can not hallow -- this ground. The brave men, living and dead, who struggled here, have consecrated it, far above our poor power to add or detract. The world will little note, nor long remember what we say here, but it can never forget what they did here. It is for us the living, rather, to be dedicated here to the unfinished work which they who fought here have thus far so nobly advanced. It is rather for us to be here dedicated to the great task remaining before us -- that from these honored dead we take increased devotion to that cause for which they gave the last full measure of devotion -- that we here highly resolve that these dead shall not have died in vain -- that this nation, under God, shall have a new birth of freedom -- and that government of the people, by the people, for the people, shall not perish from the earth.",
14
+ "lol"
15
+ ]
16
+ end
3
17
  end
4
18
  end
@@ -1,4 +1,26 @@
1
1
  module Lemurick
2
2
  class Denise
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Guys, it's snowing",
10
+ "Snacks?!",
11
+ "Animate me lunch",
12
+ "I'm hungry",
13
+ "Ignoreignoreignore",
14
+ "I like my dressing with a sprinkle of lettuce",
15
+ "Who's ready for happy hour?",
16
+ "Of course I'm going! Free food & beer obvi"
17
+ ].map{|string| string + jamaica}
18
+
19
+
20
+ end
21
+
22
+ def jamaica
23
+ "... mon"
24
+ end
3
25
  end
4
26
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Edward
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Moisture is the essence of wetness, and wetness is the essence of beauty.",
10
+ "A mind is a terrible thing.",
11
+ "DINOCOMPARE!!!",
12
+ "Ooooo I'm a demure lemure...",
13
+ "Imitation is the highest form of flatulence.",
14
+ "A pun is the lowest form of humor - when you don't think of it first. - Oscar Levant"
15
+ ]
16
+ end
3
17
  end
4
18
  end
@@ -1,4 +1,22 @@
1
1
  module Lemurick
2
2
  class Evan
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "You can take my wives, but you'll never take my freedom",
10
+ "Put it in a <div>",
11
+ "It's cold outside, you should dump a glass of egg nog down the back of your shirt",
12
+ "It's like my great grandfather always says 'dsafjlksadfsdal;;; the nurses are stealing my money' "
13
+ ]
14
+ end
15
+
16
+ def coffee
17
+ "...I need to get coffee."
18
+
19
+ "(seven hours late Evan returns only to find that his wife of 3 years has left him, leaving him with the realization that he never had a wife"
20
+ end
3
21
  end
4
22
  end
@@ -1,4 +1,16 @@
1
1
  module Lemurick
2
2
  class Gray
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "it\'s wierd man!",
10
+ "who got to #{rand(4..8)} jezzballs?",
11
+ "something something jezzballssszzz"
12
+ ]
13
+ end
14
+
3
15
  end
4
- end
16
+ end
@@ -1,4 +1,28 @@
1
1
  module Lemurick
2
2
  class Ian
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "There has to be a gif for that.",
10
+ "I need to be camping right now.",
11
+ "To be old and wise, one must first be young and stupid.",
12
+ "I am going to the gym.",
13
+ "Skiing?",
14
+ "Does anyone know how to make money off of this?",
15
+ "What? This is free?",
16
+ "Do you... tango?",
17
+ "Puppies!",
18
+ "This is not a problem.",
19
+ "When I was a boy, I had to walk up hill to school both ways in a blizzard fighting bears all the way.",
20
+ "You are a menace.",
21
+ "I am happy.",
22
+ "I am going to miss you guys.",
23
+ "Every end is a beginning. "
24
+ ]
25
+ end
26
+
3
27
  end
4
- end
28
+ end
@@ -1,4 +1,22 @@
1
1
  module Lemurick
2
2
  class John
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ 'When I was at American Express...',
10
+ "*finds gifs*",
11
+ 'I just did it over the weekend',
12
+ "I'm going home",
13
+ "I didn't find it difficult but I said it was so that I'd seem to be on the same page as everyone else",
14
+ "I'm not good at this",
15
+ "Have you done the homework yet",
16
+ "What did you get?",
17
+ "interesting..."
18
+ ]
19
+ end
20
+
3
21
  end
4
- end
22
+ end
@@ -1,4 +1,20 @@
1
1
  module Lemurick
2
2
  class Karynn
3
+
4
+ def speak
5
+ quotes.sample
6
+ end
7
+
8
+ def quotes
9
+ [
10
+ "Queue me for help",
11
+ "COFFEE",
12
+ "I can't think of quotes",
13
+ ":)",
14
+ ":D",
15
+ "^_^"
16
+ ]
17
+ end
18
+
3
19
  end
4
- end
20
+ end
@@ -1,4 +1,21 @@
1
1
  module Lemurick
2
2
  class Matt
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Comparison is the thief of joy",
10
+ "Truth is manners; manners are a fiction",
11
+ "Ho ho ho; ha ha ha",
12
+ "Wisdom in youth is an abomination",
13
+ "Dubious",
14
+ ].map{|string| string + coconut_oil}
15
+ end
16
+
17
+ def coconut_oil
18
+ "...with coconut oil"
19
+ end
3
20
  end
4
- end
21
+ end
@@ -1,4 +1,16 @@
1
1
  module Lemurick
2
2
  class Michael
3
+ def speak
4
+ quotes.sample
5
+ end
6
+ def quotes
7
+ [
8
+ "...",
9
+ "I'm still working on auto-complete.",
10
+ "I just wasted an hour on 'fucntion'",
11
+ "Your code works now.",
12
+ "I'm going to soul-fixins",
13
+ ]
14
+ end
3
15
  end
4
16
  end
@@ -1,4 +1,14 @@
1
1
  module Lemurick
2
2
  class Mike
3
+
4
+ def speak
5
+ quotes.sample
6
+ end
7
+
8
+ def quotes
9
+ ["white pizza with prosciutto and goat cheese",
10
+ "placeholder", "third quote"]
11
+ end
12
+
3
13
  end
4
14
  end
@@ -1,4 +1,18 @@
1
1
  module Lemurick
2
2
  class Palermo
3
+
4
+ def speak
5
+ quotes.sample
6
+ end
7
+
8
+ def quotes
9
+ [
10
+ "I like Rails",
11
+ "Rails is great",
12
+ "Fuck! why is this not working?!?",
13
+ "Life is good",
14
+ "When are we going to do more rails stuff?"
15
+ ]
16
+ end
3
17
  end
4
- end
18
+ end
@@ -1,4 +1,15 @@
1
1
  module Lemurick
2
2
  class Peter
3
+ def speak
4
+ quotes.sample
5
+ end
6
+ def quotes
7
+ [
8
+ "Bruce Springsteen sucks",
9
+ "We should all aspire to be a little more like Danza",
10
+ "It's unbelievable that the President was once named Herbert",
11
+ "As Thomas Aquinas said, there shall come a time when a man is not measured by his deeds, but by the size and magnitude of his pompadour"
12
+ ]
13
+ end
3
14
  end
4
15
  end
@@ -1,4 +1,17 @@
1
1
  module Lemurick
2
2
  class Thareef
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "What's cracking, gents?",
10
+ "I took the lift",
11
+ "Cheers mate",
12
+ "I'm going for a smoke",
13
+ "It's 2 degrees Celcius"
14
+ ]
15
+ end
3
16
  end
4
- end
17
+ end
@@ -1,4 +1,19 @@
1
1
  module Lemurick
2
2
  class Thomas
3
+
4
+ def speak
5
+ quotes.sample
6
+ end
7
+
8
+ def quotes
9
+ [
10
+ "The will to win, the desire to succeed, the urge to reach your full potential... these are the keys that will unlock the door to personal excellence.",
11
+ "Truth is manners; manners are a fiction",
12
+ "stufffffff",
13
+ "You have to learn the rules of the game. And then you have to play better than anyone else.",
14
+ "More quotes"
15
+ ]
16
+ end
17
+
3
18
  end
4
- end
19
+ end
@@ -1,4 +1,17 @@
1
1
  module Lemurick
2
2
  class Vadim
3
+ def speak
4
+ quotes.sample
5
+ end
6
+
7
+ def quotes
8
+ [
9
+ "Yo Andre smoke",
10
+ "I am not sure what I am doing",
11
+ "Nothing",
12
+
13
+ ]
14
+ end
15
+
3
16
  end
4
- end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module Lemurick
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lemurick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - amadden80