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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8f58c6a7e87680e26fbb76c8afdce2432984787
4
- data.tar.gz: 2c24d07e41f4ef10bbbd95e0dddb03af0c9c8862
3
+ metadata.gz: 59a820dce5bab853aa6784fdafae720a500de06d
4
+ data.tar.gz: 0e416fa1accdac5466cbf93112af1cee31bf5f3a
5
5
  SHA512:
6
- metadata.gz: 1d869dbfd6bab742a4a878f71b8de6a6efd93c666a7afb0822e3b2e8152a8cec0a9cfa7019c5f09730d901289ed16ffbc04b460693c81e2008f8fd3c8470def0
7
- data.tar.gz: e6aba45a44c4e8ef16aaa46dc85052f25103846db8000af8ea46d830ef01d415d9d920e7e8ab81a6589b13f51b02f55be8ecc30dd6afdd84a29e795035a969dd
6
+ metadata.gz: deb3c807a3de37e1915ca9757616ebb35fbd4d89f9bac4de6b5aa979758c2492f96f23e338529e2e1b00c22946191624d90c8250aa6ee3f39c9b6a8fad30bc49
7
+ data.tar.gz: 9da67296a4dfe0ad1732dad3da0158a4fd9fa208605523e35ad435a217d6fda526ebf394cff3e5cca366248654aa4189dfad820c399bef469742f0ddb4c27c7b
data/README.md CHANGED
@@ -1,24 +1,34 @@
1
1
  # LumpySpacePrincess
2
2
 
3
- TODO: Write a gem description
3
+ A Lumpy Space Princess Soundboard.
4
4
 
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
5
+ Available sounds:
8
6
 
9
- gem 'lumpy_space_princess'
7
+ * These Lumps
8
+ * My Beans!
10
9
 
11
- And then execute:
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
- $ bundle
12
+ ## Installation
14
13
 
15
- Or install it yourself as:
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
- TODO: Write usage instructions here
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
@@ -4,7 +4,8 @@ require 'sounder'
4
4
  require 'lumpy_space_princess'
5
5
 
6
6
  sounds = {
7
- 'these lumps' => 'these_lumps'
7
+ 'these lumps' => 'these_lumps',
8
+ 'my beans' => 'my_beans'
8
9
  }
9
10
 
10
11
  sound_files = {}
@@ -1,3 +1,3 @@
1
1
  module LumpySpacePrincess
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-17 00:00:00.000000000 Z
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