Sha256: 92fbd3d5c952dd41e60874c6ee1a394ed246f13b782f9b870ad08fbb47082306

Contents?: true

Size: 189 Bytes

Versions: 4

Compression:

Stored size: 189 Bytes

Contents

# -*- encoding : utf-8 -*-

namespace :ip_to_country do
  
  desc "Populate geoips table from external source"
  task populate: :environment do
    IpToCountry::Loader::populate!
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ip_to_country-0.2.0 lib/tasks/ip_to_country.rake
ip_to_country-0.1.0 lib/tasks/ip_to_country.rake
ip_to_country-0.0.3 lib/tasks/ip_to_country.rake
ip_to_country-0.0.2 lib/tasks/ip_to_country.rake