humpday 0.0.1 → 0.0.2

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/humpday +1 -0
  3. data/lib/humpday/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 080a70b97c913aadc6290288614b4116e361b212
4
- data.tar.gz: 9d7938a09553e985c43042dcf899224a1c117b5b
3
+ metadata.gz: 6b17509cabef25d11274415c92ebf5263cc714f1
4
+ data.tar.gz: 99cb4abe7802d34d38561c9699e1e25bbcd63a1e
5
5
  SHA512:
6
- metadata.gz: 26a1fa30f8624f35ec7e9f49c78243206c53cc795daa862898726377ca509dce3dca5e2c5557e64f1e6256a7f459cbf27f6d39e443639415c569d212ec85b647
7
- data.tar.gz: 1dbb1a2d5fe7b339e97c15d18959c1b52909f11ecc4d666dfeac3b8a8d4ca6049fc9aead8b59471f115aa15521c12611088a0237add912db79f3e4df641f2ad2
6
+ metadata.gz: fdea699c2cb940f8f82c565dda738d338602733b027129b2ae7e39644dedb0af3d7d5295399a8643ad80ca72f441f4f878c7fe76af33ec44fb33bdd81971f7df
7
+ data.tar.gz: 3808d75783026331cb907e7d9b4db8f0c2c64a059bb8f264794565aa5779094126d45e8a0a74b5069e1ca1dad0836f40c22ce348e91f1b2408e0195dfa585d17
data/bin/humpday CHANGED
@@ -4,4 +4,5 @@ require 'sounder'
4
4
 
5
5
  audio_file = File.expand_path('../../lib/support/humpday.m4a', __FILE__)
6
6
 
7
+ Sounder::System.set_volume 100
7
8
  Sounder.play audio_file
@@ -1,3 +1,3 @@
1
1
  module Humpday
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humpday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Zaninovich