--- !ruby/object:Gem::Specification name: ofac version: !ruby/object:Gem::Version version: 2.0.0 platform: ruby authors: - Kevin Tyll autorequire: bindir: bin cert_chain: [] date: 2014-01-07 00:00:00.000000000 Z 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: - .document - .ruby-gemset - .ruby-version - History.txt - LICENSE - PostInstall.txt - README.rdoc - Rakefile - VERSION.yml - generators/ofac_migration/.DS_Store - generators/ofac_migration/ofac_migration_generator.rb - generators/ofac_migration/templates/.DS_Store - generators/ofac_migration/templates/migration.rb - lib/generators/ofac_migration/build/build_generator.rb - lib/generators/ofac_migration/build/templates/create_ofac_sdns.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 - nbproject/project.properties - nbproject/project.xml - ofac.gemspec - rdoc/CreateOfacSdns.html - rdoc/Ofac.html - rdoc/OfacMatch.html - rdoc/OfacMigration.html - rdoc/OfacMigration/Generators.html - rdoc/OfacMigration/Generators/BuildGenerator.html - rdoc/OfacSdn.html - rdoc/OfacSdnLoader.html - rdoc/README_rdoc.html - rdoc/String.html - rdoc/classes/Ofac.html - rdoc/classes/OfacMatch.html - rdoc/classes/OfacSdn.html - rdoc/classes/OfacSdnLoader.html - rdoc/classes/String.html - rdoc/created.rid - rdoc/files/README_rdoc.html - rdoc/files/lib/ofac/models/ofac_rb.html - rdoc/files/lib/ofac/models/ofac_sdn_loader_rb.html - rdoc/files/lib/ofac/models/ofac_sdn_rb.html - rdoc/files/lib/ofac/ofac_match_rb.html - rdoc/files/lib/ofac/ruby_string_extensions_rb.html - rdoc/files/lib/ofac_rb.html - rdoc/fr_class_index.html - rdoc/fr_file_index.html - rdoc/fr_method_index.html - rdoc/images/add.png - rdoc/images/arrow_up.png - rdoc/images/brick.png - rdoc/images/brick_link.png - rdoc/images/bug.png - rdoc/images/bullet_black.png - rdoc/images/bullet_toggle_minus.png - rdoc/images/bullet_toggle_plus.png - rdoc/images/date.png - rdoc/images/delete.png - rdoc/images/find.png - rdoc/images/loadingAnimation.gif - rdoc/images/macFFBgHack.png - rdoc/images/package.png - rdoc/images/page_green.png - rdoc/images/page_white_text.png - rdoc/images/page_white_width.png - rdoc/images/plugin.png - rdoc/images/ruby.png - rdoc/images/tag_blue.png - rdoc/images/tag_green.png - rdoc/images/transparent.png - rdoc/images/wrench.png - rdoc/images/wrench_orange.png - rdoc/images/zoom.png - rdoc/index.html - rdoc/js/darkfish.js - rdoc/js/jquery.js - rdoc/js/navigation.js - rdoc/js/search.js - rdoc/js/search_index.js - rdoc/js/searcher.js - rdoc/lib/generators/ofac_migration/build/build_generator_rb.html - rdoc/lib/generators/ofac_migration/build/templates/create_ofac_sdns_rb.html - rdoc/lib/ofac/models/ofac_rb.html - rdoc/lib/ofac/models/ofac_sdn_loader_rb.html - rdoc/lib/ofac/models/ofac_sdn_rb.html - rdoc/lib/ofac/ofac_match_rb.html - rdoc/lib/ofac/ruby_string_extensions_rb.html - rdoc/lib/ofac_rb.html - rdoc/rdoc-style.css - rdoc/rdoc.css - rdoc/table_of_contents.html - 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 homepage: http://github.com/kevintyll/ofac licenses: [] 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: 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: [] 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.0.3 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: []