adventure_time 1.0.1 → 1.0.2
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 +17 -16
- data/lib/adventure_time/version.rb +1 -1
- data/lib/support/pb-bloo_bloo_bloo.m4a +0 -0
- data/lib/support/pb-drank_that_much_tea.m4a +0 -0
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22e66b03fb83a94c4e77aaadd468bc5987879e9b
|
4
|
+
data.tar.gz: d2f0bc0a409fab2869ea9c22c057a7b86bafd724
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9f4f9ad10d26fa504ceab580a160502ba14864a9c38964f99ec1e1030e058138a14bf4470b55d51a7bb7966a9725d815f09fb0b5fb0bf53e2bfebf47f3c7b07
|
7
|
+
data.tar.gz: 54599238e8d5b54240e57edc47270c0773bd0faae781fd4d7cd611088a6c65e1bc136f11ad3764af938f4e84c518b2e92289845bbabd7d6c92b0854742efdb50
|
data/bin/adventure_time
CHANGED
@@ -4,22 +4,23 @@ require 'sounder'
|
|
4
4
|
require 'adventure_time'
|
5
5
|
|
6
6
|
sounds = {
|
7
|
-
"bmo:
|
8
|
-
"
|
9
|
-
"finn:
|
10
|
-
"finn:
|
11
|
-
"finn:
|
12
|
-
"finn:
|
13
|
-
"finn:
|
14
|
-
"finn:
|
15
|
-
"finn & jake:
|
16
|
-
"finn & jake:
|
17
|
-
"
|
18
|
-
"jake:
|
19
|
-
"jake:
|
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
|
+
"song: Daddy, why did you eat my fries?" => 'song-daddy_why_did_you_eat_my_fries'
|
23
24
|
}
|
24
25
|
|
25
26
|
adventure_time_soundboard = Sounder::Soundboard.new sounds: sounds,
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adventure_time
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Zaninovich
|
@@ -86,6 +86,8 @@ files:
|
|
86
86
|
- lib/support/jake-laugh.m4a
|
87
87
|
- lib/support/jake-thats_like_math.m4a
|
88
88
|
- lib/support/lsp-luscious_lips.m4a
|
89
|
+
- lib/support/pb-bloo_bloo_bloo.m4a
|
90
|
+
- lib/support/pb-drank_that_much_tea.m4a
|
89
91
|
- lib/support/song-daddy_why_did_you_eat_my_fries.m4a
|
90
92
|
homepage: ''
|
91
93
|
licenses:
|