First commit
Showing
| ... | @@ -30,6 +30,18 @@ gem 'bootsnap', '>= 1.4.2', require: false | ... | @@ -30,6 +30,18 @@ gem 'bootsnap', '>= 1.4.2', require: false |
| gem 'devise' | gem 'devise' | ||
| source "https://rubygems.org" | |||
| gem "nokogiri" | |||
| gem "mechanize" | |||
| gem "pry" | |||
| gem "rubysl-open-uri" | |||
| gem "activerecord-import" | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| ... | ... |
crawler/data_crawler.rb
0 → 100644
import.rb
0 → 100644
lib/Venjob.csv
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/tasks/job.rake
0 → 100644
Please
register
or
sign in
to comment