import job from csv, using rubocop to fix convention code
Showing
| ... | @@ -47,8 +47,8 @@ group :development do | ... | @@ -47,8 +47,8 @@ group :development do |
| gem 'listen', '>= 3.0.5', '< 3.2' | gem 'listen', '>= 3.0.5', '< 3.2' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | |||
| gem 'dotenv-rails' | gem 'dotenv-rails' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | |||
| end | end | ||
| group :test do | group :test do | ||
| ... | @@ -63,6 +63,6 @@ end | ... | @@ -63,6 +63,6 @@ end |
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| ## | ## | ||
| gem "nokogiri" | gem 'nokogiri' | ||
| gem 'whenever', require: false | gem 'whenever', require: false | ||
| ## | ## |
lib/common/ftp.rb
0 → 100644
lib/data/jobs.csv
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/data/jobs.zip
0 → 100644
File added
lib/tasks/ftp_import.rake
0 → 100644
Please
register
or
sign in
to comment