Skip to content

Commit

Permalink
Merge pull request plamoni#5 from lacky/4a0fd9516464dda78426fc3e9a706…
Browse files Browse the repository at this point in the history
…1da03418679

Filenames not capitalized
  • Loading branch information
plamoni committed Nov 21, 2011
2 parents a1653b3 + 4a0fd95 commit 55f6e8b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions plugins/eliza/eliza.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'tweaksiri'
require 'siriobjectgenerator'
require 'tweakSiri'
require 'siriObjectGenerator'
require 'net/http'


Expand Down
4 changes: 2 additions & 2 deletions plugins/testproxy/testproxy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'tweaksiri'
require 'siriobjectgenerator'
require 'tweakSiri'
require 'siriObjectGenerator'

#######
# This is a "hello world" style plugin. It simply intercepts the phrase "text siri proxy" and responds
Expand Down
4 changes: 2 additions & 2 deletions plugins/thermostat/siriThermostat.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'tweaksiri'
require 'siriobjectgenerator'
require 'tweakSiri'
require 'siriObjectGenerator'
require 'json'
require 'open-uri'
require 'httparty'
Expand Down
2 changes: 1 addition & 1 deletion siriProxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'zlib'
require 'cfpropertylist'
require 'pp'
require 'tweaksiri'
require 'tweakSiri'
require 'interpretSiri'

LOG_LEVEL = 1
Expand Down
6 changes: 3 additions & 3 deletions start.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
require 'plugins/thermostat/sirithermostat'
require 'plugins/thermostat/siriThermostat'
require 'plugins/testproxy/testproxy'
require 'plugins/eliza/eliza'
require 'tweaksiri'
require 'siriproxy'
require 'tweakSiri'
require 'siriProxy'

#Also try Eliza -- though it should really not be run "before" anything else.
PLUGINS = [TestProxy]
Expand Down

0 comments on commit 55f6e8b

Please sign in to comment.