# -*- encoding: utf-8 -*- # stub: ofac 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "ofac".freeze s.version = "3.0.1".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 = "2016-02-23" 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.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/models/ofac_individual.rb".freeze, "app/models/ofac_match.rb".freeze, "app/models/ofac_sdn_individual.rb".freeze, "app/models/ofac_sdn_individual_loader.rb".freeze, "config/initializers/ruby_string_extensions.rb".freeze, "db/migrate/20140715173012_create_ofac_sdn_individuals.rb".freeze, "db/migrate/20140715173240_drop_ofac_sdns.rb".freeze, "lib/ofac.rb".freeze, "lib/ofac/engine.rb".freeze, "lib/ofac/version.rb".freeze, "lib/tasks/ofac.rake".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".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/models/ofac_individual_test.rb".freeze, "test/models/ofac_sdn_individual_loader_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/kevintyll/ofac".freeze s.licenses = ["MIT".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 rake ofac_engine:install:migrations\n* Require the gem in your environment.rb file in the Rails::Initializer block:\n config.gem '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 https://www.treasury.gov/resource-center/sanctions/SDN-List/Pages/default.aspx\n".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/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".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/models/ofac_individual_test.rb".freeze, "test/models/ofac_sdn_individual_loader_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end