You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way, running rake fias:download is enough to download the latest FIAS.
What do you think? Should I make a PR out of this, updating README and stuff?
The text was updated successfully, but these errors were encountered:
There is no need in
lib/fias/import/download_service.rb
anymore, you can always use URI https://fias.nalog.ru/Public/Downloads/Actual/fias_dbf.rar to fetch the latest version of FIAS.Basically, current
fias:download
task can be replaced with the following:But since it barely does anything and you need to chain it with
wget
anyway to actually download FIAS, I propose rewriting it:This way, running
rake fias:download
is enough to download the latest FIAS.What do you think? Should I make a PR out of this, updating README and stuff?
The text was updated successfully, but these errors were encountered: