mirror of
https://github.com/thewesker/iron_ebooks.git
synced 2025-12-20 04:11:12 -05:00
12 lines
200 B
Plaintext
12 lines
200 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'
|
|
gem 'htmlentities'
|