adventure_time 1.0.3 → 1.0.4
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 +1 -0
- 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: 054ce5a3b8d443ac39a871f9fcf7bb79f0499ab2
|
4
|
+
data.tar.gz: 5dc9b748f9431ea221b49a1c7af7bc21679fc692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11c855ed8914f786ff763e6a29f786e81617f2e2b08695bd5200727289b04a3346d73508e7c4acd97201e9fb19f73a3b500278a4ae8e52e4f8e6f322c763770d
|
7
|
+
data.tar.gz: cfcb279655dfdce139f2e3fe5baaeb3f23135e1eef875cb20767e597898ad24f2be577ee9066109aafcaece65308134ffaa0b15e2ead30519373f239a4ee8691
|
data/bin/adventure_time
CHANGED
@@ -4,6 +4,7 @@ require 'sounder'
|
|
4
4
|
require 'adventure_time'
|
5
5
|
|
6
6
|
sounds = {
|
7
|
+
"BMO: I am quieter now" => 'bmo-i_am_quieter_now',
|
7
8
|
"BMO: It goes in my butt" => 'bmo-it_goes_in_my_butt',
|
8
9
|
"Finn: Dude, let's just kill him" => 'finn-dude_lets_just_kill_him_and_get_the_armor',
|
9
10
|
"Finn: Finger protection" => 'finn-finger_protection',
|