lumpy_space_princess 0.0.4 → 0.0.5

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: 59a820dce5bab853aa6784fdafae720a500de06d
4
- data.tar.gz: 0e416fa1accdac5466cbf93112af1cee31bf5f3a
3
+ metadata.gz: 80901e445a8bd787038ed06721a2cfce34835d5d
4
+ data.tar.gz: 7edc0662c824888784cde6aa39a9639c874b621e
5
5
  SHA512:
6
- metadata.gz: deb3c807a3de37e1915ca9757616ebb35fbd4d89f9bac4de6b5aa979758c2492f96f23e338529e2e1b00c22946191624d90c8250aa6ee3f39c9b6a8fad30bc49
7
- data.tar.gz: 9da67296a4dfe0ad1732dad3da0158a4fd9fa208605523e35ad435a217d6fda526ebf394cff3e5cca366248654aa4189dfad820c399bef469742f0ddb4c27c7b
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
- * These Lumps
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
- 'these lumps' => 'these_lumps',
8
- 'my beans' => 'my_beans'
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 = {}
@@ -1,3 +1,3 @@
1
1
  module LumpySpacePrincess
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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