Merge branch 'ftp-import' into 'master'
import job from csv, using rubocop to fix convention code See merge request !5
Showing
| ... | @@ -45,10 +45,10 @@ group :development do | ... | @@ -45,10 +45,10 @@ group :development do |
| # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | ||
| gem 'web-console', '>= 3.3.0' | gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | gem 'listen', '>= 3.0.5', '< 3.2' | ||
| gem 'dotenv-rails' | |||
| # 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 'spring-watcher-listen', '~> 2.0.0' | ||
| gem 'dotenv-rails' | |||
| 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/csv.rb
0 → 100644
lib/common/extract_zip.rb
0 → 100644
lib/common/ftp.rb
0 → 100644
lib/tasks/import_data.rake
0 → 100644
Please
register
or
sign in
to comment