farva 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/farva.rb +1 -1
- data/lib/farva/trooper_foster.rb +21 -0
- data/lib/farva/version.rb +1 -1
- metadata +3 -3
data/lib/farva.rb
CHANGED
@@ -3,7 +3,7 @@ class Farva
|
|
3
3
|
require 'farva/trooper_farva'
|
4
4
|
require 'farva/trooper_mac'
|
5
5
|
require 'farva/trooper_foster'
|
6
|
-
TROOPERS = ["Trooper Farva", "Trooper Mac"]
|
6
|
+
TROOPERS = ["Trooper Farva", "Trooper Mac", "Trooper Foster"]
|
7
7
|
|
8
8
|
def self.roll_call
|
9
9
|
trooper = String.constantize(TROOPERS.shuffle.first.gsub(/ /, ""))
|
data/lib/farva/trooper_foster.rb
CHANGED
@@ -38,5 +38,26 @@ class TrooperFoster
|
|
38
38
|
"Foster: Meow, (7) I'm gonna have to give you a ticket on this one. No buts meow. (8) It's the law. \r" +
|
39
39
|
"Foster: Not so funny meow, (9) is it? \r " +
|
40
40
|
"Foster: [Foster gets up to leave, but Mac shakes his hands at him, indicating only nine meows] Meow! (10)"
|
41
|
+
QUOTE_LIBRARY << "Foster: Okie silly dilly dokie-o. I'm an idiot. \r" +
|
42
|
+
"Mac: That's true."
|
43
|
+
QUOTE_LIBRARY << "Foster: You crapped on my heart. \r"
|
44
|
+
QUOTE_LIBRARY << "[Ursula meets Foster at a restaurant. Ursula is dressed as a biker, Foster is dressed as a cyclist] \r" +
|
45
|
+
"Foster: Ah, biker. I'm such an idiot. "
|
46
|
+
QUOTE_LIBRARY << "Ursula: [talking into voice filter] Freeze motherfucker. \r" +
|
47
|
+
"Foster: Oh, god, please don't shoot me. I'm naked. \r" +
|
48
|
+
"Ursula: Drop your coat and grab your toes. \r" +
|
49
|
+
"Ursula: [talking into voice filter] Freeze motherfucker. \r" +
|
50
|
+
"Foster: What? \r" +
|
51
|
+
"Ursula: I'm gonna show you where the wild goos goes. \r" +
|
52
|
+
"Foster: Uh, this isn't happening. I'm a police officer. Ursula, help. \r" +
|
53
|
+
"Ursula: Baby, I'm gonna butter your bread. \r" +
|
54
|
+
"[Foster turns, sees Ursula is "holding him up"] \r" +
|
55
|
+
"Ursula: [still talking into the voice filter] You don't have these at your station? \r" +
|
56
|
+
"Foster: [grabs the voice filtrator, and speaks into it] I don't suppose you have a fresh pair of underwear I can borrow? \r" +
|
57
|
+
"Ursula: I'm not sure you could fit into my panties. \r" +
|
58
|
+
QUOTE_LIBRARY << "Foster: [explaining his low number of citations issued] I can't make them speed. \r" +
|
59
|
+
"Captain O'Hagan: Try hiding. "
|
60
|
+
QUOTE_LIBRARY << "Ursula: You're not going to tell anybody about this? \r" +
|
61
|
+
"Foster: I already told my mom. "
|
41
62
|
|
42
63
|
end
|
data/lib/farva/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 4
|
9
|
+
version: 0.5.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Dan DeMeyere
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-
|
17
|
+
date: 2011-08-25 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|