Files
iron_ebooks/ebook.worker

11 lines
181 B
Plaintext

# 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'
gem 'punkt-segmenter'