fech 1.5.0 → 1.5.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/Gemfile.lock +1 -1
- data/README.rdoc +1 -0
- data/fech.gemspec +1 -0
- data/lib/fech/version.rb +1 -1
- metadata +6 -5
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
|
@@ -16,6 +16,7 @@ Can be found at Fech's Github page[http://nytimes.github.com/Fech/].
|
|
|
16
16
|
|
|
17
17
|
== News
|
|
18
18
|
|
|
19
|
+
* Nov. 14, 2013: Version 1.5.0 released. Bugfix for F3 mapping that did not include col_a_total_receipts_period. Thanks to @capitolmuckrakr for the report.
|
|
19
20
|
* Sep. 10, 2013: Version 1.4.3 released. Bugfix for certain filings that raise encoding errors using Ruby 1.9.3 or greater.
|
|
20
21
|
* Sep. 6, 2013: Version 1.4.2 released. Added support for Ruby 2.0 and fixed improper mapping for F1S records. Thanks to @bycoffe for the report.
|
|
21
22
|
* May 22, 2013: Version 1.4.1 released. Bugfix to add version 6.2 to F5 filing mappings.
|
data/fech.gemspec
CHANGED
|
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "fech"
|
|
7
7
|
s.version = Fech::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
|
+
s.license = 'Apache-2.0'
|
|
9
10
|
s.authors = ["Michael Strickland", "Evan Carmi", "Aaron Bycoffe", "Derek Willis"]
|
|
10
11
|
s.email = ["dwillis@gmail.com"]
|
|
11
12
|
s.homepage = "http://github.com/nytimes/fech"
|
data/lib/fech/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fech
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-11-
|
|
15
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: fastercsv
|
|
@@ -324,7 +324,8 @@ files:
|
|
|
324
324
|
- spec/translator_spec.rb
|
|
325
325
|
- tasks/fech.rake
|
|
326
326
|
homepage: http://github.com/nytimes/fech
|
|
327
|
-
licenses:
|
|
327
|
+
licenses:
|
|
328
|
+
- Apache-2.0
|
|
328
329
|
post_install_message:
|
|
329
330
|
rdoc_options: []
|
|
330
331
|
require_paths:
|
|
@@ -337,7 +338,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
337
338
|
version: '0'
|
|
338
339
|
segments:
|
|
339
340
|
- 0
|
|
340
|
-
hash:
|
|
341
|
+
hash: 1637829281491891125
|
|
341
342
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
342
343
|
none: false
|
|
343
344
|
requirements:
|
|
@@ -346,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
346
347
|
version: '0'
|
|
347
348
|
segments:
|
|
348
349
|
- 0
|
|
349
|
-
hash:
|
|
350
|
+
hash: 1637829281491891125
|
|
350
351
|
requirements: []
|
|
351
352
|
rubyforge_project: fech
|
|
352
353
|
rubygems_version: 1.8.25
|