ofac 1.2.5 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/rdoc/String.html CHANGED
@@ -95,6 +95,14 @@
95
95
 
96
96
  <ul class="link-list">
97
97
 
98
+ <li><a href="./OfacMigration.html">OfacMigration</a>
99
+
100
+ <li><a href="./OfacMigration/Generators.html">OfacMigration::Generators</a>
101
+
102
+ <li><a href="./OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
103
+
104
+ <li><a href="./CreateOfacSdns.html">CreateOfacSdns</a>
105
+
98
106
  <li><a href="./Ofac.html">Ofac</a>
99
107
 
100
108
  <li><a href="./OfacMatch.html">OfacMatch</a>
data/rdoc/created.rid CHANGED
@@ -1,6 +1,8 @@
1
- Wed, 15 Feb 2012 13:37:59 -0500
2
- README.rdoc Tue, 12 May 2009 11:20:38 -0400
1
+ Fri, 16 Mar 2012 15:39:44 -0400
2
+ README.rdoc Fri, 16 Mar 2012 15:37:08 -0400
3
3
  lib/ofac.rb Thu, 02 Sep 2010 14:42:06 -0400
4
+ lib/generators/ofac_migration/build/build_generator.rb Fri, 16 Mar 2012 15:37:08 -0400
5
+ lib/generators/ofac_migration/build/templates/create_ofac_sdns.rb Fri, 16 Mar 2012 15:37:08 -0400
4
6
  lib/ofac/ofac_match.rb Wed, 29 Jul 2009 13:27:13 -0400
5
7
  lib/ofac/ruby_string_extensions.rb Mon, 11 May 2009 12:39:33 -0400
6
8
  lib/ofac/models/ofac.rb Mon, 17 Aug 2009 10:17:51 -0400
data/rdoc/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
6
 
7
- <title>ofac 1.2.5</title>
7
+ <title>ofac 1.3.0</title>
8
8
 
9
9
  <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
10
 
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="./OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="./OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="./OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="./CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="./Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="./OfacMatch.html">OfacMatch</a>
@@ -75,7 +83,7 @@
75
83
  </div>
76
84
  </nav>
77
85
 
78
- <p>This is the API documentation for ofac 1.2.5.
86
+ <p>This is the API documentation for ofac 1.3.0.
79
87
 
80
88
 
