--- !ruby/object:Gem::Specification name: kevintyll-ofac version: !ruby/object:Gem::Version version: 1.1.4 platform: ruby authors: - Kevin Tyll autorequire: bindir: bin cert_chain: [] date: 2009-06-02 00:00:00 -07:00 default_executable: dependencies: [] 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: - LICENSE - README.rdoc files: - History.txt - LICENSE - PostInstall.txt - README.rdoc - Rakefile - VERSION.yml - generators/ofac_migration/ofac_migration_generator.rb - generators/ofac_migration/templates/migration.rb - lib/ofac.rb - lib/ofac/models/ofac.rb - lib/ofac/models/ofac_sdn.rb - lib/ofac/models/ofac_sdn_loader.rb - lib/ofac/ofac_match.rb - lib/ofac/ruby_string_extensions.rb - lib/tasks/ofac.rake - 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/mocks/test/ofac_sdn_loader.rb - test/ofac_sdn_loader_test.rb - test/ofac_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/kevintyll/ofac 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: script/generate ofac_migration * Require the gem in your environment.rb file in the Rails::Initializer block: config.gem 'kevintyll-ofac', :lib => '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 http://www.treas.gov/offices/enforcement/ofac/sdn/index.shtml. rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list. test_files: - test/mocks/test/ofac_sdn_loader.rb - test/ofac_sdn_loader_test.rb - test/ofac_test.rb - test/test_helper.rb