# -*- encoding: utf-8 -*- # stub: ofac 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "ofac".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kevin Tyll".freeze] s.date = "2014-01-07" s.description = "Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list.".freeze s.email = "kevintyll@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "History.txt".freeze, "LICENSE".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "generators/ofac_migration/.DS_Store".freeze, "generators/ofac_migration/ofac_migration_generator.rb".freeze, "generators/ofac_migration/templates/.DS_Store".freeze, "generators/ofac_migration/templates/migration.rb".freeze, "lib/generators/ofac_migration/build/build_generator.rb".freeze, "lib/generators/ofac_migration/build/templates/create_ofac_sdns.rb".freeze, "lib/ofac.rb".freeze, "lib/ofac/models/ofac.rb".freeze, "lib/ofac/models/ofac_sdn.rb".freeze, "lib/ofac/models/ofac_sdn_loader.rb".freeze, "lib/ofac/ofac_match.rb".freeze, "lib/ofac/ruby_string_extensions.rb".freeze, "lib/tasks/ofac.rake".freeze, "nbproject/project.properties".freeze, "nbproject/project.xml".freeze, "ofac.gemspec".freeze, "rdoc/CreateOfacSdns.html".freeze, "rdoc/Ofac.html".freeze, "rdoc/OfacMatch.html".freeze, "rdoc/OfacMigration.html".freeze, "rdoc/OfacMigration/Generators.html".freeze, "rdoc/OfacMigration/Generators/BuildGenerator.html".freeze, "rdoc/OfacSdn.html".freeze, "rdoc/OfacSdnLoader.html".freeze, "rdoc/README_rdoc.html".freeze, "rdoc/String.html".freeze, "rdoc/classes/Ofac.html".freeze, "rdoc/classes/OfacMatch.html".freeze, "rdoc/classes/OfacSdn.html".freeze, "rdoc/classes/OfacSdnLoader.html".freeze, "rdoc/classes/String.html".freeze, "rdoc/created.rid".freeze, "rdoc/files/README_rdoc.html".freeze, "rdoc/files/lib/ofac/models/ofac_rb.html".freeze, "rdoc/files/lib/ofac/models/ofac_sdn_loader_rb.html".freeze, "rdoc/files/lib/ofac/models/ofac_sdn_rb.html".freeze, "rdoc/files/lib/ofac/ofac_match_rb.html".freeze, "rdoc/files/lib/ofac/ruby_string_extensions_rb.html".freeze, "rdoc/files/lib/ofac_rb.html".freeze, "rdoc/fr_class_index.html".freeze, "rdoc/fr_file_index.html".freeze, "rdoc/fr_method_index.html".freeze, "rdoc/images/add.png".freeze, "rdoc/images/arrow_up.png".freeze, "rdoc/images/brick.png".freeze, "rdoc/images/brick_link.png".freeze, "rdoc/images/bug.png".freeze, "rdoc/images/bullet_black.png".freeze, "rdoc/images/bullet_toggle_minus.png".freeze, "rdoc/images/bullet_toggle_plus.png".freeze, "rdoc/images/date.png".freeze, "rdoc/images/delete.png".freeze, "rdoc/images/find.png".freeze, "rdoc/images/loadingAnimation.gif".freeze, "rdoc/images/macFFBgHack.png".freeze, "rdoc/images/package.png".freeze, "rdoc/images/page_green.png".freeze, "rdoc/images/page_white_text.png".freeze, "rdoc/images/page_white_width.png".freeze, "rdoc/images/plugin.png".freeze, "rdoc/images/ruby.png".freeze, "rdoc/images/tag_blue.png".freeze, "rdoc/images/tag_green.png".freeze, "rdoc/images/transparent.png".freeze, "rdoc/images/wrench.png".freeze, "rdoc/images/wrench_orange.png".freeze, "rdoc/images/zoom.png".freeze, "rdoc/index.html".freeze, "rdoc/js/darkfish.js".freeze, "rdoc/js/jquery.js".freeze, "rdoc/js/navigation.js".freeze, "rdoc/js/search.js".freeze, "rdoc/js/search_index.js".freeze, "rdoc/js/searcher.js".freeze, "rdoc/lib/generators/ofac_migration/build/build_generator_rb.html".freeze, "rdoc/lib/generators/ofac_migration/build/templates/create_ofac_sdns_rb.html".freeze, "rdoc/lib/ofac/models/ofac_rb.html".freeze, "rdoc/lib/ofac/models/ofac_sdn_loader_rb.html".freeze, "rdoc/lib/ofac/models/ofac_sdn_rb.html".freeze, "rdoc/lib/ofac/ofac_match_rb.html".freeze, "rdoc/lib/ofac/ruby_string_extensions_rb.html".freeze, "rdoc/lib/ofac_rb.html".freeze, "rdoc/rdoc-style.css".freeze, "rdoc/rdoc.css".freeze, "rdoc/table_of_contents.html".freeze, "test/files/test_address_data_load.pip".freeze, "test/files/test_alt_data_load.pip".freeze, "test/files/test_sdn_data_load.pip".freeze, "test/files/valid_flattened_file.csv".freeze, "test/mocks/test/ofac_sdn_loader.rb".freeze, "test/ofac_sdn_loader_test.rb".freeze, "test/ofac_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/kevintyll/ofac".freeze s.post_install_message = "For more information on ofac, see http://kevintyll.github.com/ofac/\n\n* To create the necessary db migration, from the command line, run:\n script/generate ofac_migration\n* Require the gem in your environment.rb file in the Rails::Initializer block:\n config.gem 'kevintyll-ofac', :lib => 'ofac'\n* To load your table with the current OFAC data, from the command line, run:\n rake ofac:update_data\n\n * The OFAC data is not updated with any regularity, but you can sign up for email notifications when the data changes at\n http://www.treas.gov/offices/enforcement/ofac/sdn/index.shtml.".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list.".freeze end