lumpy_space_princess 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/bin/lsp +8 -2
- data/lib/lumpy_space_princess/version.rb +1 -1
- data/lib/support/2009.m4a +0 -0
- data/lib/support/fun_time.m4a +0 -0
- data/lib/support/lump_off_mom.m4a +0 -0
- data/lib/support/lumping_yell_at_me.m4a +0 -0
- data/lib/support/romantic_tension.m4a +0 -0
- data/lib/support/smoking.m4a +0 -0
- metadata +7 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80901e445a8bd787038ed06721a2cfce34835d5d
|
|
4
|
+
data.tar.gz: 7edc0662c824888784cde6aa39a9639c874b621e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32737a85479cfb3fd2898670f08adbbbf0f15d3812282c442adc2e5a803fb78ca775a4782f5bf68a73fa8eb78b67315a61700e221e8e3b60452dbf79d89cb690
|
|
7
|
+
data.tar.gz: 1a5ea48f7fa21f731da2b9c6efbe69f06cfe9dc7d45b942f2bade66cac3bf76a9820c89248e47ee767bea5115afa0a57c11b6c9fafacb0fd7493008b83b3c952
|
data/README.md
CHANGED
|
@@ -4,8 +4,14 @@ A Lumpy Space Princess Soundboard.
|
|
|
4
4
|
|
|
5
5
|
Available sounds:
|
|
6
6
|
|
|
7
|
-
*
|
|
7
|
+
* 2009
|
|
8
|
+
* Don't Lumping Yell at Me!
|
|
9
|
+
* Fun Times
|
|
10
|
+
* Lump Off Mom!
|
|
8
11
|
* My Beans!
|
|
12
|
+
* Romantic Tension
|
|
13
|
+
* Smoking
|
|
14
|
+
* These Lumps
|
|
9
15
|
|
|
10
16
|
More sounds will be coming soon, if you know of a sound you would like to me add, please open an issue and I will look into adding it.
|
|
11
17
|
|
data/bin/lsp
CHANGED
|
@@ -4,8 +4,14 @@ require 'sounder'
|
|
|
4
4
|
require 'lumpy_space_princess'
|
|
5
5
|
|
|
6
6
|
sounds = {
|
|
7
|
-
'
|
|
8
|
-
'
|
|
7
|
+
'2009' => '2009',
|
|
8
|
+
'fun time' => 'fun_time',
|
|
9
|
+
'lump off mom' => 'lump_off_mom',
|
|
10
|
+
'lumping yell at me' => 'lumping_yell_at_me',
|
|
11
|
+
'my beans' => 'my_beans',
|
|
12
|
+
'romantic tension' => 'romantic_tension',
|
|
13
|
+
'smoking' => 'smoking',
|
|
14
|
+
'these lumps' => 'these_lumps'
|
|
9
15
|
}
|
|
10
16
|
|
|
11
17
|
sound_files = {}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lumpy_space_princess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Devin Clark
|
|
@@ -68,7 +68,13 @@ files:
|
|
|
68
68
|
- bin/lsp
|
|
69
69
|
- lib/lumpy_space_princess.rb
|
|
70
70
|
- lib/lumpy_space_princess/version.rb
|
|
71
|
+
- lib/support/2009.m4a
|
|
72
|
+
- lib/support/fun_time.m4a
|
|
73
|
+
- lib/support/lump_off_mom.m4a
|
|
74
|
+
- lib/support/lumping_yell_at_me.m4a
|
|
71
75
|
- lib/support/my_beans.m4a
|
|
76
|
+
- lib/support/romantic_tension.m4a
|
|
77
|
+
- lib/support/smoking.m4a
|
|
72
78
|
- lib/support/these_lumps.m4a
|
|
73
79
|
- lumpy_space_princess.gemspec
|
|
74
80
|
homepage: https://github.com/notdevinclark/lumpy_space_princess
|