james 0.0.7-universal-darwin-10 → 0.0.8-universal-darwin-10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/james/controller.rb +1 -1
  2. metadata +1 -1
@@ -41,7 +41,7 @@ module James
41
41
  # Start recognizing words.
42
42
  #
43
43
  def start_input
44
- @input = Inputs::Terminal.new self
44
+ @input = Inputs::Audio.new self
45
45
  @input.listen
46
46
  end
47
47
  # Start speaking.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: james
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: universal-darwin-10
7
7
  authors:
8
8
  - Florian Hanke