bach 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.
data/README.md CHANGED
@@ -61,7 +61,7 @@ converting the text of the Gettysberb address to an mp3:
61
61
 
62
62
  $ curl -O http://history.eserver.org/gettysburg-address.txt
63
63
  $ bach --broker=stomp://mq.yourdomain.com:61613 \
64
- < ./gettysburg-address.txt > .//gettysburg-address.mp3
64
+ < ./gettysburg-address.txt > ./gettysburg-address.mp3
65
65
 
66
66
  I explicitly state the broker in the above commands but if you leave out that
67
67
  option it'll default to stomp://localhost:61613 ie it expects a broker running
data/lib/bach/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bach
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/lib/bach.rb ADDED
@@ -0,0 +1 @@
1
+ require 'bach/version'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bach
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-10-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: stomp
16
- requirement: &70362642534600 !ruby/object:Gem::Requirement
16
+ requirement: &70331109610020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70362642534600
24
+ version_requirements: *70331109610020
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: espeak-ruby
27
- requirement: &70362642533340 !ruby/object:Gem::Requirement
27
+ requirement: &70331109609460 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70362642533340
35
+ version_requirements: *70331109609460
36
36
  description: Provide a Text-to-Speech service on the service bus
37
37
  email:
38
38
  - craig@barkingiguana.com
@@ -43,7 +43,7 @@ extensions: []
43
43
  extra_rdoc_files: []
44
44
  files:
45
45
  - lib/bach/version.rb
46
- - lib/constable.rb
46
+ - lib/bach.rb
47
47
  - bin/bach
48
48
  - bin/bachd
49
49
  - README.md
data/lib/constable.rb DELETED
@@ -1 +0,0 @@
1
- require 'constable/version'