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.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 0
9
- version: 1.2.0
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-14 00:00:00 -05:00
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
- - --charset=UTF-8
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
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- *.sw?
2
- .DS_Store
3
- coverage
4
- rdoc
5
- pkg
6
- nbproject