francois-quicken_parser 0.1.4 → 0.1.5

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/quicken_parser.rb +1 -1
  3. metadata +4 -2
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'date'
5
5
  require "rake/testtask"
6
6
 
7
7
  GEM = "quicken_parser"
8
- GEM_VERSION = "0.1.4"
8
+ GEM_VERSION = "0.1.5"
9
9
  AUTHOR = "François Beausoleil"
10
10
  EMAIL = "francois@teksol.info"
11
11
  HOMEPAGE = "http://github.com/francois/quicken_parser"
@@ -2,7 +2,7 @@ require "rexml/document"
2
2
  require "rexml/xpath"
3
3
  Dir[File.dirname(__FILE__) + "/**/*.rb"].each {|f| require f}
4
4
 
5
- gem "francois-money"
5
+ require "money"
6
6
 
7
7
  module QuickenParser
8
8
  def self.parse(stream_or_string)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: francois-quicken_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fran\xC3\xA7ois Beausoleil"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-01 00:00:00 -07:00
12
+ date: 2009-05-02 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -47,12 +47,14 @@ files:
47
47
  - README
48
48
  - Rakefile
49
49
  - TODO
50
+ - lib/quicken_parser
50
51
  - lib/quicken_parser/account.rb
51
52
  - lib/quicken_parser/parser.rb
52
53
  - lib/quicken_parser/transaction.rb
53
54
  - lib/quicken_parser/transactions.rb
54
55
  - lib/quicken_parser.rb
55
56
  - test/account_test.rb
57
+ - test/fixtures
56
58
  - test/fixtures/no_memo.txt
57
59
  - test/fixtures/one_account.txt
58
60
  - test/fixtures/one_cc.txt