adventure_time 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/adventure_time +16 -16
- data/lib/adventure_time/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b583f38558b0f461f256529868701df9473a67f6
|
4
|
+
data.tar.gz: 95635b46c4d84c0955868ec9393ff09ebec9fa3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 056ac6b4e55d76e471b0c9b1b40ed621b321c47469743dd26ccdb5c2a23c9d596d6e1e5f0619c4f105eea5a3d67b5a77f8f0db9f5ca4d0dd7facf509a7d791ac
|
7
|
+
data.tar.gz: 45e887e6eb1e5b12b1eb0fb7a57af923d7c5c4c998fa891b2687155a6054503eef8fb59a61f798e030965c1cf8abeaaea22a87ab05f1e1b186f3af2a0c2bf3a4
|
data/bin/adventure_time
CHANGED
@@ -4,22 +4,22 @@ require 'sounder'
|
|
4
4
|
require 'adventure_time'
|
5
5
|
|
6
6
|
sounds = {
|
7
|
-
"
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
|
22
|
-
|
7
|
+
"BMO: It goes in my butt" => 'bmo-it_goes_in_my_butt',
|
8
|
+
"Finn: Dude, let's just kill him" => 'finn-dude_lets_just_kill_him_and_get_the_armor',
|
9
|
+
"Finn: Finger protection" => 'finn-finger_protection',
|
10
|
+
"Finn: I am complicated" => 'finn-i_am_complicated',
|
11
|
+
"Finn: No more games, no more pajamas" => 'finn-no_more_games_no_more_pajamas',
|
12
|
+
"Finn: Stealing is wrong, doofus" => 'finn-stealing_is_wrong_doofus',
|
13
|
+
"Finn: This is radical" => 'finn-this_is_radical',
|
14
|
+
"Finn & Jake: Interesting smells" => 'finn_jake-interesing_smells_in_poop',
|
15
|
+
"Finn & Jake: Responsible" => 'finn_jake-responsible',
|
16
|
+
"Finn & Jake: Skadow" => 'finn_jake-skadow',
|
17
|
+
"Jake: Ya killed her" => 'jake-ahp_ya_killed_her',
|
18
|
+
"Jake: Laugh" => 'jake-laugh',
|
19
|
+
"Jake: That's like math!" => 'jake-thats_like_math',
|
20
|
+
"LSP: Luscious Lips" => 'lsp-luscious_lips',
|
21
|
+
"PB: I should not have drank that much tea" => 'pb-drank_that_much_tea',
|
22
|
+
"PB: Bloo Bloo Bloo!" => 'pb-bloo_bloo_bloo',
|
23
23
|
"song: Daddy, why did you eat my fries?" => 'song-daddy_why_did_you_eat_my_fries'
|
24
24
|
}
|
25
25
|
|