created sample rake task for crawler
Showing
| ... | ... | @@ -57,3 +57,5 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'slim-rails', '~> 3.2' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | ||
| gem 'httparty', '~> 0.18.1' | ||
| \ No newline at end of file |
lib/tasks/web_crawler.rake
0 → 100644
Please
register
or
sign in
to comment