# -*- encoding: utf-8 -*- # stub: kevintyll-ofac 1.1.3 ruby lib Gem::Specification.new do |s| s.name = "kevintyll-ofac".freeze s.version = "1.1.3".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 = "2009-05-15" 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 = ["History.txt".freeze, "LICENSE".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "generators/ofac_migration/ofac_migration_generator.rb".freeze, "generators/ofac_migration/templates/migration.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, "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.rdoc_options = ["--charset=UTF-8".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 s.test_files = ["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] end