lumpy_space_princess 0.0.3 → 0.0.4
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 +19 -9
- data/bin/lsp +2 -1
- data/lib/lumpy_space_princess/version.rb +1 -1
- data/lib/support/my_beans.m4a +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59a820dce5bab853aa6784fdafae720a500de06d
|
|
4
|
+
data.tar.gz: 0e416fa1accdac5466cbf93112af1cee31bf5f3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deb3c807a3de37e1915ca9757616ebb35fbd4d89f9bac4de6b5aa979758c2492f96f23e338529e2e1b00c22946191624d90c8250aa6ee3f39c9b6a8fad30bc49
|
|
7
|
+
data.tar.gz: 9da67296a4dfe0ad1732dad3da0158a4fd9fa208605523e35ad435a217d6fda526ebf394cff3e5cca366248654aa4189dfad820c399bef469742f0ddb4c27c7b
|
data/README.md
CHANGED
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
# LumpySpacePrincess
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A Lumpy Space Princess Soundboard.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Add this line to your application's Gemfile:
|
|
5
|
+
Available sounds:
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
* These Lumps
|
|
8
|
+
* My Beans!
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
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.
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
## Installation
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
Install it yourself as:
|
|
16
15
|
|
|
17
16
|
$ gem install lumpy_space_princess
|
|
18
17
|
|
|
18
|
+
And then execute it with:
|
|
19
|
+
|
|
20
|
+
$ lsp
|
|
21
|
+
|
|
19
22
|
## Usage
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
On the command line type this line to bring up the application:
|
|
25
|
+
|
|
26
|
+
$ lsp
|
|
27
|
+
|
|
28
|
+
This will bring up the options and available sounds to use.
|
|
29
|
+
Typing in a sound's name after the main `lsp` command will play the sound:
|
|
30
|
+
|
|
31
|
+
$ lsp these lumps
|
|
22
32
|
|
|
23
33
|
## Contributing
|
|
24
34
|
|
data/bin/lsp
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Devin Clark
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- bin/lsp
|
|
69
69
|
- lib/lumpy_space_princess.rb
|
|
70
70
|
- lib/lumpy_space_princess/version.rb
|
|
71
|
+
- lib/support/my_beans.m4a
|
|
71
72
|
- lib/support/these_lumps.m4a
|
|
72
73
|
- lumpy_space_princess.gemspec
|
|
73
74
|
homepage: https://github.com/notdevinclark/lumpy_space_princess
|