ofac 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +5 -0
- data/VERSION.yml +2 -1
- data/generators/ofac_migration/.DS_Store +0 -0
- data/generators/ofac_migration/templates/.DS_Store +0 -0
- data/lib/ofac/models/ofac_sdn.rb +1 -1
- data/lib/ofac/models/ofac_sdn_loader.rb +1 -1
- data/nbproject/project.properties +7 -0
- data/nbproject/project.xml +15 -0
- data/ofac.gemspec +57 -58
- data/pkg/ofac-0.1.0.gem +0 -0
- data/pkg/ofac-1.0.0.gem +0 -0
- data/rdoc/classes/Ofac.html +411 -0
- data/rdoc/classes/OfacMatch.html +239 -0
- data/rdoc/classes/OfacSdn.html +111 -0
- data/rdoc/classes/OfacSdnLoader.html +181 -0
- data/rdoc/classes/String.html +207 -0
- data/rdoc/created.rid +1 -0
- data/rdoc/files/README_rdoc.html +317 -0
- data/rdoc/files/lib/ofac/models/ofac_rb.html +101 -0
- data/rdoc/files/lib/ofac/models/ofac_sdn_loader_rb.html +110 -0
- data/rdoc/files/lib/ofac/models/ofac_sdn_rb.html +108 -0
- data/rdoc/files/lib/ofac/ofac_match_rb.html +101 -0
- data/rdoc/files/lib/ofac/ruby_string_extensions_rb.html +101 -0
- data/rdoc/files/lib/ofac_rb.html +113 -0
- data/rdoc/fr_class_index.html +31 -0
- data/rdoc/fr_file_index.html +33 -0
- data/rdoc/fr_method_index.html +35 -0
- data/rdoc/index.html +24 -0
- data/rdoc/rdoc-style.css +208 -0
- metadata +6 -7
- data/.gitignore +0 -6
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 1.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Kevin Tyll
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-12-
|
|
17
|
+
date: 2010-12-21 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
@@ -29,7 +29,6 @@ extra_rdoc_files:
|
|
|
29
29
|
- README.rdoc
|
|
30
30
|
files:
|
|
31
31
|
- .document
|
|
32
|
-
- .gitignore
|
|
33
32
|
- History.txt
|
|
34
33
|
- LICENSE
|
|
35
34
|
- PostInstall.txt
|
|
@@ -94,8 +93,8 @@ post_install_message: |-
|
|
|
94
93
|
|
|
95
94
|
* The OFAC data is not updated with any regularity, but you can sign up for email notifications when the data changes at
|
|
96
95
|
http://www.treas.gov/offices/enforcement/ofac/sdn/index.shtml.
|
|
97
|
-
rdoc_options:
|
|
98
|
-
|
|
96
|
+
rdoc_options: []
|
|
97
|
+
|
|
99
98
|
require_paths:
|
|
100
99
|
- lib
|
|
101
100
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -120,7 +119,7 @@ signing_key:
|
|
|
120
119
|
specification_version: 3
|
|
121
120
|
summary: Attempts to find a hit on the Office of Foreign Assets Control's Specially Designated Nationals list.
|
|
122
121
|
test_files:
|
|
122
|
+
- test/mocks/test/ofac_sdn_loader.rb
|
|
123
123
|
- test/ofac_sdn_loader_test.rb
|
|
124
124
|
- test/ofac_test.rb
|
|
125
125
|
- test/test_helper.rb
|
|
126
|
-
- test/mocks/test/ofac_sdn_loader.rb
|