--- !ruby/object:Gem::Specification name: ofac version: !ruby/object:Gem::Version version: 3.0.1 platform: ruby authors: - Kevin Tyll autorequire: bindir: bin cert_chain: [] date: 2016-02-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list. email: kevintyll@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.rdoc - Rakefile - app/models/ofac_individual.rb - app/models/ofac_match.rb - app/models/ofac_sdn_individual.rb - app/models/ofac_sdn_individual_loader.rb - config/initializers/ruby_string_extensions.rb - db/migrate/20140715173012_create_ofac_sdn_individuals.rb - db/migrate/20140715173240_drop_ofac_sdns.rb - lib/ofac.rb - lib/ofac/engine.rb - lib/ofac/version.rb - lib/tasks/ofac.rake - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/files/test_address_data_load.pip - test/files/test_alt_data_load.pip - test/files/test_sdn_data_load.pip - test/files/valid_flattened_file.csv - test/models/ofac_individual_test.rb - test/models/ofac_sdn_individual_loader_test.rb - test/test_helper.rb homepage: https://github.com/kevintyll/ofac licenses: - MIT metadata: {} post_install_message: | For more information on ofac, see http://kevintyll.github.com/ofac/ * To create the necessary db migration, from the command line, run: rake ofac_engine:install:migrations * Require the gem in your environment.rb file in the Rails::Initializer block: config.gem 'ofac' * To load your table with the current OFAC data, from the command line, run: rake ofac:update_data * The OFAC data is not updated with any regularity, but you can sign up for email notifications when the data changes at https://www.treasury.gov/resource-center/sanctions/SDN-List/Pages/default.aspx rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list. test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/files/test_address_data_load.pip - test/files/test_alt_data_load.pip - test/files/test_sdn_data_load.pip - test/files/valid_flattened_file.csv - test/models/ofac_individual_test.rb - test/models/ofac_sdn_individual_loader_test.rb - test/test_helper.rb