README.rdoc in ofac-1.3.2 vs README.rdoc in ofac-2.0.0

- old
+ new

@@ -104,11 +104,11 @@ * Rails 2.0.0 or greater == INSTALL: -==== Rails 2.0 +==== Rails 2.0 - use version 1.3.2 or earlier * To install the gem: sudo gem install kevintyll-ofac * To create the necessary db migration, from the command line, run: script/generate ofac_migration @@ -118,23 +118,23 @@ 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. -==== Rails 3.0 +==== Rails 3.0 & 4.0 * To create the necessary db migration, from the command line, run: rails generate ofac_migration:build * To add the gem to your Rails project: ===== Add the gem to your Gemfile: - gem "ofac", "~> 1.3.0" + gem "ofac", "~> 2.0.0" ===== Run the Bundler install command bundle install * 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. == Copyright -Copyright (c) 2009 Kevin Tyll. See LICENSE for details. +Copyright (c) 2009-2013 Kevin Tyll. See LICENSE for details.