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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22e66b03fb83a94c4e77aaadd468bc5987879e9b
4
- data.tar.gz: d2f0bc0a409fab2869ea9c22c057a7b86bafd724
3
+ metadata.gz: b583f38558b0f461f256529868701df9473a67f6
4
+ data.tar.gz: 95635b46c4d84c0955868ec9393ff09ebec9fa3d
5
5
  SHA512:
6
- metadata.gz: c9f4f9ad10d26fa504ceab580a160502ba14864a9c38964f99ec1e1030e058138a14bf4470b55d51a7bb7966a9725d815f09fb0b5fb0bf53e2bfebf47f3c7b07
7
- data.tar.gz: 54599238e8d5b54240e57edc47270c0773bd0faae781fd4d7cd611088a6c65e1bc136f11ad3764af938f4e84c518b2e92289845bbabd7d6c92b0854742efdb50
6
+ metadata.gz: 056ac6b4e55d76e471b0c9b1b40ed621b321c47469743dd26ccdb5c2a23c9d596d6e1e5f0619c4f105eea5a3d67b5a77f8f0db9f5ca4d0dd7facf509a7d791ac
7
+ data.tar.gz: 45e887e6eb1e5b12b1eb0fb7a57af923d7c5c4c998fa891b2687155a6054503eef8fb59a61f798e030965c1cf8abeaaea22a87ab05f1e1b186f3af2a0c2bf3a4
@@ -4,22 +4,22 @@ require 'sounder'
4
4
  require 'adventure_time'
5
5
 
6
6
  sounds = {
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',
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
 
@@ -1,3 +1,3 @@
1
1
  module AdventureTime
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Zaninovich