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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c8d6662cf4997f668a7b06734eaba2eb28cf9dc
4
- data.tar.gz: 10c9a0015801a27ac3dc7f12d2a921f082d2a101
3
+ metadata.gz: 22e66b03fb83a94c4e77aaadd468bc5987879e9b
4
+ data.tar.gz: d2f0bc0a409fab2869ea9c22c057a7b86bafd724
5
5
  SHA512:
6
- metadata.gz: 240699bb58a832834f7e7b247a179e069c9ad5ec437760653f58475abeceba34b01edfe449ff19a43a010079a6f9b7e72ba07e12f2eb77f3fa939d1e12142e99
7
- data.tar.gz: 79fe2ef63b12ba6d432ad0ee52a8938d580219d7dffd6adc301812498840c5bbe7ff04cf2ff03f50533c263f3e1fa0726a7b8b715d1cf0d67b9878c9606bc412
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: I am quieter now" => 'bmo-i_am_quieter_now',
8
- "bmo: It goes in my butt" => 'bmo-it_goes_in_my_butt',
9
- "finn: Dude, let's just kill him" => 'finn-dude_lets_just_kill_him_and_get_the_armor',
10
- "finn: Finger protection" => 'finn-finger_protection',
11
- "finn: I am complicated" => 'finn-i_am_complicated',
12
- "finn: No more games, no more pajamas" => 'finn-no_more_games_no_more_pajamas',
13
- "finn: Stealing is wrong, doofus" => 'finn-stealing_is_wrong_doofus',
14
- "finn: This is radical" => 'finn-this_is_radical',
15
- "finn & jake: Interesting smells" => 'finn_jake-interesing_smells_in_poop',
16
- "finn & jake: Responsible" => 'finn_jake-responsible',
17
- "finn & jake: Skadow" => 'finn_jake-skadow',
18
- "jake: Ya killed her" => 'jake-ahp_ya_killed_her',
19
- "jake: Laugh" => 'jake-laugh',
20
- "jake: That's like math!" => 'jake-thats_like_math',
21
- "lsp: Luscious Lips" => 'lsp-luscious_lips',
22
- "song: Daddy, why did you eat my fries?" => 'song-daddy_why_did_you_eat_my_fries'
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,
@@ -1,3 +1,3 @@
1
1
  module AdventureTime
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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.1
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: