Skip to content

Commit

Permalink
Switched from including a local copy of the tropo-webapi-ruby gem to …
Browse files Browse the repository at this point in the history
…using the standard gem.
  • Loading branch information
voxeo committed Jan 27, 2010
1 parent 878d79f commit b4c43f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.rb
@@ -1,4 +1,4 @@
%w(rubygems sinatra tropo-webapi-ruby/lib/tropo-webapi-ruby.rb pp open-uri rexml/document goodies.rb).each{|lib| require lib}
%w(rubygems sinatra tropo-webapi-ruby pp open-uri rexml/document goodies.rb).each{|lib| require lib}
enable :sessions

post '/index.json' do
Expand Down

0 comments on commit b4c43f2

Please sign in to comment.