fcrab 0.0.0 → 0.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crabhorn +5 -0
  3. data/lib/fcrab.rb +6 -4
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f25bb3649e5696c134e8e31b3e07850466049ab
4
- data.tar.gz: 19d534e64a177a0b0d166927996b946eb357fba5
3
+ metadata.gz: 4a849eaf34dddad2cd26eeef81cd918ad0eec87f
4
+ data.tar.gz: 4b12f42da279bf7fe7f6fb34feb6bd26f690f162
5
5
  SHA512:
6
- metadata.gz: 8c4d59cc60855355bc62447ea82d85056900a1b89783756653db99f7188c57e35a0dd5f8e8a4059b61495da8d996fe15124187e6f6c87c774a9b4ea6a3b63a10
7
- data.tar.gz: ae45eb43d88772a860a649b25422b7d9f6ca724da36023eff419fadf11a2b1291089a9cf1aa720fac40f44994728c26ead315ef83aea12e015517e691dc3139a
6
+ metadata.gz: 6182dd88326a3ed0eaa1e13c8bbc59e7fb79f9d237921725b9fb077b556f801ed67caa6b30294279ce6fa87963ccd76c97ed702bb7083d112c8fe636b6e1d4c8
7
+ data.tar.gz: 744e1dbad907c0936a784bb3dab609570ba54646bf7c625e69892d19b8024b65cd11cf42db8c578c908905d5c02c39567005a98bf654b0817bca1c9e272d0057
data/bin/crabhorn ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'fcrab'
4
+
5
+ Crabhorn::Fcrab.horn
data/lib/fcrab.rb CHANGED
@@ -1,5 +1,7 @@
1
- class Fcrab
2
- def self.horn
3
- system("afplay lib/crabhorn.mp3")
1
+ module Crabhorn
2
+ class Fcrab
3
+ def self.horn
4
+ system("afplay lib/crabhorn.mp3")
5
+ end
4
6
  end
5
- end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcrab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Kelly
@@ -12,10 +12,12 @@ date: 2016-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: crab horn best horn
14
14
  email:
15
- executables: []
15
+ executables:
16
+ - crabhorn
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/crabhorn
19
21
  - lib/crabhorn.mp3
20
22
  - lib/fcrab.rb
21
23
  homepage: