speaker 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.
Files changed (3) hide show
  1. data/README.md +6 -0
  2. data/lib/speaker/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -15,6 +15,12 @@ Add this line to your application's Gemfile:
15
15
 
16
16
  gem 'speaker'
17
17
 
18
+ In order to play the mp3 audio, on Mac OS Speaker uses 'afplay'. In my case, it's native.
19
+ If you are on Linux, you need to have 'mpg123' installed. If you don't, plase install it first and then install and use the Speaker gem.
20
+
21
+ I have tested Speaker on Mac OS X Lion and Ubuntu and it worked without problems.
22
+ Unfortunately still does not work on Windows but I'll find time in the future to provide that.
23
+
18
24
  And then execute:
19
25
 
20
26
  $ bundle
@@ -1,3 +1,3 @@
1
1
  module Speaker
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: