ofx-parser-bp 1.0.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.
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ofx-parser-bp
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Andrew A. Smith
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2008-05-12 00:00:00.000000000 -04:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hpricot
17
+ requirement: &21030048 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0.6'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *21030048
26
+ - !ruby/object:Gem::Dependency
27
+ name: hoe
28
+ requirement: &21029760 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: 1.5.1
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *21029760
37
+ description: ! '== DESCRIPTION: ofx-parser is a ruby library to parse a realistic
38
+ subset of the lengthy OFX 1.x specification. == FEATURES/PROBLEMS: * Reads OFX
39
+ responses - i.e. those downloaded from financial institutions and puts it into a
40
+ usable object graph. * Supports the 3 main message sets: banking, credit card and
41
+ investment accounts, as well as the required ''sign on'' set. * Knows about SIC
42
+ codes - if your institution provides them. See http://www.eeoc.gov/stats/jobpat/siccodes.html
43
+ * Monetary amounts can be retrieved either as a raw string, or in pennies. * Supports
44
+ OFX timestamps.'
45
+ email: andy@tinnedfruit.org
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files:
49
+ - History.txt
50
+ - Manifest.txt
51
+ - README.txt
52
+ files:
53
+ - History.txt
54
+ - Manifest.txt
55
+ - README.txt
56
+ - Rakefile
57
+ - lib/class-extension.rb
58
+ - lib/mcc.rb
59
+ - lib/ofx-parser.rb
60
+ - lib/ofx.rb
61
+ - test/fixtures/banking.ofx.sgml
62
+ - test/fixtures/creditcard.ofx.sgml
63
+ - test/fixtures/list.ofx.sgml
64
+ - test/fixtures/malformed_header.ofx.sgml
65
+ - test/fixtures/with_spaces.ofx.sgml
66
+ - test/test_ofx_parser.rb
67
+ has_rdoc: true
68
+ homepage: http://ofx-parser.rubyforge.org/
69
+ licenses: []
70
+ post_install_message:
71
+ rdoc_options:
72
+ - --main
73
+ - README.txt
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ none: false
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project: ofx-parser
90
+ rubygems_version: 1.5.2
91
+ signing_key:
92
+ specification_version: 2
93
+ summary: ofx-parser is a ruby library for parsing OFX 1.x data.
94
+ test_files:
95
+ - test/test_ofx_parser.rb