fech 0.9.1 → 0.9.2

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.
@@ -18,7 +18,7 @@ describe Fech::Filing do
18
18
  @filing_f1m = Fech::Filing.new(730635)
19
19
  @filing_f1m.stubs(:file_path).returns(File.join(File.dirname(__FILE__), 'data', '730635.fec'))
20
20
  @filing_f3 = Fech::Filing.new(82094)
21
- @filing_f3.stubs(:file_path).returns(File.join(File.dirname(__FILE__), 'data', '82094.fec'))
21
+ @filing_f3.stubs(:file_path).returns(File.join(File.dirname(__FILE__), 'data', '82094.fec'))
22
22
  end
23
23
 
24
24
  describe "#filing_version" do
@@ -305,7 +305,5 @@ describe Fech::Filing do
305
305
  end
306
306
 
307
307
  end
308
-
309
308
  end
310
-
311
309
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fech
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Strickland
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-02-21 00:00:00 -05:00
20
+ date: 2012-02-29 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -167,6 +167,7 @@ files:
167
167
  - autotest/discover.rb
168
168
  - fech.gemspec
169
169
  - lib/fech.rb
170
+ - lib/fech/comparison.rb
170
171
  - lib/fech/csv.rb
171
172
  - lib/fech/default_translations.rb
172
173
  - lib/fech/fech_utils.rb
@@ -219,6 +220,8 @@ files:
219
220
  - sources/headers/7.0.csv
220
221
  - sources/headers/8.0.csv
221
222
  - sources/headers/ignore.csv
223
+ - spec/comparison_spec.rb
224
+ - spec/data/467627.fec
222
225
  - spec/data/723604.fec
223
226
  - spec/data/730635.fec
224
227
  - spec/data/748730.fec
@@ -226,6 +229,7 @@ files:
226
229
  - spec/data/753533.fec
227
230
  - spec/data/764901.fec
228
231
  - spec/data/765310.fec
232
+ - spec/data/767339.fec
229
233
  - spec/data/82094.fec
230
234
  - spec/data/97405.fec
231
235
  - spec/default_translations_spec.rb