Fixes for launch

This commit is contained in:
Jacob Harris
2013-07-09 21:54:44 -04:00
parent 9e86a90334
commit c201b07a60
3 changed files with 116 additions and 0 deletions

9
ebook.worker Normal file
View File

@@ -0,0 +1,9 @@
# define the runtime language
runtime "ruby"
# exec is the file that will be executed:
exec "ebook.rb"
file "twitter_init.rb"
file "markov.rb"
gem 'twitter'