81
89
  <footer id="validator-badges">
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["ofac","ofacmatch","ofacsdn","ofacsdnloader","string","db_hit?()","load_current_sdn_file()","new()","new()","ofac_soundex()","ofac_sounds_like()","possible_hits()","score()","score()","readme"],"longSearchIndex":["ofac","ofacmatch","ofacsdn","ofacsdnloader","string","ofac#db_hit?()","ofacsdnloader::load_current_sdn_file()","ofac::new()","ofacmatch::new()","string#ofac_soundex()","string#ofac_sounds_like()","ofac#possible_hits()","ofac#score()","ofacmatch#score()",""],"info":[["Ofac","","Ofac.html","",""],["OfacMatch","","OfacMatch.html","",""],["OfacSdn","","OfacSdn.html","",""],["OfacSdnLoader","","OfacSdnLoader.html","",""],["String","","String.html","",""],["db_hit?","Ofac","Ofac.html#method-i-db_hit-3F","()",""],["load_current_sdn_file","OfacSdnLoader","OfacSdnLoader.html#method-c-load_current_sdn_file","()","<p>Loads the most recent file from\nwww.treas.gov/offices/enforcement/ofac/sdn/delimit/index.shtml\n"],["new","Ofac","Ofac.html#method-c-new","(identity)","<p>Accepts a hash with the identity’s demographic information\n\n<pre class=\"ruby\"><span class=\"ruby-constant\">Ofac</span>.<span class=\"ruby-identifier\">new</span>({:<span class=\"ruby-identifier\">name</span> =<span class=\"ruby-operator\">&gt;</span> <span class=\"ruby-string\">'Oscar Hernandez'</span>, :<span class=\"ruby-identifier\">city</span> <span class=\"ruby-operator\">...</span>\n</pre>\n"],["new","OfacMatch","OfacMatch.html#method-c-new","(stats={})","<p>Intialize a Match object with a record hash of fields you want to match on.\nEach key in the hash, also …\n"],["ofac_soundex","String","String.html#method-i-ofac_soundex","(census = true)","<p>desc: en.wikipedia.org/wiki/Soundex\n"],["ofac_sounds_like","String","String.html#method-i-ofac_sounds_like","(other, census = true)",""],["possible_hits","Ofac","Ofac.html#method-i-possible_hits","()","\n<pre>Returns an array of hashes of records in the OFAC data that found partial matches with that record's ...</pre>\n"],["score","Ofac","Ofac.html#method-i-score","()","<p>Creates a score, 1 - 100, based on how well the name and address match the\ndata on the SDN (Specially …\n"],["score","OfacMatch","OfacMatch.html#method-i-score","(match_records)","<p>match_records is an array of hashes.\n<p>The hash keys must match the record hash keys set when initialized. …\n"],["README","","README_rdoc.html","","<p>ofac\n<p>kevintyll.github.com/ofac\n<p>www.drexel-labs.com\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["createofacsdns","ofac","ofacmatch","ofacmigration","generators","buildgenerator","ofacsdn","ofacsdnloader","string","copy_migrations()","db_hit?()","down()","load_current_sdn_file()","new()","new()","next_migration_number()","ofac_soundex()","ofac_sounds_like()","possible_hits()","score()","score()","up()","readme"],"longSearchIndex":["createofacsdns","ofac","ofacmatch","ofacmigration","ofacmigration::generators","ofacmigration::generators::buildgenerator","ofacsdn","ofacsdnloader","string","ofacmigration::generators::buildgenerator#copy_migrations()","ofac#db_hit?()","createofacsdns::down()","ofacsdnloader::load_current_sdn_file()","ofac::new()","ofacmatch::new()","ofacmigration::generators::buildgenerator::next_migration_number()","string#ofac_soundex()","string#ofac_sounds_like()","ofac#possible_hits()","ofac#score()","ofacmatch#score()","createofacsdns::up()",""],"info":[["CreateOfacSdns","","CreateOfacSdns.html","",""],["Ofac","","Ofac.html","",""],["OfacMatch","","OfacMatch.html","",""],["OfacMigration","","OfacMigration.html","",""],["OfacMigration::Generators","","OfacMigration/Generators.html","",""],["OfacMigration::Generators::BuildGenerator","","OfacMigration/Generators/BuildGenerator.html","",""],["OfacSdn","","OfacSdn.html","",""],["OfacSdnLoader","","OfacSdnLoader.html","",""],["String","","String.html","",""],["copy_migrations","OfacMigration::Generators::BuildGenerator","OfacMigration/Generators/BuildGenerator.html#method-i-copy_migrations","()","<p>copy the migration file over\n"],["db_hit?","Ofac","Ofac.html#method-i-db_hit-3F","()",""],["down","CreateOfacSdns","CreateOfacSdns.html#method-c-down","()",""],["load_current_sdn_file","OfacSdnLoader","OfacSdnLoader.html#method-c-load_current_sdn_file","()","<p>Loads the most recent file from\nwww.treas.gov/offices/enforcement/ofac/sdn/delimit/index.shtml\n"],["new","Ofac","Ofac.html#method-c-new","(identity)","<p>Accepts a hash with the identity’s demographic information\n\n<pre class=\"ruby\"><span class=\"ruby-constant\">Ofac</span>.<span class=\"ruby-identifier\">new</span>({:<span class=\"ruby-identifier\">name</span> =<span class=\"ruby-operator\">&gt;</span> <span class=\"ruby-string\">'Oscar Hernandez'</span>, :<span class=\"ruby-identifier\">city</span> <span class=\"ruby-operator\">...</span>\n</pre>\n"],["new","OfacMatch","OfacMatch.html#method-c-new","(stats={})","<p>Intialize a Match object with a record hash of fields you want to match on.\nEach key in the hash, also …\n"],["next_migration_number","OfacMigration::Generators::BuildGenerator","OfacMigration/Generators/BuildGenerator.html#method-c-next_migration_number","(path)","<p>Get the next migration number\n"],["ofac_soundex","String","String.html#method-i-ofac_soundex","(census = true)","<p>desc: en.wikipedia.org/wiki/Soundex\n"],["ofac_sounds_like","String","String.html#method-i-ofac_sounds_like","(other, census = true)",""],["possible_hits","Ofac","Ofac.html#method-i-possible_hits","()","\n<pre>Returns an array of hashes of records in the OFAC data that found partial matches with that record's ...</pre>\n"],["score","Ofac","Ofac.html#method-i-score","()","<p>Creates a score, 1 - 100, based on how well the name and address match the\ndata on the SDN (Specially …\n"],["score","OfacMatch","OfacMatch.html#method-i-score","(match_records)","<p>match_records is an array of hashes.\n<p>The hash keys must match the record hash keys set when initialized. …\n"],["up","CreateOfacSdns","CreateOfacSdns.html#method-c-up","()",""],["README","","README_rdoc.html","","<p>ofac\n<p>kevintyll.github.com/ofac\n<p>www.drexel-labs.com\n"]]}}
@@ -0,0 +1,97 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>README</title>
8
+
9
+ <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../../../../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../../../../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../../../../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../../../../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../../../../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../../../../js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../../../../index.html">Home</a>
28
+ <a href="../../../../table_of_contents.html#classes">Classes</a>
29
+ <a href="../../../../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="../../../../README_rdoc.html">README</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="../../../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
70
+ <li><a href="../../../../Ofac.html">Ofac</a>
71
+
72
+ <li><a href="../../../../OfacMatch.html">OfacMatch</a>
73
+
74
+ <li><a href="../../../../OfacSdn.html">OfacSdn</a>
75
+
76
+ <li><a href="../../../../OfacSdnLoader.html">OfacSdnLoader</a>
77
+
78
+ <li><a href="../../../../String.html">String</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ </div>
84
+ </nav>
85
+
86
+ <div id="documentation" class="description">
87
+
88
+ </div>
89
+
90
+
91
+
92
+ <footer id="validator-badges">
93
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
94
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
95
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
96
+ </footer>
97
+
@@ -0,0 +1,97 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>README</title>
8
+
9
+ <link type="text/css" media="screen" href="../../../../../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../../../../../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../../../../../js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../../../../../index.html">Home</a>
28
+ <a href="../../../../../table_of_contents.html#classes">Classes</a>
29
+ <a href="../../../../../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="../../../../../README_rdoc.html">README</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="../../../../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../../../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../../../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../../../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
70
+ <li><a href="../../../../../Ofac.html">Ofac</a>
71
+
72
+ <li><a href="../../../../../OfacMatch.html">OfacMatch</a>
73
+
74
+ <li><a href="../../../../../OfacSdn.html">OfacSdn</a>
75
+
76
+ <li><a href="../../../../../OfacSdnLoader.html">OfacSdnLoader</a>
77
+
78
+ <li><a href="../../../../../String.html">String</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ </div>
84
+ </nav>
85
+
86
+ <div id="documentation" class="description">
87
+
88
+ </div>
89
+
90
+
91
+
92
+ <footer id="validator-badges">
93
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
94
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
95
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
96
+ </footer>
97
+
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../../../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../../../OfacMatch.html">OfacMatch</a>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../../../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../../../OfacMatch.html">OfacMatch</a>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../../../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../../../OfacMatch.html">OfacMatch</a>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../../OfacMatch.html">OfacMatch</a>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../../OfacMatch.html">OfacMatch</a>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <ul class="link-list">
61
61
 
62
+ <li><a href="../OfacMigration.html">OfacMigration</a>
63
+
64
+ <li><a href="../OfacMigration/Generators.html">OfacMigration::Generators</a>
65
+
66
+ <li><a href="../OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
67
+
68
+ <li><a href="../CreateOfacSdns.html">CreateOfacSdns</a>
69
+
62
70
  <li><a href="../Ofac.html">Ofac</a>
63
71
 
64
72
  <li><a href="../OfacMatch.html">OfacMatch</a>
@@ -36,6 +36,10 @@
36
36
  <li><a href="README_rdoc.html#label-SYNOPSIS%3A">SYNOPSIS:</a>
37
37
  <li><a href="README_rdoc.html#label-REQUIREMENTS%3A">REQUIREMENTS:</a>
38
38
  <li><a href="README_rdoc.html#label-INSTALL%3A">INSTALL:</a>
39
+ <li><a href="README_rdoc.html#label-Rails+2.0">Rails 2.0</a>
40
+ <li><a href="README_rdoc.html#label-Rails+3.0">Rails 3.0</a>
41
+ <li><a href="README_rdoc.html#label-Add+the+gem+to+your+Gemfile%3A">Add the gem to your Gemfile:</a>
42
+ <li><a href="README_rdoc.html#label-Run+the+Bundler+install+command">Run the Bundler install command</a>
39
43
  <li><a href="README_rdoc.html#label-Copyright">Copyright</a>
40
44
  </ul>
41
45
  </li>
@@ -44,7 +48,19 @@
44
48
 
45
49
  <h2 id="classes">Classes/Modules</h2>
46
50
  <ul>
47
- <li class="class">
51
+ <li class="module">
52
+ <a href="OfacMigration.html">OfacMigration</a>
53
+ </li>
54
+ <li class="module">
55
+ <a href="OfacMigration/Generators.html">OfacMigration::Generators</a>
56
+ </li>
57
+ <li class="class">
58
+ <a href="OfacMigration/Generators/BuildGenerator.html">OfacMigration::Generators::BuildGenerator</a>
59
+ </li>
60
+ <li class="class">
61
+ <a href="CreateOfacSdns.html">CreateOfacSdns</a>
62
+ </li>
63
+ <li class="class">
48
64
  <a href="Ofac.html">Ofac</a>
49
65
  </li>
50
66
  <li class="class">
@@ -65,12 +81,20 @@
65
81
  <h2 id="methods">Methods</h2>
66
82
  <ul>
67
83
 
84
+ <li class="method"><a href="CreateOfacSdns.html#method-c-down">::down &mdash; CreateOfacSdns</a>
85
+
68
86
  <li class="method"><a href="OfacSdnLoader.html#method-c-load_current_sdn_file">::load_current_sdn_file &mdash; OfacSdnLoader</a>
69
87
 
70
88
  <li class="method"><a href="OfacMatch.html#method-c-new">::new &mdash; OfacMatch</a>
71
89
 
72
90
  <li class="method"><a href="Ofac.html#method-c-new">::new &mdash; Ofac</a>
73
91
 
92
+ <li class="method"><a href="OfacMigration/Generators/BuildGenerator.html#method-c-next_migration_number">::next_migration_number &mdash; OfacMigration::Generators::BuildGenerator</a>
93
+
94
+ <li class="method"><a href="CreateOfacSdns.html#method-c-up">::up &mdash; CreateOfacSdns</a>
95
+
96
+ <li class="method"><a href="OfacMigration/Generators/BuildGenerator.html#method-i-copy_migrations">#copy_migrations &mdash; OfacMigration::Generators::BuildGenerator</a>
97
+
74
98
  <li class="method"><a href="Ofac.html#method-i-db_hit-3F">#db_hit? &mdash; Ofac</a>
75
99
 
76
100
  <li class="method"><a href="String.html#method-i-ofac_soundex">#ofac_soundex &mdash; String</a>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ofac
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.5
5
+ version: 1.3.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Tyll
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-15 00:00:00 Z
13
+ date: 2012-03-16 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list.
@@ -34,6 +34,8 @@ files:
34
34
  - generators/ofac_migration/ofac_migration_generator.rb
35
35
  - generators/ofac_migration/templates/.DS_Store
36
36
  - generators/ofac_migration/templates/migration.rb
37
+ - lib/generators/ofac_migration/build/build_generator.rb
38
+ - lib/generators/ofac_migration/build/templates/create_ofac_sdns.rb
37
39
  - lib/ofac.rb
38
40
  - lib/ofac/models/ofac.rb
39
41
  - lib/ofac/models/ofac_sdn.rb
@@ -46,8 +48,12 @@ files:
46
48
  - ofac.gemspec
47
49
  - pkg/ofac-0.1.0.gem
48
50
  - pkg/ofac-1.0.0.gem
51
+ - rdoc/CreateOfacSdns.html
49
52
  - rdoc/Ofac.html
50
53
  - rdoc/OfacMatch.html
54
+ - rdoc/OfacMigration.html
55
+ - rdoc/OfacMigration/Generators.html
56
+ - rdoc/OfacMigration/Generators/BuildGenerator.html
51
57
  - rdoc/OfacSdn.html
52
58
  - rdoc/OfacSdnLoader.html
53
59
  - rdoc/README_rdoc.html
@@ -99,6 +105,8 @@ files:
99
105
  - rdoc/js/search.js
100
106
  - rdoc/js/search_index.js
101
107
  - rdoc/js/searcher.js
108
+ - rdoc/lib/generators/ofac_migration/build/build_generator_rb.html
109
+ - rdoc/lib/generators/ofac_migration/build/templates/create_ofac_sdns_rb.html
102
110
  - rdoc/lib/ofac/models/ofac_rb.html
103
111
  - rdoc/lib/ofac/models/ofac_sdn_loader_rb.html
104
112
  - rdoc/lib/ofac/models/ofac_sdn_rb.html