Sha256: b821da1abc8aed9feb2bfc12118f9bd37ef756df1a1f31cd8e37a80994eba164

Contents?: true

Size: 217 Bytes

Versions: 29

Compression:

Stored size: 217 Bytes

Contents

namespace :ofac do
  desc "Loads the current file from http://www.treas.gov/offices/enforcement/ofac/sdn/delimit/index.shtml."
  task :update_data => :environment do
    OfacSdnLoader.load_current_sdn_file
  end

end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
kevintyll-ofac-1.0.0 lib/tasks/ofac.rake
kevintyll-ofac-1.1.0 lib/tasks/ofac.rake
kevintyll-ofac-1.1.1 lib/tasks/ofac.rake
kevintyll-ofac-1.1.10 lib/tasks/ofac.rake
kevintyll-ofac-1.1.11 lib/tasks/ofac.rake
kevintyll-ofac-1.1.2 lib/tasks/ofac.rake
kevintyll-ofac-1.1.3 lib/tasks/ofac.rake
kevintyll-ofac-1.1.4 lib/tasks/ofac.rake
kevintyll-ofac-1.1.5 lib/tasks/ofac.rake
kevintyll-ofac-1.1.6 lib/tasks/ofac.rake
kevintyll-ofac-1.1.7 lib/tasks/ofac.rake
kevintyll-ofac-1.1.8 lib/tasks/ofac.rake
kevintyll-ofac-1.1.9 lib/tasks/ofac.rake
ofac-2.0.4 lib/tasks/ofac.rake
ofac-2.0.3 lib/tasks/ofac.rake
ofac-2.0.2 lib/tasks/ofac.rake
ofac-2.0.1 lib/tasks/ofac.rake
ofac-2.0.0 lib/tasks/ofac.rake
ofac-1.3.2 lib/tasks/ofac.rake
ofac-1.3.1 lib/tasks/ofac.rake