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

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 (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